> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/mcp/es/exoclick-mcp.md).

# Servidor MCP de ExoClick

El servidor MCP de ExoClick te permite conectar asistentes de IA como Claude, ChatGPT, Cursor o cualquier agente personalizado, directamente a tu cuenta de ExoClick a través del Protocolo de Contexto de Modelo (MCP). Una vez conectado, puedes hacer preguntas sobre el rendimiento de tu campaña o de tu sitio en lenguaje natural y obtener respuestas al instante, sin escribir código ni crear integraciones personalizadas.

{% hint style="info" %}
El servidor MCP de ExoClick se está desarrollando activamente. Esto es lo que viene a continuación.

**Fase 2:** Leer campañas y zonas (principios del T3 de 2026). Accede a la configuración de tus campañas, detalles de zonas y otros datos de la cuenta. Esto te permitirá hacer preguntas como *¿Cuántas campañas activas tengo?* o *Muéstrame las etiquetas bloqueadas de la zona X.*&#x20;

**Fase 3:** Operaciones de escritura (finales del T3 de 2026). Crea, actualiza y gestiona campañas y zonas directamente a través de tu asistente de IA. Esto permitirá flujos de trabajo como pausar campañas con bajo rendimiento, ajustar pujas o actualizar la segmentación, todo mediante comandos en lenguaje natural con solicitudes de confirmación antes de aplicar cualquier cambio.
{% endhint %}

En las siguientes páginas, explicaremos qué hace el MCP y cómo conectarte a él.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.exoclick.com/mcp/es/exoclick-mcp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
