Early Access
Your database.
Inside Claude.

Connect AgenticBI's MCP server to Claude, Cursor, or Windsurf. Query your data without leaving your AI tool.

Free in beta. No credit card required.

What it does

Ask your data. Get answers. Never switch tabs.

AgenticBI's MCP server turns your database into a tool Claude can call directly.

Ask from Claude chat

Type a question in Claude. AgenticBI queries your database, runs the analysis, and returns the answer inline. No switching windows.

Query inside Cursor

Building a product? Reference live data while you code. Pull metrics, debug queries, and check results without leaving your IDE.

Your data, private

Your data never passes through Anthropic or any third-party LLM. AgenticBI runs its own AI on your infrastructure.

4-line setup

Up and running in 2 minutes.

1

Get your API key

Sign up for AgenticBI beta. Your MCP API key is on the Settings page.

2

Add config to Claude Desktop

Paste the JSON block into your Claude Desktop config file at ~/Library/Application Support/Claude/claude_desktop_config.json

3

Connect your data source

In AgenticBI, connect your database. Once connected, it's available in Claude automatically.

4

Ask a question

Open Claude Desktop. Type "What's my MRR this month?" and watch it pull live data from your database.

claude_desktop_config.json
// ~/Library/Application Support/Claude/
// claude_desktop_config.json

{
  "mcpServers": {
    "agenticbi": {
      "command": "npx",
      "args": ["-y", "agenticbi-mcp"],
      "env": {
        "AGENTICBI_API_KEY": "your-key-here"
      }
    }
  }
}

Available tools

What Claude can call.

AgenticBI exposes these tools to any MCP-compatible client.

Tool nameWhat it doesExample prompt
query_dataRun a natural language question against your connected data sources. Returns data as a table or summary."What's my MRR by plan this quarter?"
list_sourcesList all connected data sources in your AgenticBI account with their connection status."What databases do I have connected?"
get_dashboardRetrieve data from a saved AgenticBI dashboard by name or ID. Returns current values."Pull my weekly revenue dashboard"
ask_documentAsk a question about an uploaded document (PDF, CSV, Excel). Returns extracted answer with source reference."What did the Q1 board deck say about churn?"
create_alertCreate a data alert that fires when a condition is met. Delivers to Slack or email."Alert me if MRR drops more than 5% in a day"

Questions

Common questions.

Does my data pass through Anthropic when I use MCP?
Which Claude plan do I need for MCP?
Does the MCP server use my AgenticBI credits?
Does it work with Cursor and Windsurf?

Your database, inside Claude.
Set up in 2 minutes.

Free in beta. No credit card. Disconnect anytime.

Get your API key

Already have an account? Sign in