Skip to main content
Glama

Yellow Pages Remote MCP Server

Server Details

Yellow Pages local business search and full business listings, as structured JSON.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
HasData/yellowpages-mcp
GitHub Stars
0
Server Listing
Yellow Pages MCP Server

TDQS

A4.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one searches YellowPages listings, the other retrieves details for a specific listing URL. There is no overlap, and the search tool explicitly feeds into the details tool.

Naming Consistency5/5

Both tool names follow the same pattern: hasdata_yellowpages_<resource>_<action>, with consistent camelCase action suffixes. The minor redundancy in wording does not break the predictable convention.

Tool Count4/5

Two tools are slightly under the typical 3–15 range, but each earns its place for the core search-and-detail workflow. The set is focused and not padded, though a batch or supplementary endpoint could be useful.

Completeness4/5

The tools cover the essential search and detail lifecycle for YellowPages lead generation, including pagination and sorting. Minor gaps exist, such as no bulk enrichment or review text retrieval, but these are not critical for the stated purpose.

Available Tools

2 tools
hasdata_yellowpages_place_getPlaceDetailsyellowpages_place: GET /AInspect

Get Yellow Pages Place Details

Scrapes a single YellowPages business listing URL and returns business name, full address, phone, website, categories, years in business, hours of operation, ratings, review counts, photos, and service descriptions. Use to hydrate a lead with verified NAP data, build a B2B contact database from YellowPages URLs collected via the Search endpoint, or validate business legitimacy and hours before outreach.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe YellowPages URL of the place.

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the behavioral burden. It is transparent that this tool scrapes an external listing URL and returns a specific list of business fields, which implies a read-only operation. However, it does not disclose failure modes, URL validity requirements, rate limits, or output formatting, making it adequate but not exhaustive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The definition is compact and well-structured: a short heading, one sentence listing the return fields, and one sentence of usage guidance. There is no filler or redundant restatement of schema information; each sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple single-parameter tool with no output schema, the description is nearly complete: it states the input, the returned data fields, and the intended use cases. The only real gap is the lack of behavioral caveats such as error conditions or rate limits, but given the low complexity, the definition provides enough for an agent to call the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% and the single url parameter is already described as 'The YellowPages URL of the place.' The description adds context that this should be a single business listing URL and that URLs typically come from the Search endpoint, but this is incremental beyond what the schema already provides, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies a clear verb ('Get') and a specific resource (Yellow Pages Place Details), then specifies the exact operation: scraping a single business listing URL and returning a defined set of fields. It is clearly distinct from the sibling search tool because it operates on an existing URL rather than performing a search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly lists use cases: hydrating leads with verified NAP data, building a B2B database from URLs collected via the Search endpoint, and validating business legitimacy and hours before outreach. It references the Search endpoint as the source of URLs, but it does not explicitly say 'do not use this for searching', so it stops just short of full when-not guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

hasdata_yellowpages_search_getSearchResultsyellowpages_search: GET /AInspect

Get YellowPages Search Results

Runs a YellowPages business search by keyword plus location with sort (default, distance, averageRating, name), country domain targeting, and page-based pagination. Returns each business with name, listing URL, phone, address, categories, rating, review count, and years in business. Use for B2B lead generation by niche and city, feeding the resulting URLs into the YellowPages Place endpoint for enrichment, or building geo-targeted prospect lists for sales outreach.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number of the results to retrieve.
sortNoThe sorting option for the search results.
domainNoYellowPages domain to use. Default is `www.yellowpages.com`.
keywordYesThe search term for which to get the search results.
locationYesThe location where to search for businesses with the given keyword.

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses the search mechanism, sort options, pagination, and exactly what fields are returned for each business. This is substantial behavioral detail, though it omits potential limitations like max page depth or empty-result behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences with no filler. It front-loads the core action, then gives output details and use cases. The only minor redundancy is repeating the tool title at the start, but it does not hurt clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a moderate-complexity tool with no output schema, the description lists return fields, expected use cases, and the relationship to the sibling endpoint. It omits pagination defaults and possible result limits, but the essential calling context is present.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all five parameters. The description adds modest value by grouping keyword+location, enumerating sort options, and explaining pagination, but it does not meaningfully deepen the meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Get YellowPages Search Results' and immediately states it 'Runs a YellowPages business search by keyword plus location.' It lists concrete behaviors (sort, domain targeting, pagination) and return fields, making it unmistakably distinct from the sibling Place endpoint.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly positions the tool for B2B lead generation and geo-targeted prospect lists, and instructs feeding resulting URLs into the 'YellowPages Place endpoint for enrichment.' It does not explicitly state when not to use it, but the chain to the sibling tool implies the alternative usage scenario.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedhasdata_yellowpages_place_getPlaceDetails
    • First observedhasdata_yellowpages_search_getSearchResults

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Retrieves vetted Local Services Ads businesses (Google Guaranteed or Screened) as clean JSON for any service and US city, enabling lead generation, local SEO monitoring, and competitor tracking.
    -
  • A
    license
    A
    quality
    D
    maintenance
    Search for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IP
    6
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides access to Yelp's business database for searching local businesses, retrieving detailed ratings and reviews, and performing market research through business counts. It enables users to look up businesses by location, category, or phone number using the Yelp Fusion API.
    1
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.