> 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 服务器可让你通过模型上下文协议（MCP），将 Claude、ChatGPT、Cursor 等 AI 助手或任何自定义代理直接连接到你的 ExoClick 账户。连接后，你可以用自然语言询问有关广告活动或网站表现的问题，并立即获得答案，无需编写任何代码或构建自定义集成。

{% hint style="info" %}
ExoClick MCP 服务器正在积极开发中。目前它提供 **对广告主和发布商统计数据的只读访问，以及广告主广告活动设置。** 接下来将会推出以下内容。

**第 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.
