Skip to main content
Operator
Scan free
Docs/Use Claude

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 keyword
get_businessFull profile for a specific business by slug
get_market_dataCompetitive intelligence for a niche in a city
get_trust_scoreOperator trust score (0-100) for a business
get_reviewsRecent reviews and sentiment for a business
get_valuationRevenue and valuation estimate
get_visibility_scoreAI visibility score across search platforms
list_citiesAll cities with enriched business data
list_nichesAll tracked business categories

Example 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.