What is MCP?
MCP (Model Context Protocol) lets AI assistants like Claude Desktop and Cursor call iGaming Finder tools directly. Ask questions in natural language and get operator intelligence data without writing code.
Setup
Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"igaming-finder": {
"command": "igaming-mcp",
"env": {
"IGAMING_API_KEY": "YOUR_API_KEY"
}
}
}
}
Restart Claude Desktop. You'll see iGaming Finder tools in the tools menu.
Cursor
Add to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"igaming-finder": {
"command": "igaming-mcp",
"env": {
"IGAMING_API_KEY": "YOUR_API_KEY"
}
}
}
}
Prerequisites
$ help --topic=infoThe MCP server ships with the iGaming Finder CLI, which is in early access. Request access at hello@igamingfinder.com and we'll share the install instructions for both the CLI and the bundledigaming-mcpbinary.
Available Tools
Once connected, the AI assistant can use these tools:
igaming_finder.search_domains
Search operators with filters. Example prompt:
"Find all MGA-licensed operators that accept crypto payments"
igaming_finder.get_domain
Get full profile for a domain. Example prompt:
"Show me everything about stake.com"
igaming_finder.start_enrichment
Trigger an enrichment run. Example prompt:
"Enrich roobet.com and show me the results when ready"
Example Conversations
Competitive analysis:
"Which operators licensed by MGA feature both Evolution and Pragmatic Play but don't accept crypto?"
Market research:
"List all operators with Curacao licenses that were enriched in the last 7 days"
Due diligence:
"Get the full profile for betway.com, including all licenses and payment methods"
$ help --topic=tipMCP tools use your API key credits. Search and domain lookups are free; enrichments are billed at the standard rate — see the Credit Costs table in the API reference.