Clerk for your agents.
Connect Clerk 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 Clerk.
What agents can do with Clerk
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
clerk_list_usersList users, newest first.
clerk_get_userFetch one user by id.
clerk_list_organizationsList organizations.
clerk_create_userFor an AI agent: create a user. `email_address` is an array of emails; provide `password` or connect an external identity. first_name/last_name optional.
clerk_update_userFor an AI agent: update fields on a user by id. Include only the fields you want to change.
clerk_delete_userFor an AI agent: permanently delete a user by id. Irreversible.
clerk_get_organizationFor an AI agent: fetch one organization by id or slug.
clerk_list_sessionsFor an AI agent: list sessions, optionally filtered by user or status. `status` is e.g. active, ended, revoked, expired.
clerk_get_sessionFor an AI agent: fetch one session by id, including its status and last active time.
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.
- Open API Keys in your Clerk dashboard.
- Copy the Secret Key.
- Paste the secret key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Clerk to Even: call connect_begin("clerk") on the even-connect MCP and walk me through it.
List user accounts in your auth system, create a new user with email and password, and manage sessions.
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.