What to enter
OAuth redirects you to the server to authorize, and works when the server supports either dynamic client registration or client ID metadata documents. Most modern hosted servers do.
Bearer token sends a token you paste as an
Authorization header. It is stored encrypted and is not shown again after you connect.
None is for open servers that need no credentials. There is no scope choice, since there is no identity to share.
What the server must support
- HTTPS. Plain HTTP is rejected.
- Streamable HTTP transport. SSE is deprecated in MCP and is not supported.
- A reachable public address. Rippit connects from its own infrastructure, so a server on a private network or behind a VPN is not reachable. Servers on private address ranges are blocked.
- A
tools/listresponse. Rippit reads the tool list at connect time to build the selection.