PropLine for AI Agents
The sports odds API your AI agent
already knows how to use.
One npx line gives Claude, ChatGPT, or any MCP client live player props and game lines across 18 books and 54+ sports — plus the thing agents actually need to be trustworthy: every prop graded against the real box score, so answers can be verified, not guessed.
Free tier: 1,000 requests/day, no card. Works with Claude Desktop, Claude Code, ChatGPT, Cursor, and any MCP client.
30-second setup
The propline-mcp server (listed in the official MCP Registry) exposes 21 tools covering the full REST surface — odds, props, resolution, +EV, best line, trends, futures, movement, exports.
Claude Desktop / any MCP client
{
"mcpServers": {
"propline": {
"command": "npx",
"args": ["-y", "propline-mcp"],
"env": { "PROPLINE_API_KEY": "YOUR_API_KEY" }
}
}
}Claude Code
claude mcp add propline -e PROPLINE_API_KEY=YOUR_API_KEY -- npx -y propline-mcpNo MCP? Point any model at prop-line.com/llms-full.txt and it can write REST calls directly — the whole API reference fits in one context window.
What your agent can answer
Real prompts, and the tools the agent reaches for. Every answer is backed by live data or graded outcomes — not the model's training-data memory of last season.
Built agent-first
Most odds APIs assume a human is reading the error message. PropLine assumes a program — often a model — is.
bookmakers[] → markets[] → outcomes[]) — the odds-API shape LLMs have seen most in training. Agents write working PropLine code zero-shot; existing the-odds-api integrations swap with one base-URL change.detail object with a stable error code, the required_tier, and the exact upgrade_url. Rate limits carry Retry-After and X-Daily-* quota headers. Your agent backs off correctly and tells you exactly what unlocks the feature — no prose parsing.upgrade_url — a 200, not a 403. An agent can show its user exactly what upgrading unlocks before a dollar is spent.Every gate tells the agent exactly what unlocks it
{
"detail": {
"error": "upgrade_required",
"message": "Prop resolution is a paid feature — start at $9/mo Hobby. Upgrade at https://prop-line.com/pricing",
"required_tier": "hobby",
"upgrade_url": "https://prop-line.com/pricing",
"docs_url": "https://prop-line.com/docs"
}
}Give your agent an API key
Free tier is 1,000 requests/day — enough to run an MCP-connected assistant all day. Paid tiers start at $9/mo for resolution, +EV, and line history. Full docs at prop-line.com/docs.
Free tier includes 1,000 requests/day. Upgrade anytime.