MCP Jumio runs on your own machine — the client starts it, so there is no endpoint to ping. 22 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Jumio — global identity verification + KYX: documents, liveness, AML screening
Today is the operative word: we check MCP Jumio every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-jumio -- npx -y @codespar/mcp-jumio
{
"mcpServers": {
"mcp-jumio": {
"args": [
"-y",
"@codespar/mcp-jumio"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-jumio]
command = "npx"
args = ["-y", "@codespar/mcp-jumio"]
{
"mcpServers": {
"mcp-jumio": {
"args": [
"-y",
"@codespar/mcp-jumio"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-jumio": {
"args": [
"-y",
"@codespar/mcp-jumio"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
JUMIO_API_TOKEN (Jumio API token (sent as the username component of HTTP Basic auth).), JUMIO_API_SECRET (Jumio API secret (sent as the password component of HTTP Basic auth).), JUMIO_USER_AGENT (Merchant User-Agent string. Jumio requires a custom User-Agent header identifying the calling application (e.g. 'AcmeCorp KYX/1.0').), JUMIO_REGION (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'.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Onfido — global identity verification + KYC: applicants, documents, checks, workflows
MCP server for Persona — developer-first identity verification + KYC (inquiries, accounts, reports)
MCP server for Caf — Brazilian KYC/KYB: face auth + liveness, document OCR, orchestrated onboarding
MCP server for Unico — Brazilian identity + KYC: CPF/CNPJ, OCR, face match, liveness, PEP/watchlists
MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server for Sift — global ML fraud detection: real-time risk scoring, decisions, event ingestion
MCP server: DePIN reward routing, capacity verification, settlement reports · Hive Civilization
Answers built from our own checks of this server.