Copy the server URL
apinn's MCP server is hosted and ready: nothing to install, streamable HTTP transport.
apinn's MCP server lets Claude, Cursor and any compatible client query the API — sports, odds, history, specials — and search the docs, in natural language.
https://api.apinn.io/mcpapinn's MCP server is hosted and ready: nothing to install, streamable HTTP transport.
One command in Claude Code, one JSON block in Cursor or Claude Desktop — snippets below.
Ask for live soccer games or the closing odds of an event — the assistant calls the API for you.
claude mcp add --transport http apinn https://api.apinn.io/mcp \
--header "X-API-Key: <VOTRE_CLE>"// ~/.cursor/mcp.json
{
"mcpServers": {
"apinn": {
"url": "https://api.apinn.io/mcp",
"headers": { "X-API-Key": "<VOTRE_CLE>" }
}
}
}// claude_desktop_config.json
{
"mcpServers": {
"apinn": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.apinn.io/mcp",
"--header", "X-API-Key: <VOTRE_CLE>"]
}
}
}Any MCP client with streamable HTTP transport can connect to this URL.
https://api.apinn.io/mcpDocumentation search works without a key. Tools that hit the API (odds, fixtures, history…) use your apinn key: give it to the assistant when asked, or set it in the client configuration.
Yes — every tool call that reaches the API counts toward your hourly quota, exactly like a regular REST call.
Claude (connectors), Claude Code, Claude Desktop, Cursor, and any MCP client supporting streamable HTTP transport.
List sports and leagues, fetch odds for an event (main + alt lines), opening/closing, specials, history — and answer questions about the API using the documentation.
2-day free trial — the API key comes with the plan.