Modern developer-first KYC โ great DX and template-driven workflows. 4th identity entry (Unico BR / Onfido global / Jumio enterprise / Persona modern).
$ npm install @codespar/mcp-personaAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"persona": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-persona"
],
"env": {
"PERSONA_API_KEY": "<your_persona_api_key>"
}
}
}
}After restart, your agent can call any of the 20 tools below โ try create_inquiry first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
PERSONA_API_KEYPersona API key. Sent as 'Authorization: Bearer <value>'.
PERSONA_API_VERSIONPersona API version pin (sent as 'Persona-Version' header). Defaults to '2023-01-05'.
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_inquiryretrieve_inquirylist_inquiriesapprove_inquirydecline_inquiryredact_inquirycreate_accountretrieve_accountMCP is a protocol โ any framework that speaks it can mount this server.