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

# Datalogz MCP Servers

The Datalogz MCP servers allow you to ask your AI assistant a question about your analytics estate and get the governed answer back in plain language, without anyone opening the app.

Datalogz Control Tower already knows what exists across every connected platform: which assets are there, who owns them, what is used, what is duplicated, what is failing, and what breaks if you change it. The Control Tower MCP server exposes that same picture as a set of tools any [Model Context Protocol](https://modelcontextprotocol.io) client can call. Ask "which Power BI reports has nobody opened in 90 days?" or "who can reach the Finance workspace?" and your assistant queries Control Tower directly, then answers from the result.

<figure><img src="https://1435452537-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FI51V8nP3ZjMKt2bCO9HR%2Fuploads%2FP1RbimvZFdRoHgbxyDTC%2FScreenshot%202026-08-20%20at%2016.44.41.png?alt=media&amp;token=a9279c30-f596-4b31-a9c8-13cc5ddd3a84" alt=""><figcaption></figcaption></figure>

**Availability**

* Available in production:
  * MCP Server for Analytics Ops teams (Claude)
* Available in preview:
  * MCP Server for Analytics Ops teams (Copilot)
  * MCP Server for Business Users (Claude)
  * MCP Server for Business Users (Copilot)

#### How it fits with the rest of Control Tower

The MCP server is a read path over the same warehouse the app reads. Numbers reconcile with BI360, Inventory and Alerts, and are as fresh as your last connector scan. The server adds no lag of its own, and does no scanning itself.

Most responses include a `detail_url` pointing at the asset in `app.datalogz.io`, so an answer in chat stays one click from the full asset page. When you want to act on what you found, whether that is assigning the alert, notifying the owner or running the workflow, you do it in the app.

**Next steps**

* [Connecting to an MCP server](/guides/datalogz-mcp-servers/connecting-to-an-mcp-server.md)
* [Adding the MCP server](/guides/datalogz-mcp-servers/adding-the-mcp-server.md)


---

# 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.datalogz.io/guides/datalogz-mcp-servers.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.
