Ashra Structured Data Extractor
Extract structured data from any website with a simple SDK call. No scraping code, no headless browsers - just prompt and get JSON.
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
Maintainer
Works with
Installation
Manual Installation
npx ashra-structured-data-extractor-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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.
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-mcpAdd 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"
}
}
}
}Restart Claude Desktop
Fully quit and relaunch Claude Desktop so it picks up the new Ashra server configuration.
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.
Ashra Structured Data Extractor Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Ashra Structured Data Extractor? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
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.
Set Up Ashra Structured Data Extractor in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.