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

{% hint style="info" %}
ExoClick MCP Server 正在积极开发中。以下是接下来的内容。

**第二阶段：** 读取广告活动和版位（2026 年第三季度初）。访问你的广告活动配置、版位详情以及其他账户数据。这将使你能够提出如下问题 *我有多少个活跃的广告活动？* 或 *显示版位 X 的已屏蔽标签。*&#x20;

**第三阶段：** 写入操作（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.
