> ## Documentation Index
> Fetch the complete documentation index at: https://padelapi.org/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Install in ChatGPT via MCP

> Install Padel Analyst in ChatGPT to query professional padel data in your conversations. Step-by-step guide using Developer mode for Plus and Pro users.

This guide shows you how to install Padel Analyst in [ChatGPT](https://chatgpt.com), allowing you to query professional padel data directly in your conversations.

<Note>
  **There's a shorter route.** [Install the Padel Analyst app](/docs/padel-analyst/chatgpt-plugin) instead: you sign in with your Padel API account, there's no token to configure, and it works on ChatGPT's free plan. Follow this guide only if you'd rather set up the MCP server yourself.
</Note>

## Prerequisites

Before you begin, make sure you have:

<CardGroup cols={2}>
  <Card title="ChatGPT Plus/Pro Account" icon="user">
    MCP connectors require a ChatGPT Plus or Pro subscription
  </Card>

  <Card title="Padel API Token" icon="key">
    Get your token from the [API Tokens](https://padelapi.org/user/api-tokens) page
  </Card>
</CardGroup>

## Installation Steps

<Steps>
  <Step title="Open ChatGPT Settings">
    Click on your profile icon in the bottom-left corner of ChatGPT and select **Settings** from the menu.

    <Frame>
      <img src="https://mintcdn.com/f13osolutionssl/P4bE5gJdHPzoCgRB/images/chatgpt/chatgpt-step-1.webp?fit=max&auto=format&n=P4bE5gJdHPzoCgRB&q=85&s=89a8fd812f430834ff036889f34639f9" alt="ChatGPT settings menu" width="1223" height="950" data-path="images/chatgpt/chatgpt-step-1.webp" />
    </Frame>
  </Step>

  <Step title="Navigate to Apps">
    In the Settings panel, click on **Apps** in the left sidebar. Then click on **Advanced settings**.

    <Frame>
      <img src="https://mintcdn.com/f13osolutionssl/P4bE5gJdHPzoCgRB/images/chatgpt/chatgpt-step-2.webp?fit=max&auto=format&n=P4bE5gJdHPzoCgRB&q=85&s=325d1eda0fbeb678ba1c4950b2414211" alt="Apps settings page" width="1223" height="950" data-path="images/chatgpt/chatgpt-step-2.webp" />
    </Frame>
  </Step>

  <Step title="Enable Developer Mode">
    Toggle **Developer mode** to enable it. This allows you to add custom MCP servers to ChatGPT.

    Then click the **Create app** button in the top-right corner.

    <Frame>
      <img src="https://mintcdn.com/f13osolutionssl/P4bE5gJdHPzoCgRB/images/chatgpt/chatgpt-step-3.webp?fit=max&auto=format&n=P4bE5gJdHPzoCgRB&q=85&s=33abe7839a7a140d5d7d992209500213" alt="Developer mode toggle" width="1223" height="950" data-path="images/chatgpt/chatgpt-step-3.webp" />
    </Frame>
  </Step>

  <Step title="Add Padel Analyst">
    In the "New App" dialog, enter the following details:

    | Field              | Value                                           |
    | ------------------ | ----------------------------------------------- |
    | **Name**           | `Padel Analyst`                                 |
    | **MCP Server URL** | `https://padelapi.org/mcp?token=YOUR_API_TOKEN` |
    | **Authentication** | `No Auth`                                       |

    Replace `YOUR_API_TOKEN` with your actual API token from the [API Tokens page](https://padelapi.org/user/api-tokens).

    Check the box **"I understand and want to continue"** to acknowledge the warning about custom MCP servers.

    Click **Save** to add the connector.

    <Frame>
      <img src="https://mintcdn.com/f13osolutionssl/P4bE5gJdHPzoCgRB/images/chatgpt/chatgpt-step-4.webp?fit=max&auto=format&n=P4bE5gJdHPzoCgRB&q=85&s=3a85807be3b43ae7af2960313d0e3a83" alt="New App configuration dialog" width="1223" height="950" data-path="images/chatgpt/chatgpt-step-4.webp" />
    </Frame>
  </Step>

  <Step title="Start Using Padel Analyst">
    In any chat, click the **+** button next to the message input. Navigate to **More** and select **Padel Analyst** from the list.

    <Frame>
      <img src="https://mintcdn.com/f13osolutionssl/P4bE5gJdHPzoCgRB/images/chatgpt/chatgpt-step-5.webp?fit=max&auto=format&n=P4bE5gJdHPzoCgRB&q=85&s=9b4a0579d130612b46feb37eb5cf2488" alt="Enable Padel Analyst in chat" width="1223" height="950" data-path="images/chatgpt/chatgpt-step-5.webp" />
    </Frame>
  </Step>
</Steps>

## Using Padel Analyst

Once enabled, you can ask ChatGPT questions about professional padel. ChatGPT will automatically use Padel Analyst tools to fetch the data.

### Example Response

Here's an example of ChatGPT fetching match data using Padel Analyst:

<Frame>
  <img src="https://mintcdn.com/f13osolutionssl/P4bE5gJdHPzoCgRB/images/chatgpt/chatgpt-step-6.webp?fit=max&auto=format&n=P4bE5gJdHPzoCgRB&q=85&s=0fab66dfb9942c716a6512225b0c4309" alt="Example match query response" width="1223" height="950" data-path="images/chatgpt/chatgpt-step-6.webp" />
</Frame>

You can expand the "Called tool" section to see the exact request and response from the Padel API.

## Example Questions

Try asking ChatGPT questions like:

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

<AccordionGroup>
  <Accordion title="Developer mode not available">
    Make sure you have a ChatGPT Plus or Pro subscription. Free accounts don't have access to Developer mode.
  </Accordion>

  <Accordion title="Authentication errors">
    Verify that your API token is correct and included in the MCP Server URL. The token should be passed as a query parameter: `?token=YOUR_API_TOKEN`
  </Accordion>

  <Accordion title="Padel Analyst not appearing in menu">
    Make sure Developer mode is enabled and that you saved the app correctly. Try refreshing the page.
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Available Tools" icon="wrench" href="/docs/padel-analyst/index#available-tools">
    See all 12 tools available for querying padel data
  </Card>

  <Card title="Access Padel API" icon="server" href="https://padelapi.org/explore">
    Explore the full REST API behind Padel Analyst
  </Card>
</CardGroup>
