Platforms / yelp
yelp toolset
3 tools. Mount this server and your agent gets every yelp endpoint, fully typed.
claude mcp add capzy-yelp --transport http https://mcp.capzy.ai/yelp/mcp \ --header "Authorization: Bearer YOUR_KEY"
Local
yelp_place
1 credit
Business Detail
Full business detail by business id (the /biz/ slug): rating, price, categories, address, phone, hours, website, a photo gallery, amenities, map coordinates, and (for restaurants) the menu and reservation flag.
| Param | Type | Required | Description |
|---|---|---|---|
business_id |
string | required | Business id — the slug in the URL, e.g. 'franklin-barbecue-austin'. |
yelp_reviews
1 credit
Business Reviews
Paginated business reviews with the star-rating histogram and individual customer reviews. Supports sort and an exact star-rating filter so every review is reachable.
| Param | Type | Required | Description |
|---|---|---|---|
business_id |
string | required | Business id — the slug in the URL, e.g. 'franklin-barbecue-austin'. |
sort |
string | optional | Review order. Aliases: 'newest', 'highest', 'lowest'. Default: relevant |
rating |
integer | optional | Keep only reviews with this exact star rating, 1 to 5. |
page |
integer | optional | Page number (10 reviews per page). Default: 1 |
yelp_search
1 credit
Business Search
Search businesses by term and location, with sort, price, category, and rating filters.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Search term (e.g. 'coffee', 'plumbers', 'tacos'). Alias: 'term'. |
location |
string | required | City / area to search in (e.g. 'Austin, TX'). |
category |
string | optional | Narrow to a business category (e.g. 'restaurants', 'plumbers'). Folded into the search term. Aliases: 'categories'. |
cuisine |
string | optional | Narrow restaurant results to a cuisine (e.g. 'italian', 'thai'). Folded into the search term. |
price_level |
integer | optional | Price band 1 to 4. Comma separate to include several (e.g. '1,2'). Alias: 'price'. |
rating_min |
number | optional | Keep only businesses at or above this average star rating, 1 to 5. |
sort |
string | optional | Result order. Alias: 'sort_by'. Default: best_match |
open_now |
boolean | optional | Keep only businesses open at request time. Default: False |
attributes |
string | optional | Business attribute filters. Comma separate to combine (e.g. 'reservation,outdoor_seating,delivery'). Each attribute is also accepted as its own boolean param (e.g. reservation=true). |
radius |
integer | optional | Search radius around the location, in meters (best-effort; Yelp binds the area via the location string). |
page |
integer | optional | Page number (10 results per page). Default: 1 |
per_page |
integer | optional | Results per page, up to 10 (Yelp serves 10 per page). Default: 10 |
Fewer tools?
The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.