Give any AI the ability to answer questions about your business.

Same semantic model · Same verified answers · Available wherever you work with AI

Most business processes aren't one question. They're a sequence: pull this data, combine it with that source, apply some business logic, format the output. Supper Skills automate the sequence so you can build once and run on demand or on a schedule, and get consistent results every time.

Built on

Open MCP standard

OAuth authentication

Inherited permissions

Full audit trail

SOC 2 Type II

What is MCP, in plain English?

A universal plug between AI and your data.

MCP — the Model Context Protocol — is an open standard that lets AI assistants connect to external tools and data sources in a structured, secure way. Think of it as a universal plug: instead of every AI tool building a custom integration with every data source, MCP defines a common language any compliant AI can use to call any compliant tool.
Supper is a compliant tool.

When you connect Supper to an MCP-compatible AI, that assistant can ask Supper questions, retrieve data, and surface answers — all grounded in your semantic model, validated by your accuracy layer, and governed by your existing permissions.

Read developer documentation

Three connections

One server. Every AI you
already use.

Whether you ask questions in Claude, build apps with Claude
Code, or run agents in your own stack — the same Supper, the
same answers, the same governance.

01 — Claude

Ask Claude about your real business data.

Two-minute setup. No code. Verified answers inside the conversation you're already having.

Founder or ops lead still pulling numbers by hand.

02 — Claude Code

Build apps on top of verified data.

Query live data from your dev session. Validate the shape, then harden the working query into your endpoint.

For developers & data engineers

03 — Any MCP tool

Plug Supper into any agent stack.

If a tool speaks MCP, it speaks Supper. ChatGPT, Glean, LangChain, CrewAI, your internal Slack bot — all the same.

For engineers building agents

1. Use case · Claude

Ask your AI assistant about your actual business data.

If you're using Claude, connecting Supper takes two minutes. Once connected, Claude can answer questions about your live business data - not a hallucinated approximation, but a verified answer pulled through Supper's semantic model.

Ask Claude "what was our net revenue retention last quarter?" and it calls Supper. Supper runs the query. The answer comes back accurate, auditable, and calculated exactly the way your team has defined it. You never leave the conversation.

Ask data questions inside Claude, without switching tools

Answers grounded in Supper's semantic model - not a best guess

Chats appear in app.supper.co so nothing is lost

Governed by your existing Supper permissions

Quick start · 15 minutes

01

Open Claude Customize Connectors

Find Supper in the connectors list.

02

Connect and
authenticate

One-click OAuth — no API keys or config files.

03

Start asking
questions

Ask Claude anything about your Supper-connected data.

2. Use case · Claude Code

Build apps on verified data — without writing the data layer yourself.

If you're building with Claude Code, Supper's MCP is already available as a connected tool. You can query your live business data directly from your development session — test questions in plain English, see real results, and harden working queries into your application code.

The workflow: ask Supper a question in plain language, confirm the data looks right, then build your endpoint around the exact query that works. No schema guessing, no test fixtures, no mocking.

Query live business data directly from yourClaude Code session

Validate data shape before writing a single line of backend code

Production-ready: handles polling, SSE, and parallel queries

Token auth managed by Claude Code — nothing to configure

Request developer documentation
3. use case · any mcp tool

Plug Supper into any AI stack that speaks MCP.

Supper follows the open MCP standard. If a tool supports MCP, it supports Supper. Internal Slack bots, sales automation agents, custom reporting tools — any of them can query Supper and get verified business data back.

One protocol, every framework - no per-tool integration

Permissions travel with the call - agents inherit user access

Same semantic model and accuracy layer the UI uses

Audit trail captures every agent call alongside human queries

What Supper exposes over MCP

ask

Ask any data question in natural language. Returns a verified answer grounded in your semantic model.

// use when: you want a plain-language answer to abusiness question

get_pipeline_
status

Check whether a query is still processing or has returned data. Poll this after ask for complex queries

// use when: the ask call returns "processing" status

get_answer_
rows

Retrieve structured row data from a completed answer - columnar format, ready to act on.

// use when: you need structured data to display,transform, or pass downstream

get_context

Retrieve semantic model context — metric definitions, entity descriptions, available tables.

// use when: you need your agent to understand ametric before asking about it

Works With

Permissions & security

Your permissions travel
with your data.

When an AI agent calls Supper through MCP, it operates within the same permission boundaries as the authenticated user. If a user can't see a table in Supper, an agent calling Supper on their behalf can't see it either.

Role-based access enforced at the query level — not just the UI

OAuth — no long-lived credentials or API keys at runtime

Every MCP tool call logged in Supper's audit trail

No data cached or stored outside your Supper environment

SOC 2 Type II — same coverage as the core platform

Request developer documentation
How permissions work over MCP
01

Agent calls Supper via MCP

Using the authenticated user's OAuth token.

02

Supper checks user permissions

Schema, table, and column-level access enforced at query time.

03

Query runs against live data

Only permitted data is queried — restricted fields are never returned.

04

Answer logged in audit trail

Who asked, what ran, what returned — full record.

FAQ

Common questions.

No — connecting Supper to Claude as a business user is a two-minute process with no code involved. Go to Customize → Connectors → Supper, connect, and authenticate. You can start asking questions immediately. Developer documentation is available for teams building custom integrations or backend applications on top of the MCP.

MCP access is available on Scale and Enterprise plans. If you're on the Start plan and want to evaluate the MCP, reach out to our team — we can discuss options.

Claude can only be connected to one Supper org at a time. If you're working across multiple orgs, switch via the MCP Org Swap page in the Supper app. If something looks wrong or data seems off, checking your active org is usually the first thing to try.

Yes — messages that flow between Claude and the Supper agent are stored and visible in app.supper.co. This gives you a full record of what was asked and what was returned, and makes it easier to audit, debug, or share answers with your team.

For Claude and Claude Code connections, authentication is handled via OAuth — no API keys or config files required. For backend applications, the OAuth access token can be read from the macOS keychain (stored by Claude Code) or passed as an environment variable. Full authentication documentation is available on request.

The same thing that happens when a human calls Supper: the query runs against your live data sources under the authenticated user's permissions, the result is returned, and the exchange is logged in Supper's audit trail. No data is cached or stored outside your Supper environment. Every call respects your existing access controls.

Ready to connect?

Start querying verified business
data from any AI assistant.

Business users: connect in two minutes and start asking
questions. Developers: request the docs and we'll walk you
through the integration.