https://mcp.summand.com/mcp and uses the streamable-HTTP transport with OAuth 2.1 authentication. There’s nothing to install — point your client at the URL, sign in, and start asking questions.
Connect a client
Wire up claude.ai, ChatGPT, or any other OAuth-aware MCP client.
What the server exposes
The server registers seven tools. All of them are read-only — the MCP server cannot mutate connectors or datasets, run pipelines, or change settings.
See the tools reference for parameters and example outputs.
Authentication model
Access is scoped to whatever the caller already has in Summand — owned resources plus anything explicitly shared with them. There is no way to access a connector or dataset over MCP that you couldn’t access in the dashboard.
401 and register themselves dynamically — no pre-registration required.
You’ll typically only need to paste the endpoint URL into your client; everything else happens in the OAuth redirect.
What’s next
Connect a client
Step-by-step setup for claude.ai and ChatGPT.
Tools reference
Parameters and example prompts for every tool.