{
  "markdown": "# @striderlabs/mcp-yelp\n\nMCP 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.\n\n## Installation\n\n```bash\nnpm install @striderlabs/mcp-yelp\n```\n\n## Configuration\n\nAdd to your MCP client configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"yelp\": {\n      \"command\": \"npx\",\n      \"args\": [\"@striderlabs/mcp-yelp\"]\n    }\n  }\n}\n```\n\n## Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `yelp_search_restaurants` | Search restaurants by location, cuisine, price |\n| `yelp_search_businesses` | Search any type of business |\n| `yelp_get_business_details` | Get detailed business information |\n| `yelp_get_reviews` | Get reviews with ratings and text |\n| `yelp_get_photos` | Get business photos by category |\n| `yelp_get_menu` | Get restaurant menu items and prices |\n| `yelp_get_hours` | Get business hours |\n| `yelp_find_similar` | Find similar businesses |\n| `yelp_get_trending` | Get trending/new spots in a location |\n| `yelp_get_collections` | Get curated Yelp collections |\n| `yelp_check_wait_time` | Check estimated wait time |\n| `yelp_get_deals` | Get current deals and offers |\n\n## Example Usage\n\n```typescript\n// Search for sushi restaurants\nconst results = await client.call(\"yelp_search_restaurants\", {\n  query: \"sushi\",\n  location: \"San Francisco, CA\",\n  priceRange: \"$$\",\n  sortBy: \"rating\"\n});\n\n// Get business details\nconst details = await client.call(\"yelp_get_business_details\", {\n  businessId: \"nobu-san-francisco\"\n});\n\n// Read reviews\nconst reviews = await client.call(\"yelp_get_reviews\", {\n  businessId: \"nobu-san-francisco\",\n  sortBy: \"newest\",\n  limit: 20\n});\n\n// Get restaurant photos\nconst photos = await client.call(\"yelp_get_photos\", {\n  businessId: \"nobu-san-francisco\",\n  category: \"food\"\n});\n\n// Find trending restaurants\nconst trending = await client.call(\"yelp_get_trending\", {\n  location: \"San Francisco, CA\",\n  category: \"restaurants\"\n});\n```\n\n## Features\n\n- **Restaurant Search**: Filter by cuisine, price, distance, ratings\n- **Business Discovery**: Search for any type of local business\n- **Reviews**: Access user reviews with ratings and photos\n- **Photos**: Browse food, interior, and exterior photos\n- **Menus**: View menu items with prices\n- **Hours**: Get operating hours including special hours\n- **Trending**: Discover hot new spots\n- **Collections**: Access curated \"best of\" lists\n- **Deals**: Find current promotions and offers\n\n## Requirements\n\n- Node.js 18+\n\n## License\n\nMIT\n\n## Links\n\n- [Strider Labs](https://striderlabs.ai)\n- [GitHub Repository](https://github.com/markswendsen-code/mcp-yelp)\n",
  "bytes": 2699,
  "sha": "a1da7f5f981635d4fcab2ab9cc0c19335ebbb306908e80ecca0a5064fc52a959",
  "repo_slug": "markswendsen-code/mcp-yelp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_markswendsen_code_yelp_e15faced/readme"
}