mcp jumio for Cursor
io.github.codespar/mcp-jumio
MCP server for Jumio — global identity verification + KYX: documents, liveness, AML screening
client:Cursor
transport:stdio
runtime:npm
Install mcp jumio in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-jumio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-jumio"
],
"env": {
"JUMIO_API_TOKEN": "<JUMIO_API_TOKEN>",
"JUMIO_API_SECRET": "<JUMIO_API_SECRET>",
"JUMIO_USER_AGENT": "<JUMIO_USER_AGENT>",
"JUMIO_REGION": "<JUMIO_REGION>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs