stytch.dev
Stytch provides authentication infrastructure for consumer and B2B applications, along with workspace-management tooling for configuring Stytch projects. It also offers a hosted MCP server for interacting with Stytch workspace configuration through AI tools.
Stytch exposes three documented HTTP APIs—Consumer Authentication, B2B SaaS Authentication, and Programmatic Workspace Actions—plus a hosted remote MCP server at https://mcp.stytch.dev/mcp; the HTTP APIs use Basic auth with Stytch-issued keys, and the MCP server uses OAuth discovered from its well-known metadata.
- Stytch MCP Serverdetected
- Stytch Consumer Authentication APIdiscovered
In the Stytch Dashboard, open Project ID & API keys (or Project & API keys for Consumer projects) and copy your project_id and secret. Use them together as HTTP Basic auth credentials for direct API calls.
In the Workspace Settings > Management API, create a new workspace management key and copy its Key ID and Secret. Use them together as HTTP Basic auth for Programmatic Workspace Actions and related workspace-management automation.
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing