MCP Server
MCP
io.github.codespar/mcp-onfido
MCP server for Onfido — global identity verification + KYC: applicants, documents, checks, workflows
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-onfido",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Onfido API token. Sent as 'Authorization: Token token=<value>'.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ONFIDO_API_TOKEN"
},
{
"description": "Region for the API host: 'eu' (api.eu.onfido.com), 'us' (api.us.onfido.com), 'ca' (api.ca.onfido.com). Defaults to api.onfido.com when unset.",
"format": "string",
"name": "ONFIDO_REGION"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment