get_business
Pack: yelp · Endpoint: https://gateway.pipeworx.io/yelp/mcp
Get full details for a single Yelp business by its id or alias. Returns rating, review count, price, categories, address, phone, hours, photos, and coordinates. Example: get_business({ id: “garaje-san-francisco” }).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Yelp business id or alias (from search_businesses results). |
_apiKey | string | no | Optional — your own Yelp Fusion API key for higher limits; omit to use the shared Pipeworx key. |
Example call
curl -X POST https://gateway.pipeworx.io/yelp/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_business","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"yelp": {
"url": "https://gateway.pipeworx.io/yelp/mcp"
}
}
}
See Getting Started for client-specific install steps.