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
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.
claude mcp add mcp-aml -- npx -y @cryptoapis-io/mcp-aml
{
"mcpServers": {
"mcp-aml": {
"args": [
"-y",
"@cryptoapis-io/mcp-aml"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-aml]
command = "npx"
args = ["-y", "@cryptoapis-io/mcp-aml"]
{
"mcpServers": {
"mcp-aml": {
"args": [
"-y",
"@cryptoapis-io/mcp-aml"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-aml": {
"args": [
"-y",
"@cryptoapis-io/mcp-aml"
],
"command": "npx"
}
}
}
MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs
MCP server for dry-run Ethereum transaction simulation via Crypto APIs
MCP server for transaction lookup across EVM, UTXO, Solana, XRP, Kaspa via Crypto APIs
MCP server for address derivation and encoding utilities across multiple blockchains via Crypto APIs
MCP server for broadcasting signed raw transactions to multiple blockchains via Crypto APIs
MCP server for subscribing to and managing on-chain event webhooks via Crypto APIs
Crypto transaction firewall and risk tools for MCP agents.
MCP server for smart contract ABIs and on-chain data from EVM and Solana via Crypto APIs
Answers built from our own checks of this server.