FAQ
Didn’t find your answer? Write to support@igamradar.com.
How do I connect iGamRadar to my AI assistant (MCP)?
What is MCP?
MCP (Model Context Protocol) is an open standard for connecting AI assistants to external services. It isn’t tied to Claude: iGamRadar works with any MCP-compatible client — Claude, Cursor, Windsurf, VS Code or your own agent. Once connected, you can work with iGamRadar data straight from your assistant, without opening the website.
MCP access is included in the Pro plan ($49/mo), with 10,000 requests per month.
How to connect iGamRadar to Claude (connector)
- Subscribe to the iGamRadar Pro plan.
- In Claude, open Settings → Connectors.
- Click Add custom connector.
- Enter a name for the connector (for example, iGamRadar).
- Paste the MCP server URL:
https://igamradar.com/api/mcp - You’ll be redirected to iGamRadar. Sign in and confirm the connection.
- That’s it — iGamRadar is now available in Claude. No API key needed.
Connect with an API key (terminal, other clients, your own code)
Using Claude Code, another MCP client, or building your own agent? Connect with an API key instead:
- Go to Account → API keys (MCP) and click New key. The key is shown only once — copy it right away.
- Add the server to your client. For example, in Claude Code:
claude mcp add --transport http igamradar https://igamradar.com/api/mcp \ --header "Authorization: Bearer <your-key>"
- Any other client: URL
https://igamradar.com/api/mcpwith the headerAuthorization: Bearer <your-key>.
If a key is lost or leaked, revoke it on the same page and create a new one.
What you can do with the iGamRadar MCP server
Ask your assistant questions in plain language, for example:
- “Show the top 50 brands in the UK.”
- “Show TonyBet’s month-over-month performance.”
- “Which new brands were added this month?”