Skip to main content
apinn exposes an MCP server (Model Context Protocol): your AI assistant can search the documentation and call the API (list sports, fetch a match’s odds, history, specials…) directly in natural language.
MCP server URL: https://docs.apinn.io/mcp (streamable HTTP transport).

Connecting the server

Then in a session: “list the live soccer matches”, “give me the odds for event 1632003656”.

Authentication

  • The documentation search tools work without a key.
  • The tools that call the API use your apinn key (X-API-Key). Provide it to the assistant / in the MCP client configuration when it asks for it. Each call counts toward your hourly quota.
Never paste your key into a public repository or a screen share. Treat it as a secret.

What the assistant can do

  • “What sports are available?” → /api/sports
  • “Give me the live soccer matches” → /api/fixtures?sport_id=29&live=1
  • “Current odds for event 1632003656” → /api/odds
  • “Complete odds history for this match” → /api/odds?full_history=1
  • “Champions League winner: favorites’ odds” → /api/specials/outrights
All the API reference endpoints are exposed as MCP tools (read-only).