sanctions_screen
InactiveTool of io.github.digitalweb33333-creator/x402-solana
Screen a name against the official EU consolidated sanctions list (FISMA) for anti-money-laundering (AML) and watchlist checks — returns matches with a similarity score and context (EU reference, type, programme), not a binary yes/no. Price: $0.05 per call (x402 payment, USDC on Base mainnet).
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Name to screen (person or entity), e.g. 'Saddam Hussein'"
},
"type": {
"type": "string",
"description": "Optional: 'person' or 'enterprise'"
},
"limit": {
"type": "integer",
"description": "Max matches [1-50], e.g. 10"
},
"threshold": {
"type": "number",
"description": "Min similarity 0-1 to report a match (default 0.7)"
}
}
}Parent server
io.github.digitalweb33333-creator/x402-solana
https://github.com/digitalweb33333-creator/x402-solana
1/7 registries