Loading MCP server directory, please wait...
MCP server for Jumio — global identity verification + KYX: documents, liveness, AML screening
npx @getmcp/cli add io.github.codespar/mcp-jumioRequires Node.js 18+. Community-contributed server. Review source before installing.
JUMIO_API_TOKENJumio API token (sent as the username component of HTTP Basic auth).
JUMIO_API_SECRETJumio API secret (sent as the password component of HTTP Basic auth).
JUMIO_USER_AGENTMerchant User-Agent string. Jumio requires a custom User-Agent header identifying the calling application (e.g. 'AcmeCorp KYX/1.0').
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-jumio": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-jumio"
],
"env": {
"JUMIO_API_TOKEN": "",
"JUMIO_API_SECRET": "",
"JUMIO_USER_AGENT": "",
"JUMIO_REGION": ""
}
}
}
}