Private AI: Your Data Stays Yours
Your database.
Inside Claude.

Add AgenticBI to Claude, ChatGPT or Gemini. Query your data from where you already work  

Start Free. No credit card required.

What it does

Ask your data. Get answers.

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

Claude
What's my MRR this month?
Ask Claude anything…

Ask from Claude chat

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

revenue.ts — Cursor
// @cursor: what's our churn rate?
const churnData = await agenticbi.query(
"Churn rate by plan Q1 2025"
)
▸ AgenticBI result
Starter: 8.2% · Pro: 2.1% · Biz: 0.8%

Query inside Cursor

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

Data flow
Claude Desktop
AgenticBI
Your DB
question
question
answer
results
Anthropic · OpenAI · Googlenever see your data

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 5 minutes.

1

Get your API key

Sign up for AgenticBI. 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"
FAQ
Common questions.
  • How do I know the answers are accurate?

  • What if my data is messy?

  • Is my data safe?

  • What databases does it connect to?

  • How do I know the answers are accurate?

  • What if my data is messy?

  • Is my data safe?

  • What databases does it connect to?

Your data has the answer. Agents find it.

We're launching soon.

Join waitlist

Already have an account? Sign in