Prerequisites
Before you begin, make sure you have:n8n Instance
A self-hosted or cloud n8n instance with AI features enabled
Padel API Token
Get your token from the API Tokens page
Installation Steps
Add an MCP Client Tool node
In your workflow, add an AI Agent node, then connect an MCP Client Tool node to its Tool input.
Configure the connection
In the MCP Client Tool node, set:
| Field | Value |
|---|---|
| Endpoint | https://padelapi.org/mcp |
| Server Transport | HTTP Streamable |
| Authentication | Header Auth |
Create the Header Auth credential
Create a new Header Auth credential with the following values, replacing
YOUR_API_TOKEN with your token from the API Tokens page:| Field | Value |
|---|---|
| Name | Authorization |
| Value | Bearer YOUR_API_TOKEN |
Example Usage
With the MCP Client Tool connected, your AI Agent can answer prompts such as:- “Who won the last Premier Padel Major?”
- “Show me the head-to-head between Lebron/Galan and Coello/Tapia”
- “What are Arturo Coello’s statistics this season?”
- “List all P1 tournaments in 2025”
- “Simulate a match between the top two ranked pairs”
Troubleshooting
No tools loaded
No tools loaded
Verify the endpoint is
https://padelapi.org/mcp and the transport is set to HTTP Streamable. Check that your API token is valid and that you have an active Plus plan subscription.Authentication errors
Authentication errors
Make sure the Header Auth credential uses the exact name
Authorization and value Bearer YOUR_API_TOKEN, with a space after Bearer.MCP Client Tool node not available
MCP Client Tool node not available
The node requires a recent version of n8n. Update your instance to the latest version to access the AI agent and MCP nodes.
Next Steps
Available Tools
See all 12 tools available for querying padel data
Access Padel API
Explore the full REST API behind Padel Analyst