PluginBench
MCP Server
Active

io.github.CryptoAPIs-io/mcp-aml MCP Server

io.github.CryptoAPIs-io/mcp-aml

What is the io.github.CryptoAPIs-io/mcp-aml MCP server?

MCP server for AML address verification and transaction screening via Crypto APIs

How to install io.github.CryptoAPIs-io/mcp-aml

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CRYPTOAPIS_API_KEY
    required
    secret

    Crypto APIs API key

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-aml": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-aml"
      ],
      "env": {
        "CRYPTOAPIS_API_KEY": "<YOUR_CRYPTOAPIS_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-aml": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-aml"
      ],
      "env": {
        "CRYPTOAPIS_API_KEY": "<YOUR_CRYPTOAPIS_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-aml": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-aml"
      ],
      "env": {
        "CRYPTOAPIS_API_KEY": "<YOUR_CRYPTOAPIS_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-aml": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-aml"
      ],
      "env": {
        "CRYPTOAPIS_API_KEY": "<YOUR_CRYPTOAPIS_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-aml --env CRYPTOAPIS_API_KEY=<YOUR_CRYPTOAPIS_API_KEY> -- npx -y @cryptoapis-io/mcp-aml

Related MCP servers

MCP server for HD wallet management, balance, and sync on EVM, UTXO, XRP via Crypto APIs

1
TypeScript
View repository →

MCP server that pays x402-gated HTTP endpoints — fetch, and on a 402 authorize, sign, retry

1
TypeScript
MIT
View repository →

MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs

0
TypeScript
View repository →

MCP server for current balance and state of EVM, UTXO, Solana, XRP, Kaspa addresses via Crypto APIs

0
TypeScript
View repository →

MCP server for retrieving block-level data from EVM, UTXO, and XRP blockchains via Crypto APIs

0
TypeScript
View repository →

MCP server for subscribing to and managing on-chain event webhooks via Crypto APIs

0
TypeScript
View repository →