# Yelp (verified)

Yelp Fusion API provides access to business search, reviews, ratings, and local business information with rich data for location-based services

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add yelp

# Browse available tools
npx -y @smithery/cli@latest tool list yelp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get yelp YELP_GET_BUSINESS_DETAILS

# Call a tool
npx -y @smithery/cli@latest tool call yelp YELP_GET_BUSINESS_DETAILS '{}'
```

## Direct MCP Connection

Endpoint: `https://yelp.run.tools`

## Tools (6)

- `YELP_GET_BUSINESS_DETAILS` — Get detailed information about a specific business on Yelp using its business ID or alias. Returns comprehensive busine…
- `YELP_GET_BUSINESS_REVIEWS` — Get reviews for a specific business on Yelp using its business ID or alias. Returns up to 3 review excerpts for the bus…
- `YELP_GET_REVIEW_HIGHLIGHTS` — Get review highlights for a specific business on Yelp using its business ID or alias. Returns summarized key points and…
- `YELP_SEARCH_AND_CHAT` — Chat with Yelp's AI assistant to search restaurants, check for availability, and make reservations.
- `YELP_SEARCH_BUSINESSES` — Search for businesses on Yelp by location, term, categories, and other filters. This is the main search endpoint for fi…
- `YELP_SEARCH_BY_PHONE` — Search for a business by phone number on Yelp. This endpoint allows you to find businesses using their phone number.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get yelp <tool-name>
```
