Server details
The same URL works everywhere. Whichever client you use, you paste that one endpoint, sign in to Superflow in a browser window, and approve the scopes you want to grant.
Dynamic client registration means no client ID or secret to copy anywhere. If
a setup screen asks for one, leave it blank.
Connect your client
Claude
claude.ai, Claude Code, and the Claude API.
ChatGPT
Custom connector on Plus, Pro, Business, Enterprise, and Edu.
Cursor
One-click install button, or
mcp.json.Gemini
Gemini CLI via
settings.json.Other MCP clients
Anything that supports remote MCP servers over HTTP.
Troubleshooting
Connection, sign-in, and permission problems.
What you can ask for
The server exposes 22 tools. They’re task-shaped rather than API-shaped: one tool does one thing an operator would actually ask for, so the assistant rarely needs to chain half a dozen calls to answer a question. These are the ones you’ll reach for most:
Alongside those, the server can read your open comment threads, list and create agents, read workspace details, and invite teammates. Your client lists every available tool once you connect.
Agent runs are asynchronous.
run_agents starts a run and returns a run ID;
the assistant then polls get_agent_run until it finishes before calling
get_agent_findings. A full-page review usually takes a couple of minutes, so
expect the assistant to wait rather than answer instantly.Example prompts
Once you’re connected, try:Run the accessibility and broken links agents on acme.com and summarise what they found.
How many open comment threads does my team have this week?
Create a Superflow project for staging.acme.com, give me the install snippet, and verify it once I deploy.
Permissions
Superflow asks for consent per user, and shows each scope on the approval screen before anything is granted:
Access is scoped to the workspace you pick during sign-in, and the assistant can only ever do what your own account can do. Revoke access at any time from your client’s connected apps screen — the assistant loses access immediately.