Global KYC enterprise tier โ deeper fraud intelligence, longer operator history. Target: banks, large fintechs, regulated commerce. Regional hosts (amer-1 / emea-1 / apac-1). Verified against docs.jumio.ai.
$ npm install @codespar/mcp-jumioAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"jumio": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-jumio"
],
"env": {
"JUMIO_API_TOKEN": "<your_jumio_api_token>",
"JUMIO_API_SECRET": "<your_jumio_api_secret>",
"JUMIO_USER_AGENT": "<your_jumio_user_agent>"
}
}
}
}After restart, your agent can call any of the 20 tools below โ try initiate_account first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
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').
JUMIO_REGIONRegion 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'.
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
initiate_accountinitiate_transactionget_transactionlist_transactionsget_transaction_detailsretrieve_document_dataretrieve_similarity_scoredelete_transactionMCP is a protocol โ any framework that speaks it can mount this server.