Integrations Intermediate

MCP Server API Reference

1 min read Updated June 01, 2026
Base URL, scopes, tier gating, rate limits, transports, and SDKs for the clariBI outbound MCP server.

This article is the customer-facing index of the clariBI MCP server. Engineers should also see the engineering reference in the repo.

Base URL

https://claribi.com/mcp/v1/

Authentication

Discovery endpoints

  • /mcp/v1/.well-known/oauth-authorization-server: RFC 8414 metadata.
  • /mcp/v1/.well-known/oauth-protected-resource: RFC 9728 metadata.
  • /mcp/v1/info: server identification + transport summary.

Transports

  • Streamable HTTP (current MCP spec). POST JSON-RPC requests, receive JSON responses or an upgrade to SSE.
  • SSE (legacy). For Claude Desktop builds shipped before April 2025.

Scopes

ScopeDescription
dashboards:readList and view dashboards.
dashboards:writeCreate and update dashboards.
reports:readList and view reports.
reports:writeGenerate reports.
data-sources:readList data sources and inspect schemas.
analysis:runRun conversational analysis (consumes AI credits).
usage:readView AI credit usage and tier info.
billing:readView subscription status.
billing:writeInitiate Stripe checkout sessions.
account:writeUpdate org profile.

Tier gating

Outbound MCP requires the mcp_server_access feature. Available on Trial, Starter, Professional, and Enterprise. Free and Lite do not include it.

Rate limits

  • DCR (open client registration): 20/hour in production.
  • Public signup tools: 5/hour per IP in production.
  • Authenticated tool calls: 600/min in production, layered with per-org throttling.

SDKs

  • Python: pip install claribi-mcp.
  • TypeScript: npm install @claribi/mcp.

Support

Issues? Email support@claribi.com with the request_id from the JSON-RPC envelope and the prefix of the access token you used.

Related Articles

Integrations Beginner

Connect clariBI to Cursor via MCP

Wire clariBI into Cursor with OAuth 2.1 + Dynamic Client Registration. Query live KPIs from your ed…

5 min read

Still Need Help?

Can't find what you're looking for? Our support team is here to help you succeed with clariBI.