Home › Other › HasData Yellow Pages
HasData Yellow Pages
Yellow Pages local business search and full business listings, as structured JSON.
Topics: Location Services
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.hasdata.com/mcp?apis=yellowpages Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http yellowpages-mcp https://mcp.hasdata.com/mcp?apis=yellowpages --header "x-api-key: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"yellowpages-mcp": {
"url": "https://mcp.hasdata.com/mcp?apis=yellowpages",
"headers": {
"x-api-key": "<YOUR_VALUE>"
}
}
}
}
x-api-keyrequired secret — HasData API key, created at app.hasdata.com. 1,000 free credits every month, no card.
Package (npm 1.0.1)
npx -y @hasdata/yellowpages-mcp@1.0.1
Or add to your MCP client config:
{
"mcpServers": {
"yellowpages-mcp": {
"command": "npx",
"args": [
"-y",
"@hasdata/yellowpages-mcp@1.0.1"
],
"env": {
"HASDATA_API_KEY": "<YOUR_VALUE>"
}
}
}
}
HASDATA_API_KEYrequired secret — HasData API key, created at app.hasdata.com. 1,000 free credits every month, no card.
Package (pypi 1.0.1)
uvx hasdata-yellowpages-mcp
Or add to your MCP client config:
{
"mcpServers": {
"yellowpages-mcp": {
"command": "uvx",
"args": [
"hasdata-yellowpages-mcp"
],
"env": {
"HASDATA_API_KEY": "<YOUR_VALUE>"
}
}
}
}
HASDATA_API_KEYrequired secret — HasData API key, created at app.hasdata.com. 1,000 free credits every month, no card.
Related servers
qgis_mcp
connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code…
Google Maps MCP Server
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
GeoLens
Read-only access to a self-hosted GeoLens spatial catalog: datasets, features, maps, sandboxed SQL.
open-streetmap-mcp
An OpenStreetMap MCP server with location-based services and geospatial data.
gis-mcp
A Model Context Protocol (MCP) server implementation that connects Large Language Models (LLMs) to GIS operations using GIS libraries,…
cesium-mcp
Control CesiumJS 3D globes via MCP: camera, layers, entities, animation, and interaction.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry