# Netmera MCP Server

Netmera MCP Server connects your MCP-compatible client to your Netmera app.

Use it to inspect data, review performance, prepare drafts, and run controlled actions with the permissions already defined in your panel.

{% hint style="info" %}
Use the child pages for the combined setup and usage guide, plus the full function reference.
{% endhint %}

### What you can do

With Netmera MCP Server, you can:

* analyze app health, campaigns, revenue, funnels, and churn,
* inspect segments, profiles, events, and message history,
* and create controlled drafts or operational changes.

### How this section is organized

This section is split into two parts:

1. **Set up and use the Netmera MCP Server** — authentication, scopes, tokens, connection steps, prompt patterns, workflows, and safeguards.
2. **Available API functions** — the full reference for MCP functions exposed through Netmera MCP Server.

<table data-view="cards"><thead><tr><th>Guide</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td>Set up and use the Netmera MCP Server</td><td><a href="netmera-mcp-server/setup-the-netmera-mcp-server">setup-the-netmera-mcp-server</a></td></tr><tr><td>Available API functions</td><td><a href="netmera-mcp-server/available-api-functions">available-api-functions</a></td></tr></tbody></table>

### Before you start

Make sure you have:

* access to the correct Netmera app,
* an MCP-compatible environment that supports connectors or MCP access,
* and the right token scope for your task.

Use `mcp:read` for reporting and analysis.

Use `mcp:write` only when your client must create or change something.

### Key safety rules

* All actions stay within your panel permissions.
* Write actions require `mcp:write`.
* Campaign sends require preview and approval.
* Large sends above **100,000 users** are blocked from direct MCP execution.
* All actions are recorded in audit logs.


---

# Agent Instructions: 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:

```
GET https://user.netmera.com/netmera-user-guide/ai-features/netmera-mcp-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
