Persona for your agents.
Connect Persona 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 Persona.
What agents can do with Persona
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
persona_list_inquiriesList all inquiries across all templates. Results in reverse chronological order.
persona_get_inquiryRetrieve a single inquiry by id. Optionally include related verifications with include param.
persona_list_accountsList all accounts. Results in reverse chronological order.
persona_get_accountRetrieve the details of an existing account by id.
persona_get_verificationRetrieve a verification by id. A verification is associated with an inquiry.
persona_create_inquiryCreate a new inquiry to start a verification flow.
persona_create_accountCreate a new account.
persona_update_accountUpdate an account's attributes.
persona_list_verificationsList verifications with optional filtering by inquiry or status.
persona_list_reportsList reports (compliance outputs) for an inquiry or verification.
persona_get_reportGet a single report by 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 into the Persona Dashboard and open API Keys.
- Create an API key with the permissions you need.
- Production keys start with persona_production_; sandbox keys start with persona_sandbox_.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Persona to Even: call connect_begin("persona") on the even-connect MCP and walk me through it.
List Persona identity verifications and retrieve inquiry details for compliance.
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.