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

# MCP Server

The MCP Server is an optional add-on for your EXADS powered platform. It lets your advertisers and publishers connect AI assistants and tools such as Claude, ChatGPT, Cursor, or any custom agent directly to their account on your platform through the Model Context Protocol (MCP). Once connected, they can ask questions about their performance in plain language and get instant answers without writing any code or building custom integrations.

Because EXADS is a white-label platform, the MCP Server runs entirely under your own brand and domain. Your users authorize access against your own admin panel. EXADS is never exposed to the end user, so the experience is fully yours.

This feature is turned off by default on all networks. Contact your EXADS representative to enable the MCP Server for your network.

The MCP Server is in active development. At the moment it provides **read access to advertiser and publisher statistics, advertiser campaign configurations, and publisher site and zone** configurations, and it lets publishers create and update their sites and zones. Each account can query only its own data, and each user chooses what an AI client may do when they connect it.

Here is what is coming next:

**Campaign write operations (September 2026).** Create, update, and manage campaigns directly through the AI assistant. This enables workflows like pausing underperforming campaigns, adjusting bids, or updating targeting, all through natural-language commands, with confirmation prompts before any change is applied.


---

# 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.exads.com/mcp/mcp-server.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.
