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.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.
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.