Skip to content
Cursor

satoshkin aml mcp for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install satoshkin aml mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "satoshkin-aml-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "satoshkin-aml-mcp"
      ],
      "env": {
        "SATOSHKIN_API_KEY": "<SATOSHKIN_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

satoshkin aml mcp in other clients