Padel Analyst
Padel Analyst by Padel API is an MCP server that connects AI assistants to professional padel data.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data
What it can do
- List Pair Matches: List matches played by a pair of players. To get the player IDs, use the "search-players" tool.
- Search Player Matches: List the matches of a player by providing their player ID. Use only parameter values that you are certain about. To get the player ID, use the "search-players" tool.
- List Tournament Matches: List all matches of a tournament by providing the tournament ID. To get the tournament ID, use the "search-tournaments" tool.
What data it sees
Do you need an account
An API key from the service settings is required
Padel Analyst by Padel API is an MCP server that connects AI assistants to professional padel data. It allows you to ask natural language questions about players, tournaments, matches, and statistics without writing any code.
Prerequisites
1. Subscribe to the Analyst Plan
Sign up for the Analyst 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.
Server tool list (12)
Raw names from tools/list. Only developers need these.
| list-pair-matches | List matches played by a pair of players. To get the player IDs, use the "search-players" tool. |
| search-player-matches | List the matches of a player by providing their player ID. Use only parameter values that you are certain about. To get the player ID, use the "search-players" tool. |
| list-tournament-matches | List all matches of a tournament by providing the tournament ID. To get the tournament ID, use the "search-tournaments" tool. |
| search-matches-related | Endpoint to retrieve head-to-head or related list of matches between players. This endpoint can be used to find matches between only two players (same or different teams). |
| search-matches | Search matches by date, and round to get match details. To list all matches of a tournament, use the "list-tournament-matches" tool. |
| search-players | Search players by name or surname to get player information and details (player ID, name, age, etc.). |
| search-seasons | Search seasons by year to get season details. Seasons from 2023 onwards are available. |
| search-tournaments | Search tournaments by name and other filters to get tournament details. Use only parameter values that you are certain about. |
| show-match-stats | Get detailed match statistics for a specific match ID |
| show-pair-stats | Get statistics for a pair of players by providing their player IDs. To get the player IDs, use the "search-players" tool. |
| show-player-stats | Get statistics for a player by providing their player ID. To get the player ID, use the "search-players" tool. |
| simulate-match | Simulate a match between players from two teams. Provide player IDs for both teams to simulate the match outcome. To get the player IDs, use the "search-players" tool. |