Skip to content

MCP Server

Hypertab is the first AI-native active table built on the Model Context Protocol (MCP). 47 MCP tools let any agent — Claude Code, Cursor, Windsurf, Claude Desktop — create tables, insert rows, run smart columns, and audit results.

Quick start (30 seconds)

  1. 1. Sign up at hypertab.ai/register — free tier, no card.
  2. 2. Open your dashboard, copy the MCP config snippet (with embedded API key).
  3. 3. Paste into your agent's MCP config file:
{
  "mcpServers": {
    "hypertab": {
      "command": "npx",
      "args": ["-y", "@hypertabai/mcp"],
      "env": { "HYPERTAB_API_KEY": "ht_live_..." }
    }
  }
}

4. Restart the agent. All 47 tools are now available.

All 47 tools, by category

Tables (12 tools)
list_tables, create_table, get_table_schema, add_column, update_table, update_column, delete_column, delete_table, restore_table, describe_column, create_tab, dedupe_column
Smart Columns (9 tools)
add_smart_column, add_extract_column, update_column_config, run_column, run_dag, get_dag, get_column_run_status, get_cell_states, retry_failed_cells
Sources (4 tools)
create_source, list_sources, delete_source, sync_tab
Rows (7 tools)
insert_rows, query_rows, get_row, update_rows, delete_rows, upsert_rows, count_rows
Webhooks (4 tools)
create_webhook, list_webhooks, delete_webhook, get_webhook_logs
AI Providers (2 tools)
save_ai_provider, list_ai_providers
API Accounts (4 tools)
save_api_account, list_api_accounts, update_api_account, delete_api_account
Utility (5 tools)
http_request, get_stats, get_errors, import_csv, export_csv

All tools prefixed hypertab_. Full per-tool reference with parameters and examples in our API docs.

Why MCP, not just REST

  • Schema-first tool definitions — agents see Zod-validated parameter shapes upfront.
  • Error messages include the fix — fuzzy-matched "did you mean 'leads'?" suggestions, not bare 404s.
  • Resources for context — agents can read live table schemas without burning tokens on doc lookups.
  • Standard transport — works with every MCP client without per-agent integration code.
  • Auditable — every tool call logs actor, action, target, IP, timestamp.

FAQ

What is MCP (Model Context Protocol)?
+
MCP is an open protocol from Anthropic that lets AI agents call external tools through a standard interface. Hypertab exposes 47 MCP tools — your agent can create tables, insert rows, configure smart columns, and monitor pipelines without writing code.
Which AI agents work with Hypertab MCP?
+
Any MCP-compatible client. Out of the box: Claude Code, Claude Desktop, Cursor, Windsurf, Cline, VS Code Copilot Chat with MCP enabled, Replit Agent, and any custom agent built on the MCP SDK.
How do I connect my agent?
+
Sign up, copy the MCP config snippet from the dashboard (your API key is embedded), paste it into your agent's MCP config file, and restart. Your agent gets all 47 tools immediately. Setup takes ~30 seconds.
How is auth handled?
+
API key per user. The MCP config includes your key. All tools are scoped to your isolated database — no cross-tenant access. Keys are revocable, and audit logs capture every tool call (actor, action, target, IP).
Why MCP instead of a REST API?
+
REST works too — Hypertab has a full REST API. MCP is purpose-built for agents: schema-first tool definitions, structured errors with "did you mean" suggestions, and zero parsing overhead. Agents using MCP make ~70% fewer wrong calls than agents using raw REST.

Connect your agent

Free tier, no credit card. 30-second setup.

get started free →