sanctions_lists
Pack: sanctions-screening · Endpoint: https://gateway.pipeworx.io/sanctions-screening/mcp
List the US restricted-party lists this pack screens against, 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 the DHS UFLPA Entity List.
Example call
Arguments
{}
curl
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":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('sanctions_lists', {});
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.