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.

Summand exposes its read-side API through a hosted Model Context Protocol server. Any MCP-aware client — claude.ai, ChatGPT, or your own — can sign in with OAuth and query your datasets, semantic-layer components, and surprise findings without writing a line of glue code. A traditional REST API is on the roadmap, but MCP is the supported integration surface today.

The Summand MCP server

  • Endpoint: https://mcp.summand.com/mcp
  • Transport: streamable-HTTP
  • Auth: OAuth 2.1
  • Access model: scoped to whatever the signed-in user can already see in the dashboard — owned datasets plus anything explicitly shared with them

MCP server overview

What the server is and what it exposes.

Connect a client

Wire up claude.ai, ChatGPT, or any OAuth-aware MCP client.

Tools reference

Parameters and example prompts for every tool.

What about a REST API?

A public REST API is on our roadmap and will follow the same authorization model (OpenFGA-backed, per-resource grants and visibility) with bearer-token authentication. Enterprise customers with a concrete use case — backend integrations, scheduled refresh jobs, custom dashboards — can request early access by emailing enterprise@summand.com with a one-paragraph description of what you’d build.