get_business
ActiveTool of Yelp
declared in 0.1.0
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 schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Yelp business id or alias (from search_businesses results)."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Yelp Fusion API key for higher limits; omit to use the shared Pipeworx key."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Yelp
https://github.com/pipeworx-io/mcp-yelp
1/7 registries