onyx_aml_screen
InactiveTool of onyx-paid-mcp
KYC/AML sanctions + risk screen for any EVM address. Returns OFAC sanctions hit (via Chainalysis on-chain oracle), 0-100 risk score, verdict (sanctioned/safe/caution/high_risk/blocked), and ranked risk_factors (address age, transaction throughput, contract status, mixer interaction). Designed for Permitted Payment Stablecoin Issuers, agent-payment platforms, and any compliance gate forced by the GENIUS Act (July 2026). Sub-second latency. Coinbase's PROJECT-IDEAS.md explicitly calls for this primitive. (price: $0.25 USDC, tier: premium)
Parameters schema
{
"type": "object",
"required": [
"address"
],
"properties": {
"chain": {
"type": "string",
"default": "base",
"description": "Chain to screen on: 'base' (default) or 'ethereum'. Both query the same OFAC oracle; chain affects the risk-factor heuristics only."
},
"address": {
"type": "string",
"description": "0x-prefixed EVM address to screen"
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries