Connect Claude to Monita
Claude connects to the Monita MCP server in all its forms — claude.ai in the browser, Claude Desktop, and Claude Code in the terminal.Terminal window Terminal window
-
Open Settings → Connectors → Add custom connector.
-
Enter a name (
Monita) and the server URL:https://api.monita.ai/mcp -
Claude opens Monita’s sign-in and consent screen — sign in and choose which organizations to grant.
-
In a new chat, enable the Monita connector and try: “What are my worst issues this week?”
Add the server with OAuth (Claude Code handles the sign-in flow):
claude mcp add --transport http monita https://api.monita.ai/mcpOr with an API key from Settings → API keys for non-interactive use:
claude mcp add --transport http monita https://api.monita.ai/mcp \ -H "Authorization: Bearer ak_your_key" \ -H "X-Org-Id: org_your_org"(X-Org-Id is only needed if your account belongs to several organizations.)
Then in a session, ask things like “use monita to check tag uptime for our checkout domain” — or wire tools into hooks and CI workflows.
What to try first
Section titled “What to try first”- “Summarize my Monita issues from the last 7 days by severity.”
- “Which vendors received events without consent yesterday?”
- “Run a Monita audit on https://www.example.com and report new cookies.”
The full tool list is on the MCP server page.