Nhost for your agents.
Connect Nhost once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Nhost.
What agents can do with Nhost
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
nhost_sign_in_patSign in using a Personal Access Token (PAT) to get a session JWT. The PAT goes in the request body; this is used to verify the PAT works.
nhost_sign_upRegister a new user account with email and password.
nhost_sign_in_emailSign in with email and password. Returns a session JWT and refresh token.
nhost_get_userGet the currently authenticated user's profile. Requires a session JWT from sign_in_pat or sign_in_email.
nhost_create_patCreate a new Personal Access Token with an expiry date and optional metadata. Requires elevated permissions (elevated JWT session).
nhost_sign_outSign out the current session, invalidating the session JWT.
nhost_change_passwordChange the password for the currently authenticated user.
nhost_send_verification_emailSend an email verification link to a user's email address.
nhost_update_user_profileUpdate the currently authenticated user's profile metadata. Send only the fields to change.
nhost_list_patsList all Personal Access Tokens for the authenticated user.
nhost_delete_patDelete a Personal Access Token by its 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.
- Log in to the Nhost Dashboard. Go to Account > Personal Access Tokens.
- Click 'Create Personal Access Token', name it, set an expiry, and copy it.
- Your Auth URL is https://{subdomain}.auth.{region}.nhost.run - find it in Project Settings.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Nhost to Even: call connect_begin("nhost") on the even-connect MCP and walk me through it.
Sign in with personal access tokens, create user accounts with passwords, and generate additional authentication tokens.
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.