Skip to main content
Glama
BACH-AI-Tools

Local Business Data MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesAPI key for authentication with Local Business Data API

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
business_review_detailsB

Get the details of a specific review by Google Id / Business Id or Google Place Id and Review Author Id.

search_in_areaC

Search businesses in a specific geographic area defined by a center coordinate point and zoom level. To see it in action, make a query on Google Maps, wait for the results to show, move the map or change the zoom and click \

autocompleteB

Returns place/address, business and query predictions for text-based geographic queries.

business_photo_detailsA

Get extra details about a business photo - caption, owner name and avatar, and more information. Supports batching of up to 20 Photo Ids.

business_postsC

Get all / paginate Business Owner Posts (\

reverse_geocodingC

Get the details of a place or address in a specific geographic location by latitude and longitude (reverse geocoding). This endpoint implements the \

search_nearbyC

Search businesses near by specific geographic coordinates. To see it in action, right click on a specific point in the map on Google Maps and select \

business_photosC

Get business photos by Business Id.

searchC

Search local businesses on Google Maps with an option to pull emails and social profile links from their website (see the extract_emails_and_contacts parameter below).

bulk_searchA

Search local businesses on Google Maps. Batching of up to 20 queries is supported in a single request.

business_detailsC

Get full business details including emails and social contacts. Supports batching of up to 20 Business Ids.

business_reviews_v2B

Get business reviews by Business Id with pagination support.

business_reviewsC

Get business reviews by Business Id with pagination support.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 13 tools

Disambiguation3/5

Most tools have distinct purposes, but there is notable overlap between search, bulk_search, search_in_area, and search_nearby, which all perform business searches with slight variations. Additionally, business_reviews and business_reviews_v2 appear redundant, though v2 might offer improved pagination. The descriptions help differentiate them, but an agent could still misselect among the search variants.

Naming Consistency4/5

The naming follows a consistent snake_case pattern throughout, with clear verb_noun structures like business_details and reverse_geocoding. However, there are minor deviations: autocomplete lacks a verb prefix, and business_reviews_v2 introduces a version suffix that breaks the pure verb_noun convention. Overall, the naming is mostly predictable and readable.

Tool Count5/5

With 13 tools, the count is well-scoped for a local business data server, covering various aspects like searching, details, photos, reviews, and geocoding. Each tool earns its place by addressing specific needs in the domain, such as batch processing or different search methods, without feeling excessive or thin.

Completeness4/5

The toolset provides comprehensive coverage for local business data, including search, details, photos, reviews, and geocoding, with support for batching and pagination. Minor gaps exist, such as no explicit tools for updating or deleting data (though this may be intentional for a read-only API), and the redundancy between business_reviews and business_reviews_v2 could be streamlined. Overall, it supports core workflows effectively.

Maintenance

ActivityInactive
ResponsivenessNo issues