Supper
MCP integration · One-pager
No. 01  ·  April 2026
New · Model Context Protocol

Ask Supper from anywhere you work with AI.

Same semantic model. Same verified answers. Now available wherever you've already got AI — Claude on the web, Claude Code in your terminal, or any tool that speaks MCP.

What it is A full MCP server
Setup time ~5 minutes
Auth OAuth (no keys)
Available on Scale & Enterprise pricing plans
§ 00

A universal plug between
your data and any AI.

In plain English

MCP — the Model Context Protocol — is an open standard that lets AI assistants connect to external tools and data in a structured, secure way. Supper speaks it natively.

Every AI you already use gets access to your live business data, calculated the way your team has defined it — grounded in your semantic model, governed by your existing permissions.
§ 01

Ask Claude about your actual business data.

Use case 01 · Business users & analysts · Claude (web & desktop)

Five minutes to connect. Ask "what was our NRR last quarter?" — Claude calls Supper, runs the query against your warehouse, returns a verified answer. You never leave the conversation.

  • Ask data questions inside Claude — no tool switching
  • Answers grounded in Supper's semantic model, not a guess
  • Governed by your existing Supper permissions
  • Conversations also logged in app.supper.co
claude.ai/chat
Claude returning a top-3-customers table from a Supper query.
Fig. 01 · A verified answer, returned inline in Claude.
§ 02

Build on verified data — skip the data layer.

Use case 02 · Developers & data engineers · Claude Code

In Claude Code, Supper's MCP is already a connected tool. Test a question in plain English, see the real rows, harden the working query into your app. Ask → confirm → ship.

  • Query live data directly from a Claude Code session
  • Validate data shape before writing backend code
  • Handles polling, SSE, and parallel queries
  • Auth managed by Claude Code — nothing to configure
claude code · backend session
Claude Code drafting backend endpoints from real Supper queries.
Fig. 02 · Working questions tested over MCP, then hardened into endpoints.
§ 03

Plug Supper into any AI stack
that speaks MCP.

Use case 03 · Engineers building agents · Open MCP standard

If a tool supports MCP, it supports Supper. Slack bots, sales agents, reporting workflows — all of them get verified data back, scoped to the calling user's permissions automatically.

Works with
Claude Claude Code ChatGPT Copilot LangChain Bedrock + any MCP tool
What Supper exposes over MCP
ask
Ask any data question in natural language. Returns a verified answer grounded in your semantic model.
when you want a plain-language answer
get_pipeline_status
Check whether a query is still processing or has returned data. Poll after ask for complex queries.
when ask returns "processing"
get_answer_rows
Retrieve structured row data from a completed answer — columnar, ready to act on.
when you need structured rows downstream
get_context
Retrieve semantic-model context — metric definitions, entity descriptions, available tables.
when an agent needs to understand a metric first
downstream chart · weekly volume by carrier
Stacked bar chart of weekly shipment volume by carrier returned through MCP.
Fig. 03 · Rows from MCP, rendered downstream as a chart.
§ 04

Your permissions travel with your data.

Permissions, governance & audit

If a person can't see a table in Supper, an agent calling Supper on their behalf can't see it either. Governance is inherited from your existing setup — not bolted on.

  • Role-based access enforced at query time — not just the UI
  • OAuth — no long-lived credentials at runtime
  • Every MCP tool call logged in Supper's audit trail
  • SOC 2 Type II — same coverage as the core platform
§ 05

Common questions.

Frequently asked · before you connect
Do I need to be a developer?
No. Connecting as a business user takes about two minutes — Customize → Connectors → Supper. Developer docs are available for teams building custom integrations.
Which plans include MCP access?
Scale and Enterprise. On the Start plan and want to evaluate? Reach out.
Can I connect multiple Supper organizations?
Claude connects to one Supper org at a time. Switch via the MCP Org Swap page in the Supper app.
What happens to my data when an agent calls Supper?
The query runs under the user's permissions, the result returns, the exchange is logged. Nothing is cached outside your environment.