Model Context Protocol — Ultra plan exclusive
Connect Claude, ChatGPT, Cursor and any MCP-compatible AI agent directly to fixtures, live scores, standings, head-to-head history, odds and AI-synthesized news — no custom REST integration code required.
A Starter, Pro or Business API key will be rejected when connecting. Upgrade to Ultra to unlock MCP access, live odds and AI-synthesized news together.
The Model Context Protocol (MCP) is an open standard that lets AI applications
call external tools in a consistent way. Instead of an AI model guessing at tennis facts or you
writing a custom integration against our REST API, your AI agent calls a well-defined tool —
like get_tennis_fixtures or get_tennis_head_to_head — and gets
back accurate, structured, live data from API Tennis. Same account, same Ultra API key.
Every tool returns compact, model-friendly JSON — no wasted tokens on raw REST payloads.
search_tennis_tournaments
Find the right tournament by event type or name — e.g. "Atp Singles", "Wimbledon" — without guessing ids.
get_tennis_fixtures
Results and upcoming matches for a date range or a whole tournament.
get_live_tennis_matches
Everything currently being played, worldwide or filtered by tournament.
get_tennis_standings
The current top-level ATP or WTA tour ranking.
get_tennis_match_details
Set scores, statistics and point-by-point for a single match, on demand.
get_tennis_head_to_head
Past meetings between two players, plus each player's recent form.
get_tennis_odds
Real bookmaker pre-match odds, grouped by match and market.
get_live_tennis_odds
In-play odds movement for matches happening right now.
get_tennis_player
Bio, season-by-season stats and tournament history.
get_tennis_news
Fresh articles linked to the exact player, tournament and match they cover.
MCP access is included with the Ultra plan — see plans or register if you're new.
Point your AI client at https://mcp.api-tennis.com/mcp with your Ultra API key as a bearer token.
Your AI agent now calls live tennis data itself — no code to write.
Example configuration (Claude Desktop, Claude Code, Cursor, or any MCP-compatible client):
{
"mcpServers": {
"api-tennis": {
"url": "https://mcp.api-tennis.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_ULTRA_APITENNIS_API_KEY"
}
}
}
}
Once connected, your AI agent can answer questions like these directly — with real, current data:
Upgrade to Ultra and read the full documentation to get started.
Read the Full Documentation