sanctions_lists
Pack: sanctions-screening · Endpoint: https://gateway.pipeworx.io/sanctions-screening/mcp
List the 12 US restricted-party lists covered by the Consolidated Screening List with entry counts and data freshness (last sync time). Use to cite coverage in a compliance report: OFAC SDN/SSI/CMIC, BIS Entity List/DPL/UVL/MEU, State ITAR-Debarred/ISN, and more.
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_lists","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.