dilisense_check_name
Pack: dilisense · Endpoint: https://gateway.pipeworx.io/dilisense/mcp
Broad watchlist name check across all entity types — individuals, entities, vessels, aircraft. Returns all matching sanctions/PEP/criminal records plus the raw response. Example: dilisense_check_name({ names: “Kalibr”, _apiKey: “your-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
names | string | yes | Name to screen — person, company, vessel or aircraft, e.g. “Kalibr” |
_apiKey | string | yes | dilisense API key (free at dilisense.com — 100 calls/month) |
Example call
curl -X POST https://gateway.pipeworx.io/dilisense/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dilisense_check_name","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"dilisense": {
"url": "https://gateway.pipeworx.io/dilisense/mcp"
}
}
}
See Getting Started for client-specific install steps.