Yelp Fusion MCP Server
Provides access to Yelp business data, allowing users to search for businesses by location and category, retrieve ratings and reviews, look up business details by phone number, and perform market research through business count data.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Yelp Fusion MCP ServerFind the best-rated sushi restaurants in San Francisco"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Yelp Fusion MCP Server
Access Yelp business data including search, ratings, reviews, and business counts for market research.
Data Available
Business Search - Find businesses by location, category, keyword
Business Details - Ratings, reviews, hours, contact info
Categories - Full list of Yelp business categories
Business Counts - Total businesses in an area (market sizing)
Related MCP server: Local Business Data MCP Server
Setup
Create an app at: https://www.yelp.com/developers/v3/manage_app
Get your API key from the app dashboard
Add to your MCP config:
{
"yelp": {
"command": "node",
"args": ["/path/to/yelp/dist/index.js"],
"env": {
"YELP_API_KEY": "your-api-key"
}
}
}Pricing Tiers
Tier | Cost | Daily Calls | Features |
Starter | $7.99/1000 calls | 300 | Basic search, business details |
Plus | $9.99/1000 calls | 500 | + Reviews endpoint |
Enterprise | $14.99/1000 calls | More | + Review Highlights |
Tools
search_businesses
Search for businesses by location, category, or keyword.
Parameter | Required | Description |
location | Yes | Location (e.g., "New York, NY", "90210") |
term | No | Search term (e.g., "restaurants", "plumbers") |
categories | No | Category aliases, comma-separated (e.g., "bars,french") |
price | No | Price levels: "1"=$, "2"=$$, "3"=$$$, "4"=$$$$. Comma-separate for multiple |
radius | No | Search radius in meters (max 40000) |
limit | No | Results to return (max 50, default 20) |
sortBy | No | "best_match", "rating", "review_count", "distance" |
Example: Find highly-rated Italian restaurants in Chicago
location: "Chicago, IL"
term: "italian"
categories: "restaurants"
sortBy: "rating"
limit: 10get_business
Get detailed information about a specific business.
Parameter | Required | Description |
businessId | Yes | Yelp business ID (from search results) |
Returns: Name, rating, review count, price, categories, address, phone, hours, photos
search_by_phone
Find a business by phone number.
Parameter | Required | Description |
phone | Yes | Phone with country code (e.g., "+14157492060") |
get_reviews
Get up to 3 review excerpts for a business.
Parameter | Required | Description |
businessId | Yes | Yelp business ID |
Note: Requires Plus tier ($9.99/1000 calls) or higher. Starter tier will receive an error message.
list_categories
List all Yelp business categories with aliases.
Parameter | Required | Description |
locale | No | Locale (default: "en_US") |
Use case: Find category aliases to use in search_businesses
autocomplete
Get autocomplete suggestions for search terms.
Parameter | Required | Description |
text | Yes | Text to autocomplete |
latitude | No | Latitude for location context |
longitude | No | Longitude for location context |
count_businesses
Get total business count for market sizing.
Parameter | Required | Description |
location | Yes | Location (e.g., "Los Angeles, CA") |
categories | No | Category alias (e.g., "restaurants", "dentists") |
Example: Count auto repair shops in LA
location: "Los Angeles, CA"
categories: "autorepair"Common Categories
Alias | Description |
restaurants | Restaurants |
bars | Bars |
coffee | Coffee & Tea |
hotels | Hotels |
beautysvc | Beauty & Spas |
autorepair | Auto Repair |
dentists | Dentists |
physicians | Doctors |
lawyers | Lawyers |
realestate | Real Estate |
Rate Limits
Varies by tier (300-500+ calls/day)
5 requests per second max
Documentation
API Documentation: https://docs.developer.yelp.com/
Category List: https://www.yelp.com/developers/documentation/v3/all_category_list
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables conversational interactions with Yelp's business data through an MCP server, allowing natural language queries about local businesses, multi-turn conversations, and direct business inquiries powered by Yelp Fusion AI.Last updated124Apache 2.0
- AlicenseBqualityDmaintenanceEnables access to Google Maps business data including search, reviews, photos, and geocoding. Supports searching businesses by location, area, or coordinates, retrieving detailed business information, reviews, and performing reverse geocoding operations.Last updated13MIT
- FlicenseAqualityDmaintenanceProvides Yelp Fusion API access through MCP tools and resources for searching businesses, getting reviews, and more.Last updated5
- Alicense-qualityDmaintenanceEnables accessing Yelp Business API to search businesses, get reviews, menus, and business details.Last updatedMIT
Related MCP Connectors
Live Google Maps business search, review, and photo data for AI agents over MCP.
Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.
Search Apple Maps businesses with Apple ratings and aggregated Yelp + TripAdvisor reviews.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shawndrake2/mcp-yelp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server