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:| Domain | Tools |
|---|---|
| Identity | get_identity |
| Data tables | list_data_tables, get_data_table, list_data_table_records |
| Users | list_users, get_user |
| Groups | list_groups, get_group, list_group_dimensions |
| Quotas | list_quotas, list_quota_values |
| Plans | list_plans, get_plan |
| Commission letters | list_commission_letters_campaigns, get_commission_letters_campaign |
| Reports | list_reports, get_report, get_report_data, get_report_pivot_data |
| Dashboards | list_dashboards, get_dashboard |
| Requests | list_requests, get_request |
| Statements | list_statements, get_statement, get_statement_compensation, list_statement_records, list_statement_periods |
| Imports | list_imports, get_import |
| Audit logs | list_audit_logs, get_audit_log |
| Help Center | list_help_center_articles, get_help_center_article |
Connect an MCP client to Qobra
Prerequisites, the OAuth consent flow, and how to add the server to Claude,
ChatGPT or Dust.