Ashra Structured Data Extractor

v1.0.0Search & Data Extractionstable

Extract structured data from any website with a simple SDK call. No scraping code, no headless browsers - just prompt and get JSON.

ashra-structured-data-extractor-mcpmcpai-integration
Share:
62
Stars
0
Downloads
0
Weekly
0/5

What is Ashra Structured Data Extractor?

Ashra Structured Data Extractor is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to extract structured data from any website with a simple sdk call. no scraping code, no headless browsers - just prompt and get json.

Extract structured data from any website with a simple SDK call. No scraping code, no headless browsers - just prompt and get JSON.

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Extract structured data from any website with a simple SDK c

Use Cases

Extract structured JSON data from any website without scraping code.
Parse web content instantly using simple prompts.
Get clean data without headless browsers or manual parsing.
getrupt

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 14, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx ashra-structured-data-extractor-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Ashra Structured Data Extractor

The Ashra Structured Data Extractor MCP server connects AI assistants to the Ashra web extraction service, which turns any public website into clean structured JSON using a simple prompt-driven API — no scraping code, no headless browser setup, no HTML parsing required. Users describe what data they want to extract and receive back organised JSON results, making it ideal for research automation, competitive intelligence, price monitoring, and data pipeline tasks that would otherwise require custom scraper development. The MCP integration means Claude and other AI clients can invoke web extraction directly within conversations.

Prerequisites

  • An Ashra account and API key from https://ashra.dev (the service handles the actual web extraction)
  • Node.js 18+ for running the MCP server via npx
  • An MCP-compatible client such as Claude Desktop or VS Code
1

Sign up for Ashra and get an API key

Visit https://ashra.dev to create an account. After sign-up, navigate to your account settings or dashboard to retrieve your API key — this authenticates all extraction requests.

2

Test the server with npx

Run the Ashra MCP server directly using npx to verify it starts correctly. Pass your API key as an environment variable.

npx ashra-structured-data-extractor-mcp
3

Add the server to your Claude Desktop configuration

Open your Claude Desktop config at ~/Library/Application Support/Claude/claude_desktop_config.json and add the Ashra server with your API key.

{
  "mcpServers": {
    "ashra": {
      "command": "npx",
      "args": ["-y", "ashra-structured-data-extractor-mcp"],
      "env": {
        "ASHRA_API_KEY": "your_ashra_api_key_here"
      }
    }
  }
}
4

Restart Claude Desktop

Fully quit and relaunch Claude Desktop so it picks up the new Ashra server configuration.

5

Test by extracting data from a website

Ask Claude to extract structured data from any public website using a natural language prompt. The server sends the request to Ashra and returns clean JSON.

Ashra Structured Data Extractor Examples

Client configuration

Claude Desktop configuration for the Ashra Structured Data Extractor MCP server.

{
  "mcpServers": {
    "ashra": {
      "command": "npx",
      "args": ["-y", "ashra-structured-data-extractor-mcp"],
      "env": {
        "ASHRA_API_KEY": "your_ashra_api_key_here"
      }
    }
  }
}

Prompts to try

Example prompts for extracting structured data from websites using Ashra.

- "Extract all product names and prices from https://example-shop.com/products as JSON"
- "Get the list of blog post titles, authors, and dates from https://blog.example.com"
- "Extract the contact information from this company's About page: https://company.example.com/about"
- "Pull the job listings from https://careers.example.com and return them as structured data"

Troubleshooting Ashra Structured Data Extractor

Extraction returns empty or incomplete data

Some websites use heavy JavaScript rendering that may affect extraction. Try rephrasing your extraction prompt to be more specific about which elements you want, or break complex extractions into smaller targeted requests.

API authentication errors

Verify your ASHRA_API_KEY is correct and that your Ashra account is active. Log in to https://ashra.dev and regenerate your API key if needed, then update your MCP config.

Server not starting via npx

Ensure Node.js 18+ is installed. Try running `npx -y ashra-structured-data-extractor-mcp` directly in a terminal to see any error output before adding it to your MCP client config.

Frequently Asked Questions about Ashra Structured Data Extractor

What is Ashra Structured Data Extractor?

Ashra Structured Data Extractor is a Model Context Protocol (MCP) server that extract structured data from any website with a simple sdk call. no scraping code, no headless browsers - just prompt and get json. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Ashra Structured Data Extractor?

Follow the installation instructions on the Ashra Structured Data Extractor GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Ashra Structured Data Extractor?

Ashra Structured Data Extractor works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Ashra Structured Data Extractor free to use?

Yes, Ashra Structured Data Extractor is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "ashra-structured-data-extractor-mcp": { "command": "npx", "args": ["-y", "ashra-structured-data-extractor-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Ashra Structured Data Extractor?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides