← Back to Plugins
MCP Server MCP

io.github.satoshkin-dev/satoshkin-aml-mcp

github By github 👁 1 views ▲ 0 votes

AML/KYT crypto wallet risk screening (BitOK data) for Claude, ChatGPT and any MCP client.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "satoshkin-aml-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key (sk_live_…/sk_test_…) for real AML checks; omit for mock mode.",
          "isSecret": true,
          "name": "SATOSHKIN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...