Yellow Pages MCP Server
OfficialRelated Servers
Alternatives to Yellow Pages MCP Server
- AlicenseAqualityAmaintenanceProvides hosted, read-only Google Maps tools for MCP clients, enabling place search, full place details, reviews, photos, posts, and contributor history without a Google Cloud project or billing.26508 npm126 PyPI6MIT
- AlicenseAqualityAmaintenanceEnables MCP clients to perform live Google searches and retrieve structured SERP data including organic results, AI Overviews, People Also Ask, AI Mode answers, news, shopping, and short-video results via eight read-only tools.210488 npm113 PyPI24MIT
- AlicenseAqualityAmaintenanceEnables Yelp business search, place details, and full review feeds as structured JSON through a hosted MCP endpoint, with no Yelp Fusion key required.3114 npm33 PyPI16MIT
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables searching Google Local for businesses by keyword and location, returning details like name, address, phone, hours, ratings, and more. Useful for lead generation, local SEO, and market analysis.MIT
- AlicenseNot gradedqualityCmaintenanceEnables searching active eBay listings, retrieving full item details, and browsing eBay category taxonomies through MCP tools.MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for structured web data access, enabling local-market research and lead-list enrichment by returning business names, locations, ratings, and review signals from concrete queries.1MIT
- AlicenseAqualityBmaintenanceCountry-agnostic MCP-callable directory for AI agents to find local SMBs — realtors, insurance agents, medical practitioners — by category, location, or natural-language query. Returns business catalog data and UTM-tagged booking URLs (zero PII).5MIT
- AlicenseAqualityDmaintenanceEnables conversational interactions with Yelp's business data through an MCP server, allowing natural language queries about local businesses, multi-turn conversations, and direct business inquiries powered by Yelp Fusion AI.126Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to search and retrieve listings from the OmniTravel travel industry directory of MCP servers, agent skills, and APIs, with typo-tolerant search, full details, and category browsing.MIT
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one performs keyword/location searches and returns listing summaries, while the other enriches a single listing URL with full details. There is no realistic overlap or ambiguity in selecting between them.
Both tools follow the same predictable pattern: hasdata_yellowpages_<resource>_get<ResourceResult>. The naming clearly communicates the resource area and action, and the camelCase suffix is used consistently.
Two tools is a minimal but coherent set for a focused YellowPages scraper: search and place details cover the main workflow. However, the surface feels thin, with little room for alternative entry points or advanced operations.
The search-to-details pipeline covers the core lead generation workflow well, with pagination included in search and rich data available in details. Minor gaps such as reverse phone lookup or category browsing exist, but agents can complete the intended task without them.