Configure MCP server with Scrape Yelp Business Details
Access the Scrape Yelp Business Details action from AI tools via MCP. Your AI assistant can look up Yelp business data on demand.
MCP server configuration
Add this to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP-compatible tool):
json
{
"mcpServers": {
"syncgtm": {
"type": "http",
"url": "https://api.syncgtm.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Example prompt
“Look up Joe's Pizza in San Francisco on Yelp. Show me their rating, review count, and recent reviews.”
Example response
json
{
"name": "Joe's Pizza",
"rating": 4.5,
"review_count": 342,
"categories": ["Pizza", "Italian", "Delivery"],
"address": "123 Market St, San Francisco, CA 94105",
"price_range": "$$",
"recent_reviews": [
{
"text": "Best pizza in SF! The crust is perfectly crispy...",
"rating": 5,
"date": "2026-03-10"
}
]
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →