Each tool is documented with the scope it requires, and the read and write scopes are separate — so what an agent can actually do is decided by the OAuth grant rather than by which tools happen to be listed. Worth noticing what `generate_admin_portal_link` does: it produces a magic link into the admin portal for an organization, which is a real credential and should be treated as one when it lands in a chat transcript.
Scalekit's official server for its identity platform. It covers the administrative surface an identity product needs — environments and their roles and scopes, organizations and their users, OIDC connections to identity providers, workspace members, and the registry of MCP servers Scalekit protects.
- Environments — `list_environments`, `get_environment_details`, `list_environment_roles`, `create_environment_role`, `list_environment_scopes`, `create_environment_scope`
- Organizations — `list_organizations`, `get_organization_details`, `create_organization`, `update_organization_settings`, and `generate_admin_portal_link` for a magic link into the admin portal
- Users — `create_organization_user` and `list_organization_users`
- Workspace — `list_workspace_members`, `invite_workspace_member`
- Connections — `list_environment_connections`, `list_organization_connections`, `create_environment_oidc_connection` (Okta, Google, Microsoft AD, Auth0, OneLogin, Ping Identity, JumpCloud, GitHub, GitLab, ADFS and more), `update_environment_oidc_connection`, `enable_environment_connection`
- MCP registry — `list_mcp_servers`, `register_mcp_server`, `update_mcp_server`, `switch_mcp_auth_to_scalekit`
- Every tool declares the scope it needs — Environment Read, Environment Write, Organization Read, Organization Write, Workspace Read or Workspace Write
Nothing to install. It is hosted at `https://mcp.scalekit.com/` and authenticates over OAuth 2.1 — your client prompts you to sign in on first use, and there is no key to store. Published as mcp-server version 1.0.0. Setup is one line or one config block per client: `claude mcp add --transport http scalekit https://mcp.scalekit.com/` for Claude Code, `codex mcp add scalekit --url https://mcp.scalekit.com/` for Codex, and an http or streamable-http URL entry for VS Code, Cursor, Windsurf, Gemini CLI, OpenCode, Roo Code, Zed, Kiro, Warp and v0.
One command — claude mcp add --transport http scalekit https://mcp.scalekit.com/
