rapidoddsapi-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rapidoddsapi-mcpGet odds for NBA games today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rapidoddsapi-mcp
MCP server for RapidOddsAPI. Gives an AI assistant bookmaker odds, live scores, arbitrage and value bets.
Built on the official rapidoddsapi
Python SDK.
Setup
You need an API key from the dashboard.
Keys start with oa_.
Claude Desktop
Add this to claude_desktop_config.json:
{
"mcpServers": {
"rapidoddsapi": {
"command": "uvx",
"args": ["rapidoddsapi-mcp"],
"env": {
"RAPIDODDSAPI_API_KEY": "oa_your_api_key_here"
}
}
}
}The config file lives at ~/Library/Application Support/Claude/ on macOS and
%APPDATA%\Claude\ on Windows. Restart Claude Desktop after editing it.
Anything else that speaks MCP
RAPIDODDSAPI_API_KEY=oa_your_api_key_here uvx rapidoddsapi-mcpIt speaks stdio.
Related MCP server: pmxt-mcp
Tools
Tool | Credits |
| 0 |
|
|
| 1 |
|
|
|
|
Credits are charged only when games come back, so a query that matches nothing is free. Every response ends with what it cost and what is left.
Credits
The free tier is 250 credits for the life of the account, with no monthly reset, so the defaults are deliberately narrow:
A sport is always required. There is no way to request every sport at once.
Bookmakers default to five, one credit group, chosen for the sport's region.
Market types default to one.
That makes a typical question cost 1 credit. Both arguments multiply, so asking for nine market types across eighteen bookmakers is 36. The tool descriptions say so, which is what keeps the model from doing it uninvited.
find_arbitrage and find_value_bets default to ten bookmakers, 2 credits,
because both need books that disagree and five rarely spread far enough.
Markets
find_arbitrage and find_value_bets handle two-way markets with no line:
head_to_head, its period variants, and soccer's draw_no_bet. Totals,
spreads, player props and three-way markets return an error explaining why
rather than an empty list, since "nothing found" would read as "no
opportunities".
Market keys vary by sport. list_sports(sport) returns the valid ones and
costs nothing.
Bookmakers
Names are odds feeds, not brands. Many brands share one feed and quote
identical prices, so Ladbrokes covers Neds and Betmakers covers the 26
brands running on it. A brand name that is not a feed returns nothing.
Development
pip install -e ".[dev]"
pytest
ruff check .
mypy src/rapidoddsapi_mcpLinks
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP-compatible server that gives AI agents access to alternative sports data across 30+ leagues — odds, events, probabilities, settlement, and futures for prediction markets, DFS platforms, and sportsbooks.Last updated2932MIT
- AlicenseCqualityBmaintenanceMCP server that provides a unified prediction market API for multiple venues like Polymarket and Kalshi, allowing AI agents to discover markets, fetch order books, and execute trades through a single interface.Last updated321,1488MIT
- AlicenseBqualityAmaintenanceAn MCP server that exposes sports-data APIs from multiple providers (AFL, Sportsbet, Entain, NRL) as interchangeable tools, enabling cross-provider odds and stats comparison.Last updated1001MIT
- Alicense-qualityCmaintenanceMCP server that provides structured access to real-time sportsbook data from iddaa, including live events, competitions, and league fixtures with strategy analysis. Designed for AI agents and automation workflows.Last updated79MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rapidoddsapi/rapidoddsapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server