MCP Server
MCP
io.github.codespar/mcp-persona
MCP server for Persona — developer-first identity verification + KYC (inquiries, accounts, reports)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-persona",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Persona API key. Sent as 'Authorization: Bearer <value>'.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PERSONA_API_KEY"
},
{
"description": "Persona API version pin (sent as 'Persona-Version' header). Defaults to '2023-01-05'.",
"format": "string",
"name": "PERSONA_API_VERSION"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment