MCP Server
The Monoscope REST API is also exposed as a
Model Context Protocol server at
https://api.monoscope.tech/api/v1/mcp. About 50 tools auto-derive from
the same endpoints documented in this section — no separate auth, no
extra service to deploy, no parallel API to learn. New REST endpoints
become MCP tools automatically.
The full docs live in the AI section: /docs/ai/mcp/ covers the tool catalog, client setup (Claude Code, Cursor, Claude Desktop, OpenAI Agents), workflow tools (analyze_issue, find_error_patterns, search_events_nl), and self-hosted configuration.
How it relates to the REST API
| Layer | What it is |
|---|---|
| REST endpoints | The canonical HTTP surface. Everything else wraps it. |
| MCP Server | The same endpoints exposed as agent tools over JSON-RPC. |
| Monoscope CLI | The same endpoints wrapped as a static binary for shells, CI, and bash-running agents. |
Same project API key works across all three.