Skip to main content
Glama
markswendsen-code

@striderlabs/mcp-yelp

@striderlabs/mcp-yelp

MCP server connector for Yelp - the leading platform for local business discovery. Enables AI agents to search restaurants, read reviews, view photos, check hours, find deals, and discover trending spots.

Installation

npm install @striderlabs/mcp-yelp

Related MCP server: Yelp Fusion AI MCP Server

Configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "yelp": {
      "command": "npx",
      "args": ["@striderlabs/mcp-yelp"]
    }
  }
}

Available Tools

Tool

Description

yelp_search_restaurants

Search restaurants by location, cuisine, price

yelp_search_businesses

Search any type of business

yelp_get_business_details

Get detailed business information

yelp_get_reviews

Get reviews with ratings and text

yelp_get_photos

Get business photos by category

yelp_get_menu

Get restaurant menu items and prices

yelp_get_hours

Get business hours

yelp_find_similar

Find similar businesses

yelp_get_trending

Get trending/new spots in a location

yelp_get_collections

Get curated Yelp collections

yelp_check_wait_time

Check estimated wait time

yelp_get_deals

Get current deals and offers

Example Usage

// Search for sushi restaurants
const results = await client.call("yelp_search_restaurants", {
  query: "sushi",
  location: "San Francisco, CA",
  priceRange: "$$",
  sortBy: "rating"
});

// Get business details
const details = await client.call("yelp_get_business_details", {
  businessId: "nobu-san-francisco"
});

// Read reviews
const reviews = await client.call("yelp_get_reviews", {
  businessId: "nobu-san-francisco",
  sortBy: "newest",
  limit: 20
});

// Get restaurant photos
const photos = await client.call("yelp_get_photos", {
  businessId: "nobu-san-francisco",
  category: "food"
});

// Find trending restaurants
const trending = await client.call("yelp_get_trending", {
  location: "San Francisco, CA",
  category: "restaurants"
});

Features

  • Restaurant Search: Filter by cuisine, price, distance, ratings

  • Business Discovery: Search for any type of local business

  • Reviews: Access user reviews with ratings and photos

  • Photos: Browse food, interior, and exterior photos

  • Menus: View menu items with prices

  • Hours: Get operating hours including special hours

  • Trending: Discover hot new spots

  • Collections: Access curated "best of" lists

  • Deals: Find current promotions and offers

Requirements

  • Node.js 18+

License

MIT

Install Server
A
license - permissive license
A
quality
-
maintenance - not tested

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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 updated
    1
    24
    Apache 2.0
  • F
    license
    A
    quality
    D
    maintenance
    Minimal MCP server for the Yelp Fusion API v3, enabling business search, phone lookup, match, details, and reviews via FastMCP.
    Last updated
    5
  • F
    license
    A
    quality
    D
    maintenance
    Provides Yelp Fusion API access through MCP tools and resources for searching businesses, getting reviews, and more.
    Last updated
    5

View all related MCP servers

Related MCP Connectors

  • Live Google Maps business search, review, and photo data for AI agents over MCP.

  • Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

View all MCP Connectors

Latest Blog Posts

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/markswendsen-code/mcp-yelp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server