← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-onfido

github By github 👁 1 views ▲ 0 votes

MCP server for Onfido — global identity verification + KYC: applicants, documents, checks, workflows

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-onfido",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Onfido API token. Sent as 'Authorization: Token token=<value>'.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ONFIDO_API_TOKEN"
        },
        {
          "description": "Region for the API host: 'eu' (api.eu.onfido.com), 'us' (api.us.onfido.com), 'ca' (api.ca.onfido.com). Defaults to api.onfido.com when unset.",
          "format": "string",
          "name": "ONFIDO_REGION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...