Skip to main content
Glama
CryptoAPIs-io

@cryptoapis-io/mcp-aml

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CRYPTOAPIS_API_KEYNoYour Crypto APIs API key. Required if not provided via --api-key.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
amlA

AML (Anti-Money Laundering) risk checks for addresses and transactions.

Actions: • verify-address: Check if a blockchain address is flagged or associated with fraud, sanctions, ransomware, exploits, darknet markets, or other AML risk categories. Returns risk score, risk band, and the flagging sources. • screen-transaction: Screen a transaction against AML data. Returns whether the transaction is flagged, its risk score/band, and the flagged participant addresses with their roles, scores, severities and categories.

Note: the credit cost of these endpoints is significant — see credits below.

Credits by action (source: OpenAPI): • screen-transaction: 500000 • verify-address: 200000

Credits are indicative only and may change at any time. The actual credits spent for each API request are returned in the response headers.

system_infoA

CryptoAPIs reference documentation — no API call, no credits consumed.

Actions: • blockchains — Supported blockchains, networks, products per chain, denominations, fiat currencies • errors — Complete error code table (HTTP status, error code, message) • credits — Credit charging structure, cost multipliers per blockchain, monitoring & operations taxes (xPub, synced addresses, blockchain events), pay-as-you-go • callbacks — Webhook mechanics: URL requirements, retry strategy (5 retries, exponential backoff), HMAC security, idempotency • limits — Throughput soft/hard limits per plan, 2.1x penalty multiplier, rate limiting behavior

Prompts

Interactive templates invoked by user choice

NameDescription
check-aml-riskCheck the AML risk of a blockchain address or transaction

Resources

Contextual data attached and managed by the client

NameDescription
supported-capabilitiesAvailable AML tools, actions, and the blockchains screen-transaction supports

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CryptoAPIs-io/cryptoapis-mcp-aml'

If you have feedback or need assistance with the MCP directory API, please join our Discord server