Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.summand.com/llms.txt

Use this file to discover all available pages before exploring further.

Everything you can do in the Summand dashboard is also available programmatically. There are two main entry points:
  • API keys + REST API. Personal keys for scripts, automations, and custom integrations.
  • MCP server. A hosted Model Context Protocol endpoint that gives any OAuth-aware AI client (claude.ai, ChatGPT, Cursor) read access to your datasets and their semantic layer.

Pick a path

Quickstart

Sign up, upload a dataset, and connect an AI client in under five minutes.

MCP server overview

What the server exposes, how it authenticates, and which tools are available.

Generate an API key

Create a personal key for the Summand REST API.

Connect an MCP client

Step-by-step setup for claude.ai and ChatGPT.

When to use which

You want to…Use
Ask questions in natural language from Claude or ChatGPTMCP server
Script a one-off analysis or build a custom integrationREST API + API key
Embed Summand-derived insights in your own productREST API
Let an AI agent explore your datasets autonomouslyMCP server
The two are complementary — both honor the same dataset permissions, and both give read-only access to the artifacts produced by the semantic layer.

What’s exposed

Whichever path you choose, you can:
  • List and inspect the datasets you own or have been shared.
  • Read column statistics, feature metadata, and EBM-derived feature effects.
  • Pull surprise findings and the dataset’s report template.
  • Compare schemas across datasets.
Neither path can mutate datasets, run pipelines, or change account settings — those actions stay in the dashboard.