Ask your business data anything from Claude, Cursor, or ChatGPT
Connect your business data to any MCP client. AgenticBI agents find the right data, join across systems, run queries, build dashboards, generate reports, and automate analytics workflows. No SQL required.
Type the data question. Agents do the rest
What you can do
Ask questions
Type a question in Claude, Cursor, or ChatGPT. The agent finds the relevant data, runs the joins, and returns the answer.
"What were our top 10 accounts last quarter?"
"Why did revenue drop in March?"
"Which customers are at risk of churning?"
Automate reports
Skip the question entirely.
"Send me a pipeline report every Monday at 8 AM."
The agent identifies the data, selects the metrics, builds the dashboard, and delivers it to your inbox or Slack.
You didn't schedule a meeting. You didn't wait for Thursday.
Query documents alongside data
Invoices, contracts, support tickets, and documents can be queried alongside your databases.
Structured and unstructured data, answered together.
Supported Data Sources
MongoDB, MySQL, Snowflake, Redshift, REST APIs, Salesforce, Stripe, shopify and more. 70+ SQL, NoSQL, REST API, Documents, cloud and file sources supported.
Setup
Endpoint
https://app.agenticbi.com/api/2.0/mcp
Authentication
OAuth 2.1 with PKCE. Connect once. Token validity: 1 year.
Transport
Streamable HTTP with Server-Sent Events (SSE) support for long-running queries.
Setup Guides
- Claude Code: https://app.agenticbi.com/docs/claude-code-setup.html
- Cursor: https://app.agenticbi.com/docs/cursor-mcp-setup.html
- VS Code: https://app.agenticbi.com/docs/vscode-mcp-setup.html
- ChatGPT: https://app.agenticbi.com/docs/chatgpt-mcp-setup.html
33 Tools Included
Read Operations
- ask
- search
- get_data
- find_widget
- list_dashboards
- export_csv
- export_pdf
- get_insights
- ask_document
- explain_lineage
- and more
Write Operations
Create and manage:
- Dashboards
- Widgets
- Queries
- Alerts
- Scheduled Reports
- Datasource Connections
- Automated Workflows
Support
Server Config
{
"mcpServers": {
"agenticbi": {
"type": "http",
"url": "https://app.agenticbi.com/api/2.0/mcp"
}
}
}