apinn.io
Model Context Protocol

Your Pinnacle odds, right inside your AI assistant.

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.

Server URL
https://api.apinn.io/mcp

Connect in 3 steps

1

Copy the server URL

apinn's MCP server is hosted and ready: nothing to install, streamable HTTP transport.

2

Add it to your client

One command in Claude Code, one JSON block in Cursor or Claude Desktop — snippets below.

3

Talk to it in natural language

Ask for live soccer games or the closing odds of an event — the assistant calls the API for you.

Supported clients

Claude Code
claude mcp add --transport http apinn https://api.apinn.io/mcp \
  --header "X-API-Key: <VOTRE_CLE>"
Cursor
// ~/.cursor/mcp.json
{
  "mcpServers": {
    "apinn": {
      "url": "https://api.apinn.io/mcp",
      "headers": { "X-API-Key": "<VOTRE_CLE>" }
    }
  }
}
Claude Desktop
// 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/mcp

Frequently asked questions

Do I need an API key?

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

Do calls count against my quota?

Yes — every tool call that reaches the API counts toward your hourly quota, exactly like a regular REST call.

Which clients are compatible?

Claude (connectors), Claude Code, Claude Desktop, Cursor, and any MCP client supporting streamable HTTP transport.

What can the assistant actually do?

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.

Ready to plug in your assistant?

2-day free trial — the API key comes with the plan.