Monita MCP server
Monita ships a hosted MCP (Model Context Protocol) server, so any MCP-capable AI assistant can work with your monitoring directly — ask “which tags broke overnight?”, have an agent triage issues, run an audit from a chat, or wire Monita checks into agentic CI.
https://api.monita.ai/mcpTransport is Streamable HTTP. No software to install or host.
Choosing an auth method
Section titled “Choosing an auth method”| OAuth (recommended) | API key | |
|---|---|---|
| Best for | Interactive clients: Claude, ChatGPT, desktop apps | Headless agents, CI, IDE configs |
| Setup | Add the server URL — the client walks you through sign-in and consent | Create a key at Settings → API keys, send Authorization: Bearer ak_… |
| Organizations | You pick which orgs to grant during consent | Key’s org, or X-Org-Id header; multi-org users can specify the org per tool call |
| Rotation | Tokens refresh automatically | Revoke and reissue in the app |
Monita’s OAuth supports discovery and dynamic client registration, so clients that speak MCP OAuth connect with no client IDs or manual configuration — paste the URL, sign in, approve the organizations you want the assistant to see.
Client guides
Section titled “Client guides”- Connect Claude — claude.ai, Claude Desktop, Claude Code
- Connect ChatGPT — connectors and deep research
- Connect Copilot & IDEs — Copilot Studio, VS Code, Cursor
What the assistant can do
Section titled “What the assistant can do”Read tools:
| Tool | What it returns |
|---|---|
list_organizations |
Organizations the connection can access |
get_worst_issues |
The issues most worth attention right now |
list_issues |
Filterable issue list |
get_tag_health |
Health summary per vendor/tag |
get_tag_uptime |
Hourly uptime scoring |
get_signal_catalog |
The signals (vendor × event) Monita knows for a property |
get_anomaly_series |
Anomaly scores over time for a signal |
get_traffic_geography |
Where traffic originates |
get_compliance_posture |
Consent, PII and vendor-policy standing |
list_alerts |
Configured alert rules |
list_audits / get_audit_report |
Past audits and their findings |
list_flow_tests / get_flow_run |
Flow tests and run results |
Action tools (require a role with the matching permission — see Team & roles):
| Tool | What it does |
|---|---|
create_alert / update_alerts / delete_alerts |
Manage alert rules |
resolve_issue / bulk_update_issues |
Triage issues |
run_audit |
Kick off a browser audit |
run_flow_test |
Run a flow test |
set_vendor_policy |
Allow/deny a vendor, or set its consent expectation |
Every tool takes an optional org parameter for multi-organization accounts.
Good first prompts
Section titled “Good first prompts”- “Check Monita for my worst issues this week and summarize them for a standup update.”
- “Any volume anomalies on Meta Pixel in the last 48 hours? Show the series.”
- “Run an audit on www.example.com and tell me which vendors set cookies before consent.”
- “Create a realtime alert: notify #web-analytics in Slack if GA4 purchase events drop more than usual.”