Overview
We provide AI-ready resources to help you build faster with AI coding assistants. Whether you’re using ChatGPT, Claude, Cursor, VS Code Copilot, or other AI tools, we have resources that give these tools the context they need to generate accurate, production-ready code.Machine-Readable Documentation
We provide documentation in formats optimized for AI coding tools:Documentation Index
A lightweight file listing all documentation pages with URLs and descriptions. AI tools can scan this to find relevant pages to fetch. URL:https://docs.odds-api.io/llms.txt
Size: ~500 tokens
Complete Documentation
The entire API documentation compiled into a single text file. Best for AI tools with large context windows that can ingest everything at once. URL:https://docs.odds-api.io/llms-full.txt
Size: ~2.5k tokens
OpenAPI Specification
Machine-readable API definition following the OpenAPI 3.0 standard. Contains all endpoints, parameters, request/response schemas, and examples. URL:https://docs.odds-api.io/api-reference/openapi.json
Size: ~22k tokens
MCP Server
For AI tools that support the Model Context Protocol, our MCP server provides direct API access. See setup instructions below.Quick Start: Copy-Paste Context
Copy this context block and paste it into your AI tool for instant API knowledge:Setup by Tool
- Claude
- ChatGPT
- Cursor
- VS Code
- Claude Code
Claude (chat.anthropic.com)
- Start a new conversation
- Paste the context block above, or
- Ask Claude to fetch the full documentation:
MCP Server
The Model Context Protocol (MCP) server provides direct API integration for AI tools, allowing them to fetch live data from your Odds-API.io account.Features
- 12 API tools - Get sports, bookmakers, events, odds, value bets, and arbitrage opportunities
- Documentation resources - Access full docs and OpenAPI spec directly
- Real-time data - Fetch live odds and events
Setup
- Claude Code
- Claude Desktop
- Cursor
Available Tools
| Tool | Description |
|---|---|
get_sports | List all available sports |
get_bookmakers | List all available bookmakers |
get_leagues | Get leagues for a sport |
get_events | Get events with filtering options |
get_live_events | Get currently live events |
search_events | Search events by text |
get_odds | Get odds for an event |
get_multi_odds | Get odds for multiple events |
get_value_bets | Get value betting opportunities |
get_arbitrage_bets | Get arbitrage opportunities |
get_participants | Get teams/participants |
get_documentation | Get API documentation |