mcpbeat Sign in

MCP Aml MCP Server

local only

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

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

Installs per day peak 13 · avg 6 · +30% w/w
a month agotoday
28
Installs / week
npm · @cryptoapis-io/mcp-aml
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Aml every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

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"
    }
  }
}

This one needs environment variables set before it will start: CRYPTOAPIS_API_KEY (Crypto APIs API key). The author declared them in the registry entry; get the values from the project itself.

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

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

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

47 installs/wk local only
Pathguard
by cieltech-pathguard

Crypto transaction safety tool — screens addresses and transactions for scam risk.

5 tools answering
MCP Transactions Data
by cryptoapis-io

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

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

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

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

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

48 installs/wk local only
Publicaml
by publicaml

AML screening for crypto addresses: risk, sanctions, fund tracing and counterparties.

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

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

50 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 was installed 28 times last week.
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.
How many people use MCP Aml?
The npm package @cryptoapis-io/mcp-aml was installed 28 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Aml open source?
Yes — it is published under the MIT licence, 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.