SuperTokens for your agents.
Connect SuperTokens once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to SuperTokens.
What agents can do with SuperTokens
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
supertokens_healthCheck the connection: returns health info from the SuperTokens core.
supertokens_list_usersList users in the SuperTokens app. Use limit and timeJoinedOrder for pagination.
supertokens_get_userGet a user by ID.
supertokens_list_user_countGet the total count of users.
supertokens_list_sessionsGet all sessions for a user.
supertokens_get_user_by_emailGet a user by their email address.
supertokens_delete_userDelete a user by their ID (removes user, all sessions, and metadata).
supertokens_remove_sessionRemove a specific session for a user by session handle.
supertokens_get_user_metadataGet metadata for a user by their ID.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Deploy SuperTokens and open the dashboard.
- Get your API key from the dashboard (or from the core config).
- Enter your SuperTokens core URL (e.g. https://core.supertokens:3567). Paste the key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect SuperTokens to Even: call connect_begin("supertokens") on the even-connect MCP and walk me through it.
Query SuperTokens users and their sessions to audit authentication and user access.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.