MCP Server
MCP
io.github.codespar/mcp-jumio
MCP server for Jumio — global identity verification + KYX: documents, liveness, AML screening
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-jumio",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Jumio API token (sent as the username component of HTTP Basic auth).",
"isRequired": true,
"format": "string",
"name": "JUMIO_API_TOKEN"
},
{
"description": "Jumio API secret (sent as the password component of HTTP Basic auth).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "JUMIO_API_SECRET"
},
{
"description": "Merchant User-Agent string. Jumio requires a custom User-Agent header identifying the calling application (e.g. 'AcmeCorp KYX/1.0').",
"isRequired": true,
"format": "string",
"name": "JUMIO_USER_AGENT"
},
{
"description": "Region for the API host: 'us' (api.amer-1.jumio.ai), 'eu' (api.emea-1.jumio.ai), 'sg' (api.apac-1.jumio.ai). Defaults to 'us'.",
"format": "string",
"name": "JUMIO_REGION"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment