▚ Table Intelligence

A growing suite of AI agents

Give your AI agent
real skills for your business.

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

The suite

One subscription, one install. New agents show up in the same place.

📊

Data Analysis

Beta · Free

Profile, test, model and explain any table — cohorts, forecasting, RFM, causal inference — locally in your agent. Your data never leaves your machine.

✉️

Outreach

Pro

Your agent researches prospects and drafts personalised emails; review and edit them on your dashboard, then send from your own email tool.

More agents

Coming soon

Client research, sales & marketing helpers, and connectors to the tools you already use — added to the same install, under one subscription.

🔒

Local-first & private

Analysis runs on your machine inside your agent. Your data never leaves it — we only ever see your API key.

🎯

Defensible, not confident

Every result carries a trust level and caveats. When the data can’t support the question, it declines instead of inventing a number.

🔌

One install, many skills

A single MCP server for Claude Cowork, Desktop, Code, Codex, Cursor and more. Every agent in the suite arrives through it.

📁

Your dashboard

Reports, prospects and results land on a dashboard you log into — comfortable for non-technical users, not just the terminal.

Why "trust level" matters

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.

How it works

1

Create an account

Sign up for the 3-day free trial, then generate an API key from your account.

2

Install once

Paste one config block into your AI agent with your API key. Requires uv + Python 3.10+.

3

Put the agents to work

Analyze data, research and reach prospects — in plain language.

4

Review on your dashboard

See reports, prospects and status; edit and share from the web.

Install once — get every agent

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"
      }
    }
  }
}

Full documentation & per-client guides →