Canonical endpoint
Use https://app.getsupers.com/mcp. The transport accepts authenticated JSON-RPC requests with POST. The server card advertises supported protocol versions and the canonical Streamable HTTP remote.
Connect Claude, ChatGPT, Codex, or another compatible client to Super over Streamable HTTP. OAuth keeps every tool owner-scoped. One Android device is free after login; project chat, Mac, iPhone, Meta Display, and computer-use-cache actions use the account's Super credits only when a premium action is accepted.
Use https://app.getsupers.com/mcp. The transport accepts authenticated JSON-RPC requests with POST. The server card advertises supported protocol versions and the canonical Streamable HTTP remote.
Use https://app.getsupers.com/mcp/android for the free-only surface. It exposes setup, listing, and command tools for one Android device connected through the official Super APK.
Start at https://app.getsupers.com/.well-known/oauth-protected-resource/mcp. Register a client dynamically, use Authorization Code with PKCE, and request only the scope required by the selected tool.
The server describes its own transport, authentication, scopes, and tools.
The canonical server card is published at /.well-known/mcp/server-card.json. Compatibility aliases are also available at /.well-known/mcp.json and /.well-known/mcp. The transport-specific card is available at https://app.getsupers.com/mcp/server-card.
Use mcp:android for free phone-farm setup and commands, mcp:projects for project state, mcp:chat for persistent Super chat, and mcp:devices for premium remote-device tools. Tokens are resource-bound and cannot be reused against the Super API.
Send an MCP initialize request, then call tools/list. Begin Android setup with super_phone_farm_setup. Clients should read the published input schemas and tool annotations instead of guessing command arguments.
Login is always required. Android setup, listing, and Android commands for the included device require zero credits. Premium project chat and device delivery check account credits at execution time. The free-only Android endpoint never exposes purchase or upgrade tools.
Use the published server card, OAuth metadata, and live Streamable HTTP endpoint to build without a sales call.