---
title: MCP server
description: >-
  Connect AI assistants to Kapptivate's MCP server to run tests, manage
  monitors, query metrics, and triage incidents securely.
sidebarTitle: Overview
lastUpdated: "2026-09-23"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

The Kapptivate MCP server gives AI assistants direct, governed access to your platform. Point an MCP client at your endpoint, authenticate, and the model can discover [tests](/tests/overview), run [campaigns](/executions/run-campaign), query metrics, manage [monitors](/monitoring/overview), and triage [incidents](/alerting/incidents) through tools that map one-to-one to Kapptivate.

Use it to turn intent into action: "run the checkout regression on staging and summarize the failures", "create a monitor for the login test every five minutes", or "show last week's success rate for the payments product".

## How it works

The server speaks the [Model Context Protocol](https://modelcontextprotocol.io), the open standard for connecting assistants to tools. Kapptivate hosts it at:

```
https://mcp.kapptivate.com/mcp
```

Use that one if you sign in at app.kapptivate.com. Sign in elsewhere and your endpoint carries the name of your environment, taken from the first part of the address you sign in with:

```
https://mcp.kapptivate.com/t/<environment>/mcp
```

So `acme.kapptivate.com` becomes `https://mcp.kapptivate.com/t/acme/mcp`. [Connect your AI client](/mcp/connect#your-endpoint) walks through it, and everything else on this page reads the same either way.

Your client authenticates every request with the `X-Kapptivate-API-Key` header, or with a browser sign-in. The session carries the same permissions as your Kapptivate account, so the assistant can only do what you can do.

<Warning>
  Your API key grants the same access as your account. Treat it like a password: never commit it to a repository or paste it into a shared chat.
</Warning>

<Warning>
  Depending on which AI tool you use, granting it access could expose your data. Review its permissions carefully before authorizing it.
</Warning>

## What you can do

<Columns cols={2}>
  <Card title="Discover and run tests" icon="play" href="/mcp/workflows">
    Find tests, build campaigns, run them, and read pass/fail results.
  </Card>
  <Card title="Monitor and alert" icon="gauge-high" href="/mcp/workflows">
    Create monitors, review incidents, and evaluate alerts.
  </Card>
  <Card title="Query metrics" icon="chart-line" href="/mcp/workflows">
    Explore KPIs, compute SLOs, and correlate signals.
  </Card>
  <Card title="Manage configuration" icon="dollar-sign" href="/mcp/concepts">
    Work with products, variables, variants, and collections.
  </Card>
</Columns>

## What's next?

<Columns cols={2}>
  <Card title="Connect a client" icon="plug" href="/mcp/connect">
    Set up Claude, Cursor, or Claude Code in a couple of minutes.
  </Card>
  <Card title="Core concepts" icon="sitemap" href="/mcp/concepts">
    Understand operators, products, variables, and the safety model.
  </Card>
  <Card title="Tools reference" icon="robot" href="/mcp/tools/overview">
    Browse every tool the server exposes, grouped by category.
  </Card>
  <Card title="Common workflows" icon="diagram-project" href="/mcp/workflows">
    Step-by-step recipes for the most frequent tasks.
  </Card>
</Columns>
