Skip to content

MCP for analysts

MCP Server

Connect iGaming Finder to Claude Desktop, Cursor, and any other MCP-compatible agent. Search domains, fetch profiles, and start enrichments — all without leaving your AI workspace. API key stays scoped to your client.

Configure your agent

{
  "mcpServers": {
    "igaming-finder": {
      "command": "igaming-mcp",
      "env": { "IGAMING_API_KEY": "client_xxx" }
    }
  }
}

Drop this into ~/Library/Application Support/Claude/claude_desktop_config.json (or your Cursor MCP settings) and restart the agent.

Tools the agent gets

igaming_finder.search_domains

Search domains with positive and negative filters — jurisdictions, payment methods, providers, geo.

igaming_finder.get_domain

Fetch a full operator profile including licenses, providers, payment methods, and recent lobby moves.

igaming_finder.start_enrichment

Trigger enrichment on a new domain and monitor status. Returns cached results if recently enriched.

igaming_finder.list_providers

List known software providers with operator counts, jurisdictions covered, and recent shifts.

igaming_finder.list_jurisdictions

Enumerate licensing jurisdictions with operator distribution and license-type breakdown.

igaming_finder.export_query

Run a saved query and produce a CSV/JSONL export. Returns a download URL when ready.

Hand it to your agent

Full setup, available tools, and recipe patterns in the docs.

Read MCP docs →