Labsco
MCP SERVER · OFFICIAL PROJECT

AgenticBI

by AgenticBIHQ

Connect the assistant you already use to your AgenticBI workspace, and ask business questions where you are working.

Data Platform: Pipelines, Warehousing, BI & GovernanceOfficial source
Summary
Your business data, reachable from the client you already have open.

It is a hosted connector rather than something you run: one URL, an OAuth login, and the workspace is available in Claude, Cursor, VS Code or ChatGPT. The bearer-token alternative matters for CLI and headless setups where a browser round trip is not available.

What it is

A hosted MCP connector for AgenticBI that puts your business data in front of an MCP-speaking client — Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT or Codex CLI — over a single endpoint at app.agenticbi.com.

What you get
  • The full AgenticBI tool set behind that one connection
  • Streamable HTTP transport with SSE
  • OAuth with PKCE — the browser opens to AgenticBI login on first use, and the client holds the authorization afterwards
  • A token path for setups where a browser flow is impractical: generate an MCP token in AgenticBI settings and pass it as a bearer header
  • One endpoint that serves every listed client, so the same workspace is reachable from the editor and from the chat app
Requirements

An AgenticBI account, authorized over OAuth on first connection. Nothing is installed — the client is pointed at the hosted URL. In Claude Code the server must also be enabled from the /mcp menu after it is added.

Setup effort

One command plus a key — claude mcp add agenticbi --transport http https://app.agenticbi.com/api/2.0/mcp, then supply credentials