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