aigeon-ai/yelp-business
3.7
yelp-business is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of yelp-business and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Yelp-Business MCP is a platform designed to enhance interactions between businesses and customers through various communication tools.
Try yelp-business with chat:
Tools
Functions exposed to the LLM to take actions
yelp_chat
Conversational AI for Yelp business queries. Supports multi-turn conversations and location-aware responses.
Requires YELP_API_KEY environment variable with Bearer token.
yelp_search
Search for businesses using Yelp Fusion API. Returns up to 50 businesses per request.
Requires either location or latitude/longitude pair.
Requires YELP_API_KEY environment variable with Bearer token.
yelp_phone_search
Search businesses by phone number. Returns businesses matching the provided phone number.
Requires YELP_API_KEY environment variable with Bearer token.
yelp_business_match
Match business data against Yelp listings using precise information.
Requires YELP_API_KEY environment variable with Bearer token.
yelp_business_details
Get detailed information about a specific Yelp business.
Normally, you would get the Business ID from /v3/businesses/search, /v3/businesses/search/phone, /v3/transactions/{transaction_type}/search or /v3/autocomplete.
To retrieve review excerpts for a business, please refer to our Reviews endpoint (/v3/businesses/{id}/reviews)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client