Claude (browser) integration via OAuth 2.0
Claude.ai (browser) can now connect to Superkabe directly. Paste https://api.superkabe.com/mcp into Claude.ai → Settings → Integrations → Add Integration. The OAuth flow handles consent, scoping, and token issuance entirely in-browser — no API key copy/paste, no install. The 17 Superkabe tools become available in any Claude conversation immediately.
- Full RFC 6749 / 7591 / 7636 / 8414 / 9728 implementation — Dynamic Client Registration, PKCE, RFC 9728 protected-resource metadata.
- Consent UI at /oauth/consent with explicit scope review.
- Active grants visible at /dashboard/integrations as a new Claude card. Disconnect with one click.
- Access tokens 1-hour TTL, refresh tokens 90-day, both hashed at rest.
Read the Claude (MCP Server) docs.