The Qobra MCP server is enabled per company by a feature flag — ask the
Qobra team to turn it on for your workspace. Every tool is read-only and
scoped to your Qobra user’s permissions.
What these pages document
Each tool page describes a tool’s inputs and the shape of what it returns. These are MCP tools, not REST endpoints: you never call them over HTTP yourself — you connect an MCP client (Claude, ChatGPT or Dust) to the server, and the model calls the tools for you. ThePOST /mcp/tools/<name>
shown on each page is only how we render a tool’s request and response schema.
Available tools
Every tool is read-only (it never modifies your data) and scoped to the authenticated user’s company and role-based permissions. Today the server exposes:Connect an MCP client to Qobra
Prerequisites, the OAuth consent flow, and how to add the server to Claude,
ChatGPT or Dust.