Model Context Protocol — Ultra plan exclusive

Give Your AI Agent Live Tennis Data

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.

ULTRA EXCLUSIVE

The MCP server is available only on the Ultra plan

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.

What is an MCP server?


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.

10 Tools, Ready to Use


Every tool returns compact, model-friendly JSON — no wasted tokens on raw REST payloads.

Search Tournaments

search_tennis_tournaments
Find the right tournament by event type or name — e.g. "Atp Singles", "Wimbledon" — without guessing ids.

Fixtures

get_tennis_fixtures
Results and upcoming matches for a date range or a whole tournament.

Live Matches

get_live_tennis_matches
Everything currently being played, worldwide or filtered by tournament.

ATP/WTA Standings

get_tennis_standings
The current top-level ATP or WTA tour ranking.

Match Details

get_tennis_match_details
Set scores, statistics and point-by-point for a single match, on demand.

Head-to-Head

get_tennis_head_to_head
Past meetings between two players, plus each player's recent form.

Betting Odds

get_tennis_odds
Real bookmaker pre-match odds, grouped by match and market.

Live Odds

get_live_tennis_odds
In-play odds movement for matches happening right now.

Player Profiles

get_tennis_player
Bio, season-by-season stats and tournament history.

AI-Synthesized News

get_tennis_news
Fresh articles linked to the exact player, tournament and match they cover.

Connect in 3 Steps


1. Upgrade to Ultra

MCP access is included with the Ultra plan — see plans or register if you're new.

2. Add the MCP server

Point your AI client at https://mcp.api-tennis.com/mcp with your Ultra API key as a bearer token.

3. Just ask

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"
      }
    }
  }
}

Full connection instructions →

What You Can Ask


Once connected, your AI agent can answer questions like these directly — with real, current data:

  • "What are today's ATP fixtures at Wimbledon?"
  • "Show me the live matches right now and tell me which one looks closest."
  • "How has Sinner done against Zverev in their last meetings?"
  • "Who's currently ranked #1 on the WTA tour?"
  • "What are the odds for tonight's match?"
  • "Any recent news about Alcaraz?"

Frequently Asked Questions


What is the API Tennis MCP server?
It's a Model Context Protocol (MCP) server that exposes API Tennis's data — tournaments, fixtures, live scores, standings, head-to-head history, odds, player profiles and AI-synthesized news — as tools an AI agent can call directly during a conversation.
Which plan do I need?
The MCP server is exclusive to the Ultra plan. A Starter, Pro or Business API key is rejected when connecting — see plans to upgrade.
Do I need a new account or a special API key?
No — connect with your existing Ultra plan API key (or register and upgrade). The MCP server is a thin adapter over the existing REST API.
Which AI tools can connect to this?
Any MCP-compatible client: Claude Desktop, Claude Code, Cursor, and custom agents built on the Model Context Protocol SDKs.
How is this different from the REST API or WebSocket feed?
Same underlying data and API key, but shaped for AI agents instead of application code. See the full REST API documentation or WebSocket documentation if you're integrating from your own backend instead.

Ready to connect your AI agent to live tennis data?

Upgrade to Ultra and read the full documentation to get started.

Read the Full Documentation