What problem does it solve?
This Skill helps you connect to Superleap remote MCP servers that cannot use a static bearer token and instead require OAuth 2.1, protected-resource discovery, dynamic client registration, PKCE, and refresh-token handling.
Core Features & Use Cases
- OAuth Discovery: Finds the protected-resource and authorization-server metadata needed to start the login flow correctly.
- Dynamic Client Registration: Registers a public client at runtime so the MCP client can obtain a client_id without preprovisioned credentials.
- PKCE Authorization Flow: Guides the browser-based authorization code exchange with state validation and secure token storage.
- Token Refresh and Retry: Refreshes expired access tokens and retries failed MCP requests without restarting the full flow.
- Superleap Tenant Handling: Uses the MCP resource path to derive the correct tenant subdomain for Superleap endpoints.
Quick Start
Use this Skill to connect my Superleap MCP server by discovering its OAuth metadata, registering the client, completing the PKCE login, storing the tokens securely, and retrying the MCP request with the refreshed access token.