Skip to main content
¿Prefieres leerlo en español? Esta página también está disponible en español.

Your AI doesn’t know padel yet

Ask ChatGPT for a result or a head-to-head and it often improvises: it confuses players, mixes up tournaments, or makes up scores. Padel Analyst fixes that: it connects your AI assistant to the database behind Padel API, so its answers come from a reliable, up-to-date source instead of the model’s memory.
Here’s what you’ll be able to ask your AI assistant once you connect it:
  • “Who is Arturo Coello? Give me his profile and recent results”
  • “List the top 10 ranked women players”
  • “Find all Spanish players who play on the backhand side”
  • “What were the results of the last Premier Padel Major?”
  • “Show me the head-to-head record between Lebron/Galan and Coello/Tapia”
  • “Get the point-by-point statistics from yesterday’s final”
  • “List all P1 tournaments this season”
  • “Who won the Qatar Major 2024?”
  • “Show me the draw and results from the Paris Premier Padel”
  • “Simulate a match between Coello/Tapia vs Lebron/Galan”
  • “Based on recent form, who would win: Sanchez/Josemaria or Triay/Fernandez?”

Who it’s for

Padel Analyst turns your AI assistant into a padel analyst for anyone who lives the sport but doesn’t want to dig through spreadsheets:

Fans

Settle debates and get the head-to-head for any matchup instantly.

Creators

Prep previews, threads, and videos with solid data in minutes.

Journalists & media

Pull accurate stats and context in seconds, straight from your chat.

Sponsors

Evaluate players and pairs with real data before investing in a sponsorship.

Get started in 3 steps

Padel Analyst is an MCP (Model Context Protocol) server that connects your AI assistant to professional padel data, so you can ask in natural language without writing any code. Connect it in three steps:
1

Subscribe to the Plus Plan

Sign up for the Plus Plan (19€/month) which includes:
  • Up to 50K requests/month
  • MCP Server Access
  • Works with ChatGPT
  • Natural language queries
  • Basic support
2

Create an API Token

Generate your personal API token from the API Tokens page. You’ll need this to authenticate MCP requests.
3

Connect your AI assistant

Choose your assistant and follow the installation guide to start asking:

Connect to ChatGPT

Add Padel Analyst in ChatGPT’s Developer mode.

Connect to Claude

The easiest way — add it as a connector, no config files.

Connect other clients

Click the button below to install the Padel API MCP server in Cursor:Install in CursorOr manually add the following to your Cursor MCP settings (~/.cursor/mcp.json):
{
  "mcpServers": {
    "padel-api": {
      "type": "http",
      "url": "https://padelapi.org/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}
Click the button below to install the Padel API MCP server in VS Code:Install in VS CodeOr manually add the following to your VS Code settings.json:
{
  "mcp": {
    "servers": {
      "padel-api": {
        "type": "http",
        "url": "https://padelapi.org/mcp",
        "headers": {
          "Authorization": "Bearer YOUR_API_TOKEN"
        }
      }
    }
  }
}
Add the following to your Windsurf MCP configuration file (~/.codeium/windsurf/mcp_config.json):
{
  "mcpServers": {
    "padel-api": {
      "type": "http",
      "url": "https://padelapi.org/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}
You can also install via the MCP Marketplace: open Windsurf Settings → Cascade → MCP Servers, and search for “Padel API”.
Add the following to your Claude Desktop configuration file:
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
  "mcpServers": {
    "padel-api": {
      "type": "http",
      "url": "https://padelapi.org/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}
For any MCP-compatible client, use these connection details:
SettingValue
Server URLhttps://padelapi.org/mcp
TransportHTTP (Streamable)
AuthenticationBearer token in Authorization header

Available Tools

The Padel Analyst MCP server provides 16 tools for querying padel data:
ToolDescription
list-pair-matchesGet all matches for a specific pair of players
list-player-matchesGet all matches for a specific player
list-player-rankingsGet ranking snapshots and weekly history for a player
list-rankingsGet the FIP ranking list for a given week, including biggest movers
list-tournament-matchesGet all matches from a tournament
search-headtoheadFind head-to-head matches between specific players
search-matchesSearch for matches with various filters
search-pairsList player pairs that have played together, with status and match dates
search-playersSearch players by name, nationality, category, or side
search-seasonsBrowse available seasons and competitions
search-tournamentsFind tournaments by name, level, or date range
show-match-liveGet point-by-point play-by-play data for a match
show-match-statsGet detailed match statistics including point-by-point data
show-pair-statsDisplay statistics for a pair of players
show-player-statsDisplay detailed statistics for a player
simulate-matchSimulate a match outcome based on player statistics

Available Prompts

Pre-configured prompts help structure common analysis tasks:
PromptDescription
head-to-headCompare historical results between two players/pairs
match-previewGenerate a preview for an upcoming match
pair-analysisAnalyze a pair’s performance and playing style
player-comparisonSide-by-side comparison of two players
player-profileComprehensive profile of a player
recent-resultsSummary of recent match results
season-overviewOverview of a complete season
tournament-summarySummary of a tournament with results

Beyond Match Data

Padel Analyst gives you access to performance data: rankings, results, and statistics. If you also need fan engagement analytics, check out Padel Fan Index, which combines this data with real fan decisions from Fantasy Padel Tour.

Support

Need help? Contact us at ferran@padelapi.org or check the API documentation for more details on available data.