Operator's MCP server gives any AI agent read access to local business intelligence: trust scores, market data, competitor analysis, and Operator Estimates. Free tier available.
// claude_desktop_config.json { "mcpServers": { "operator": { "command": "npx", "args": ["-y", "@operator/mcp-server"], "env": { "OPERATOR_API_KEY": "your_key_here" } } } }
All tools are available via Claude Desktop, Claude Code, and any MCP-compatible agent framework.
With the Operator MCP installed, Claude has live access to local business intelligence.
// You ask Claude: "Who are the top 3 plumbers in Phoenix and what's their trust score?" // Claude calls: search_businesses({city: "phoenix", trade: "plumbing", limit: 3}) // Returns: { "results": [ { "name": "Sunrise Plumbing", "trust_score": 94, "reviews": 218, "response_rate": 0.97 }, { "name": "Desert Drain Services", "trust_score": 89, "reviews": 184, "response_rate": 0.91 }, { "name": "Valley Pipe Works", "trust_score": 85, "reviews": 156, "response_rate": 0.88 } ], "market_avg_trust": 74, "total_operators": 342 }
Build agents that research competitors, audit market positions, or generate local business intelligence reports: with live data from 3M+ profiles.
PE firms and search funds use Operator data to identify acquisition targets, benchmark businesses, and get Operator Estimates before reaching out.
Build dashboards, reports, and tools that track market share, response rate trends, and competitive intelligence across any US city and trade.
1,000 free requests per month. No card required. MCP-ready in 5 minutes.
Get free API key →