Skip to main content
Glama

Yelp Fusion AI MCP Server

by Yelp
Apache 2.0
15

yelp_agent

Query and interact with Yelp’s business data using natural language. Search for local businesses, compare options, plan itineraries, book reservations, and get detailed insights. Maintain conversation context for follow-up questions and access structured responses with direct Yelp URLs.

Instructions

Intelligent Yelp business agent designed for agent-to-agent communication. Handles any natural language request about local businesses through conversational interaction with Yelp's comprehensive business data and reservation platform. Returns both natural language responses and structured business data. Maintains conversation context for multi-turn interactions. CRITICAL: When recommending businesses, you MUST ALWAYS include the Yelp URL from the structured data to ensure users can view the business on Yelp directly. Capabilities include but are not limited to: business search, detailed questions, comparisons, itinerary planning, reservation booking exclusively through the Yelp Reservations platform at participating restaurants, and any other business-related analysis or recommendations an intelligent agent could provide with access to Yelp's full dataset. Use chat_id for follow-up questions and conversational context. Examples: - "Find emergency plumbers in Boston" - "What do people say about the quality of their work?" (follow-up with chat_id) - "Plan a progressive date in SF's Mission District" - "What are their hours?" (follow-up with chat_id) - "Book table for 2 at Mama Nachas tonight at 7pm" - "Compare auto repair shops from budget to luxury in Sacramento" Args: natural_language_query: Any business-related request in natural language search_latitude: Optional latitude coordinate for precise location-based searches search_longitude: Optional longitude coordinate for precise location-based searches chat_id: Previous response's chat_id for conversational context

Input Schema

NameRequiredDescriptionDefault
chat_idNo
natural_language_queryYes
search_latitudeNo
search_longitudeNo

Input Schema (JSON Schema)

{ "properties": { "chat_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Chat Id" }, "natural_language_query": { "title": "Natural Language Query", "type": "string" }, "search_latitude": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Search Latitude" }, "search_longitude": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Search Longitude" } }, "required": [ "natural_language_query" ], "title": "yelp_agentArguments", "type": "object" }
Install Server

Other Tools from Yelp Fusion AI MCP Server

Related Tools

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

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