A growing suite of AI agents
Table Intelligence is a suite of AI agents — data analysis, outreach, and more — that plug into Claude and other agents through a single install. Real, defensible work: analyze your data, research and reach prospects, and see it all on your dashboard.
No card required · your data stays on your machine · works in Claude Cowork, Desktop, Code & more
One subscription, one install. New agents show up in the same place.
Profile, test, model and explain any table — cohorts, forecasting, RFM, causal inference — locally in your agent. Your data never leaves your machine.
Your agent researches prospects and drafts personalised emails; review and edit them on your dashboard, then send from your own email tool.
Client research, sales & marketing helpers, and connectors to the tools you already use — added to the same install, under one subscription.
Analysis runs on your machine inside your agent. Your data never leaves it — we only ever see your API key.
Every result carries a trust level and caveats. When the data can’t support the question, it declines instead of inventing a number.
A single MCP server for Claude Cowork, Desktop, Code, Codex, Cursor and more. Every agent in the suite arrives through it.
Reports, prospects and results land on a dashboard you log into — comfortable for non-technical users, not just the terminal.
You use these agents because you can't run the work yourself — which means you also can't check the number. So every result is honest about its own limits, and refuses when the data can't support the claim.
{
"method": "causal_effect_declined",
"declined": true,
"trust": { "level": "none",
"decline_reason": "Only 18 rows — far too few to support a
credible causal estimate (need at least 50)." }
} A refusal is a stronger trust signal than a confident, meaningless number.
Sign up for the 3-day free trial, then generate an API key from your account.
Paste one config block into your AI agent with your API key. Requires uv + Python 3.10+.
Analyze data, research and reach prospects — in plain language.
See reports, prospects and status; edit and share from the web.
Add this to your MCP client (Claude Cowork, Desktop, Code, Codex, Cursor…), pasting the API key from your account:
{
"mcpServers": {
"table-intelligence": {
"command": "uvx",
"args": ["--from", "table-intelligence", "table-intelligence-mcp"],
"env": {
"TABINT_API_KEY": "<your api key>",
"TABINT_CONTROL_PLANE_URL": "https://shubhamrandive.com"
}
}
}
}