HasData
HasData APIs - Google SERP, Amazon, Zillow, Indeed, Maps, and more
Documentation Index
Fetch the complete documentation index at: https://docs.hasdata.com/llms.txt Use this file to discover all available pages before exploring further.
MCP Server
Connect LLM clients and AI agents to HasData via the Model Context Protocol.
The HasData MCP Server exposes HasData's scraping and search capabilities to any client that speaks the Model Context Protocol. Point your MCP-enabled client (Claude Desktop, Cursor, Windsurf, custom agents, etc.) at the HasData endpoint and your model can scrape web pages, run Google searches, and pull structured data without writing API integration code.
Endpoint
https://mcp.hasdata.com/api/mcp
The server uses the streamable HTTP transport.
Authentication
All requests must include your HasData API key in the x-api-key header. You can find your key in the HasData dashboard.
x-api-key: <your-api-key>
Requests without a valid key are rejected with 401 Unauthorized.
Client Configuration
Claude Desktop / Claude Code
Add the server to your MCP config (claude_desktop_config.json for Claude Desktop, or use claude mcp add for Claude Code):
{
"mcpServers": {
"hasdata": {
"type": "http",
"url": "https://mcp.hasdata.com/api/mcp",
"headers": {
"x-api-key": "<your-api-key>"
}
}
}
}
Cursor
In ~/.cursor/mcp.json (or the project-level .cursor/mcp.json):
{
"mcpServers": {
"hasdata": {
"url": "https://mcp.hasdata.com/api/mcp",
"headers": {
"x-api-key": "<your-api-key>"
}
}
}
}
Other Clients
Any MCP client that supports the streamable HTTP transport with custom headers will work. Configure it with:
- URL:
https://mcp.hasdata.com/api/mcp - Transport: HTTP (streamable)
- Header:
x-api-key: <your-api-key>
Billing
Each tool call consumes HasData credits the same way a direct API request would. See Credits and Concurrency for details.
相关服务器
Bright Data
赞助Discover, extract, and interact with the web - one interface powering automated access across the public internet.
Playwright Record MCP
Browser automation using Playwright with video recording. Enables LLMs to interact with web pages through structured accessibility snapshots.
Tech Collector MCP
Collects and summarizes technical articles from sources like Qiita, Dev.to, NewsAPI, and Hacker News using the Gemini API.
ScrapeGraph AI
AI-powered web scraping using the ScrapeGraph AI API. Requires an API key.
MCP NPX Fetch
Fetch and transform web content into various formats like HTML, JSON, Markdown, or Plain Text.
Website Snapshot
A MCP server that provides comprehensive website snapshot capabilities using Playwright. This server enables LLMs to capture and analyze web pages through structured accessibility snapshots, network monitoring, and console message collection.
SteadyFetch
Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass
Render-fetch
Drop-in upgrade to Claude's WebFetch that auto-detects JS-rendered pages and fetches them with Playwright headless browser
MCP Query Table
Query financial web tables from sources like iwencai, tdx, and eastmoney using Playwright.
MCP Chrome Integration
Control the Chrome browser for web automation using an AI model. Requires the MCP Chrome extension.
Firecrawl MCP
Adds powerful web scraping and search capabilities to LLM clients like Cursor and Claude.