PublicAML MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PUBLICAML_API_KEY | No | Lifts the anonymous rate limit and unlocks outgoing tracing. | none |
| PUBLICAML_API_BASE | No | API base URL. | https://intelapi.publicaml.org |
| PUBLICAML_TIMEOUT_MS | No | Per-request timeout in milliseconds. | 60000 |
| PUBLICAML_TRACE_CONTINUES | No | How many times an incomplete backward walk is resumed automatically. | 2 |
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| screen_addressA | AML screening for one blockchain address: risk level and score, sanctions, issuer freezes (Tether/Circle), what the address is (exchange, mixer, gambling, bridge, personal wallet) and where its risk comes from. Chains: bitcoin, ethereum, bsc, tron. Read the answer this way: Chain is part of the address's identity, not a hint: the same 0x address is a different wallet on ethereum, bsc and tron. Pass |
| trace_fundsA | Follows the money one direction at a time.
This is a lead-generating tool, not exhaustive accounting: the walk is bounded by wall clock, so a partial answer is returned rather than a timeout, and 'nothing found' can mean 'the budget ran out'. The answer says which one it was; report that honestly. |
| list_counterpartiesA | Who a wallet dealt with and for how much, in one of three modes:
The list is ranked and capped, so a |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a different AML task (address screening, fund tracing, counterparty listing), but trace_funds (incoming) and list_counterparties (classify/category) both surface who a wallet interacted with, creating some boundary blur. Descriptions clarify scope, so misselection is unlikely but possible.
All three names follow a consistent snake_case verb_noun pattern (screen_address, trace_funds, list_counterparties). No deviations, making the set predictable and easy to scan.
Three tools is well-scoped for a focused AML API, and each tool encapsulates a distinct, multi-purpose operation (screening, tracing, counterparty analysis). No tool feels redundant or missing.
Covers core AML workflows: risk/sanctions screening, fund tracing, and counterparty classification. Minor gaps exist, such as batch address screening or granular transaction-level retrieval, but agents can work around them for most use cases.