sanctions_entry
Pack: sanctions-screening · Endpoint: https://gateway.pipeworx.io/sanctions-screening/mcp
Get the full Consolidated Screening List record for one entry by its uid (from sanctions_screen results, e.g. “SDN:12345”) or by OFAC entity number. Returns every field: all aliases, addresses, identity documents (passports, tax IDs, IMO numbers, crypto wallet addresses), sanction programs, license requirements, Federal Register notice, vessel details, and remarks.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
uid | string | no | Entry uid from sanctions_screen, e.g. “SDN:36318” or “EL:e123”. |
entity_number | string | no | OFAC/CSL entity number, e.g. “36318”. Used if uid is not given. |
Example call
curl -X POST https://gateway.pipeworx.io/sanctions-screening/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"sanctions_entry","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"sanctions-screening": {
"url": "https://gateway.pipeworx.io/sanctions-screening/mcp"
}
}
}
See Getting Started for client-specific install steps.