How to Use the Yelp Fusion MCP in Claude Code
Run background tasks and pipelines using Yelp Fusion with Claude Code in the terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Yelp Fusion MCP to Claude Code
Create your Vinkius account to connect Yelp Fusion to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Batch search and filter business lists
You can write a shell script that calls `search_businesses` for all locations in an area. The output is streamed to stdout, letting you pipe it immediately into tools like `jq` or other processing scripts. This is perfect for large-scale data dumps. If your workflow requires validation, use `match_business`. You can wrap this tool call in a script block that takes a list of IDs and systematically validates them one by one, ensuring every record exists before proceeding.
Generate reports from detailed business data
A cron job could run a command calling `get_business_details` for a known ID. The result is then redirected into a report generator. Similarly, you can script the retrieval of review highlights using `get_review_highlights`. This allows background workers to compile reports on sentiment or key features. For service checks, use `get_service_offerings` in your pipeline. A simple command check can verify if a business supports required services before deployment.
Monitor events and job availability headlessly
Set up a background script that runs daily, calling `search_events` for the current location. You pipe the output to an email tool or write it to a log file, alerting stakeholders about upcoming activities. For staffing checks, use `get_jobs`. A scheduled job can run this command with a specific trade name, verifying if service categories are available in a region without needing any GUI interaction.
Set up Yelp Fusion MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeyelp-fusion-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Yelp Fusion transactions." It will automatically discover and invoke the available Yelp Fusion tools.
claude mcp add --transport http yelp-fusion-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Yelp Fusion MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Yelp Fusion MCP today
We host it, we monitor it, we maintain it. You just paste one token.