Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API key for authentication with Local Business Data API |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| business_review_details | Get the details of a specific review by Google Id / Business Id or Google Place Id and Review Author Id. |
| search_in_area | 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 \ |
| autocomplete | Returns place/address, business and query predictions for text-based geographic queries. |
| business_photo_details | Get extra details about a business photo - caption, owner name and avatar, and more information. Supports batching of up to 20 Photo Ids. |
| business_posts | Get all / paginate Business Owner Posts (\ |
| reverse_geocoding | Get the details of a place or address in a specific geographic location by latitude and longitude (reverse geocoding). This endpoint implements the \ |
| search_nearby | 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_photos | Get business photos by Business Id. |
| search | Search local businesses on Google Maps with an option to pull emails and social profile links from their website (see the |
| bulk_search | Search local businesses on Google Maps. Batching of up to 20 queries is supported in a single request. |
| business_details | Get full business details including emails and social contacts. Supports batching of up to 20 Business Ids. |
| business_reviews_v2 | Get business reviews by Business Id with pagination support. |
| business_reviews | Get business reviews by Business Id with pagination support. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |