mcpbeat

MCP Aml MCP Server

local only

MCP Aml runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 4 Aug 2026.

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

Installs / week
npm · @cryptoapis-io/mcp-aml
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-aml -- npx -y @cryptoapis-io/mcp-aml
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-aml": {
      "args": [
        "-y",
        "@cryptoapis-io/mcp-aml"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-aml]
command = "npx"
args = ["-y", "@cryptoapis-io/mcp-aml"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-aml": {
      "args": [
        "-y",
        "@cryptoapis-io/mcp-aml"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-aml": {
      "args": [
        "-y",
        "@cryptoapis-io/mcp-aml"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Aml

same job, measured the same way
MCP Address History
by cryptoapis-io

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

101 installs/wk local only
MCP Simulate
by cryptoapis-io

MCP server for dry-run Ethereum transaction simulation via Crypto APIs

82 installs/wk local only
MCP Transactions Data
by cryptoapis-io

MCP server for transaction lookup across EVM, UTXO, Solana, XRP, Kaspa via Crypto APIs

86 installs/wk local only
MCP Utils
by cryptoapis-io

MCP server for address derivation and encoding utilities across multiple blockchains via Crypto APIs

91 installs/wk local only
MCP Broadcast
by cryptoapis-io

MCP server for broadcasting signed raw transactions to multiple blockchains via Crypto APIs

95 installs/wk local only
MCP Blockchain Events
by cryptoapis-io

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

85 installs/wk local only
Seraph
by kondux

Crypto transaction firewall and risk tools for MCP agents.

answering
MCP Contracts
by cryptoapis-io

MCP server for smart contract ABIs and on-chain data from EVM and Solana via Crypto APIs

82 installs/wk local only

MCP Aml — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Aml?
MCP Aml runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cryptoapis-io/mcp-aml.
How do I connect MCP Aml?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cryptoapis-io/mcp-aml straight from npm; nothing to host, nothing to sign up for.
Is MCP Aml open source?
Yes — written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.