← Back to browse

satoshkin-aml-mcp

Indexed by io.github.satoshkin-dev

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSATOSHKIN_API_KEY
Claude Code
claude mcp add --env SATOSHKIN_API_KEY= satoshkin-aml-mcp -- npx satoshkin-aml-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"satoshkin-aml-mcp","command":"npx","args":["satoshkin-aml-mcp"],"env":{"SATOSHKIN_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "satoshkin-aml-mcp": {
      "command": "npx",
      "args": [
        "satoshkin-aml-mcp"
      ],
      "env": {
        "SATOSHKIN_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.