CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Yelp

markswendsen-code/mcp-yelp
6 toolsSTDIOregistry active
Summary

Connects Claude to Yelp's business discovery platform with a dozen focused tools. You get restaurant and business search with filters for cuisine, price, and distance, plus detailed lookups for reviews, photos, menus, and operating hours. The trending and collections endpoints surface what's hot in a location, while dedicated tools pull wait times and current deals. Useful when you need Claude to help with restaurant recommendations, local business discovery, or any workflow that benefits from real Yelp data like reviews and ratings. The package wraps Yelp's API into clean MCP tool calls that return structured business information.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

6 tools
YELP_GET_BUSINESS_DETAILSGet detailed information about a specific business on Yelp using its business ID or alias. Returns comprehensive business information including hours, photos, reviews, and location details.2 params

Get detailed information about a specific business on Yelp using its business ID or alias. Returns comprehensive business information including hours, photos, reviews, and location details.

Parameters* required
localestring
Locale for the business details. Defaults to en_US.
business_idstring
Yelp business ID or alias. Can be the unique ID or the business alias from search results.
YELP_GET_BUSINESS_REVIEWSGet reviews for a specific business on Yelp using its business ID or alias. Returns up to 3 review excerpts for the business.3 params

Get reviews for a specific business on Yelp using its business ID or alias. Returns up to 3 review excerpts for the business.

Parameters* required
localestring
Locale for the reviews. Defaults to en_US.
sort_bystring
Sort reviews by: yelp_sort (default), newest, or oldest.
business_idstring
Yelp business ID or alias. Can be the unique ID or the business alias from search results.
YELP_GET_REVIEW_HIGHLIGHTSGet review highlights for a specific business on Yelp using its business ID or alias. Returns summarized key points and themes from customer reviews.2 params

Get review highlights for a specific business on Yelp using its business ID or alias. Returns summarized key points and themes from customer reviews.

Parameters* required
countinteger
Number of review highlights to return. Maximum is 10.
business_idstring
Yelp business ID or alias. Can be the unique ID or the business alias from search results.
YELP_SEARCH_AND_CHATChat with Yelp's AI assistant to search restaurants, check for availability, and make reservations.2 params

Chat with Yelp's AI assistant to search restaurants, check for availability, and make reservations.

Parameters* required
querystring
The user's query or question to ask the AI chat assistant about businesses, locations, or Yelp-related information.
chat_idstring
Unique identifier for the chat session. Helps maintain context and continuity across multiple queries in the same conversation.
YELP_SEARCH_BUSINESSESSearch for businesses on Yelp by location, term, categories, and other filters. This is the main search endpoint for finding businesses.14 params

Search for businesses on Yelp by location, term, categories, and other filters. This is the main search endpoint for finding businesses.

Parameters* required
termstring
Search term (e.g. food, restaurants, bars, etc.). If not provided, will search for all businesses.
limitinteger
Number of businesses to return. Maximum is 50.default: 20
pricestring
Price filter: 1 = $, 2 = $$, 3 = $$$, 4 = $$$$. Comma-separated for multiple.
localestring
Locale for the search results. Defaults to en_US.
offsetinteger
Offset for pagination. Used to get more results beyond the limit.
radiusinteger
Search radius in meters. Maximum is 40000 meters (25 miles).
open_atinteger
Filter for businesses open at a specific Unix timestamp.
sort_bystring
Sort businesses by: best_match, rating, review_count, or distance.
latitudenumber
Latitude coordinate for search location. Use with longitude.
locationstring
Location to search for businesses. Can be an address, city, state, zip code, or latitude,longitude coordinates.
open_nowboolean
Filter for businesses that are open now.
longitudenumber
Longitude coordinate for search location. Use with latitude.
attributesstring
Additional filters. Comma-separated list of attributes.
categoriesstring
Categories to filter by. Comma-separated list of category aliases.
YELP_SEARCH_BY_PHONESearch for a business by phone number on Yelp. This endpoint allows you to find businesses using their phone number.1 params

Search for a business by phone number on Yelp. This endpoint allows you to find businesses using their phone number.

Parameters* required
phonestring
Phone number to search for. Can include country code (+1 for US) or just the number.

@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

Configuration

Add to your MCP client configuration:

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

Available Tools

ToolDescription
yelp_search_restaurantsSearch restaurants by location, cuisine, price
yelp_search_businessesSearch any type of business
yelp_get_business_detailsGet detailed business information
yelp_get_reviewsGet reviews with ratings and text
yelp_get_photosGet business photos by category
yelp_get_menuGet restaurant menu items and prices
yelp_get_hoursGet business hours
yelp_find_similarFind similar businesses
yelp_get_trendingGet trending/new spots in a location
yelp_get_collectionsGet curated Yelp collections
yelp_check_wait_timeCheck estimated wait time
yelp_get_dealsGet 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

Links

  • Strider Labs
  • GitHub Repository
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web CrawlingAutomation & Workflows
Registryactive
Package@striderlabs/mcp-yelp
TransportSTDIO
UpdatedMar 15, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3