HasData
Real-time web data, structured for agents
Ads
Overview
> 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, Codex, Cursor, VS Code, 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. The server uses the streamable HTTP transport. Two ways to connect: sign in with your HasData account, or send an API key.
Installation
https://mcp.hasdata.com/mcp
Configuration
{
"mcpServers": {
"hasdata": {
"url": "https://mcp.hasdata.com/mcp",
"headers": { "x-api-key": "<your-api-key>" }
}Capabilities
- Scrape any web page
Ask your assistant to fetch and extract structured content from a URL using `web_scraping_web_scraping`.
- Run Google searches
Get SERP results, news, shopping, or AI overviews via tools like `google_serp_serp` or `google_serp_news`.
- Pull platform data
Retrieve Amazon products/reviews, YouTube videos/transcripts, Instagram profiles, or Yelp listings through dedicated tools like `amazon_product` or `youtube_video`.
- Search local businesses
Find places and reviews on Google Maps, Yelp, or Yellow Pages with tools such as `google_maps_search` or `yelp_search`.
- Limit exposed tools
Configure the MCP endpoint with an `apis` parameter to expose only the specific tools your workflow needs.
Tags
- web-scraping
- data-analysis
- research
Related MCP servers
Skyvern
OfficialAI-powered browser automation MCP server — navigate sites, fill forms, extract data, and handle logins via Claude Code CLI
Firecrawl
OfficialExtract web data with Firecrawl
Apify
OfficialOfficial Apify MCP server for AI agents to run Actors, extract website data, and automate web scraping and crawling workflows.
Bright Data
OfficialDiscover, extract, and interact with the web - one interface powering automated access across the public internet.