Talk to your business data
Connect Claude to Operator via MCP. Ask questions in plain English and get answers from live local business data.
1. Get an API key
Sign in to Operator and go to Settings to generate a key.
No account? Create free account and upgrade later if you need more.
2. Add to Claude Desktop
Open ~/Library/Application Support/Claude/claude_desktop_config.json and add:
{
"mcpServers": {
"operator": {
"command": "npx",
"args": ["-y", "@operator-fyi/mcp"],
"env": {
"OPERATOR_API_KEY": "your_api_key_here"
}
}
}
}Restart Claude Desktop after saving.
3. Available tools
search_businessesFind businesses by niche, city, or keywordget_businessFull profile for a specific business by slugget_market_dataCompetitive intelligence for a niche in a cityget_trust_scoreOperator trust score (0-100) for a businessget_reviewsRecent reviews and sentiment for a businessget_valuationRevenue and valuation estimateget_visibility_scoreAI visibility score across search platformslist_citiesAll cities with enriched business datalist_nichesAll tracked business categoriesExample prompts
"Who are the top plumbers in Denver with the most reviews?"
"What is the average rating for HVAC contractors in Phoenix?"
"Show me dental businesses in Honolulu without a website"
"What is the market coverage for landscapers in Seattle?"
"Give me a valuation estimate for a roofing company in Austin"
Full API and MCP docs
OpenAPI spec, REST endpoints, and developer quickstart are in the developer hub.