HasData MCP Server
Rank #19,462com.hasdata/hasdata
All HasData scraping tools in one MCP server: Google, TikTok, Instagram, maps, e-commerce and more.
HasData MCP Server is a Model Context Protocol (MCP) server published by HasData. It ranks #19,462 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. HasData MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Apr 28, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 95,998 of 115,460 servers on MCP Toplist.
Use HasData MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http hasdata https://mcp.hasdata.com/api/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.hasdata]
url = "https://mcp.hasdata.com/api/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.hasdata.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"hasdata": {
"url": "https://mcp.hasdata.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"hasdata": {
"type": "http",
"url": "https://mcp.hasdata.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"hasdata": {
"serverUrl": "https://mcp.hasdata.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"hasdata": {
"url": "https://mcp.hasdata.com/api/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.hasdata%2Fhasdata)<a href="https://mcptoplist.com/server/com.hasdata%2Fhasdata"><img src="https://mcptoplist.com/badge/com.hasdata%2Fhasdata.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
HasData
Other servers by HasData
- HasData YouTube#5,490 · 4 vers
- HasData Google Search (SERP)#5,892 · 4 vers
- HasData Instagram#6,409 · 4 vers
- HasData DuckDuckGo#6,759 · 3 vers
- HasData Google Flights#6,904 · 3 vers
- HasData Zillow#7,102 · 3 vers
- HasData Google Maps#7,132 · 4 vers
- HasData Airbnb#7,344 · 3 vers
- HasData Google Trends#7,967 · 3 vers
- HasData Booking.com#7,977 · 3 vers
- HasData TikTok#8,363 · 3 vers
- HasData Indeed#9,031 · 3 vers
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 24, 2026 |
Frequently asked questions
- Who maintains HasData MCP Server?
- HasData MCP Server is maintained by HasData, which publishes 13 MCP servers (41 total versions) tracked on MCP Toplist.
- Is HasData MCP Server listed on the Official MCP Registry?
- Yes — HasData MCP Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does HasData MCP Server have?
- MCP Toplist tracks 1 version of HasData MCP Server, most recently published on Aug 24, 2026.
- Where can I find the source code for HasData MCP Server?
- The source code for HasData MCP Server is hosted at github.com/hasdata/hasdata-mcp.