> 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/zh/exoclick-mcp.md).

# ExoClick MCP 服务器

ExoClick MCP Server 可让您通过模型上下文协议（MCP），将 Claude、ChatGPT、Cursor 等 AI 助手或任何自定义代理直接连接到您的 ExoClick 账户。连接后，您可以用自然语言询问有关广告系列、版位和网站表现的问题，并立即获得答案，无需编写任何代码或构建自定义集成。

{% hint style="info" %}
ExoClick MCP Server 正在积极开发中。目前，它提供 **对广告主和发布者统计数据、广告主配置以及发布者网站/版位设置的只读访问。发布者还可以创建和更新他们的网站和版位。每个账户只能查询自己的数据，并且每位用户都可以在连接 AI 客户端时选择其可执行的操作。** 下面是接下来要推出的内容。

**第 3 阶段：** 写入操作（2026 年第三季度末）。可直接通过您的 AI 助手创建、更新和管理广告系列。这将支持诸如暂停表现不佳的广告系列、调整出价或更新定向等工作流程——所有操作都可通过自然语言命令完成，并会在应用任何更改前显示确认提示。
{% endhint %}

在接下来的页面中，我们将解释 MCP 的作用以及如何连接到它。

<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/zh/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.
