dilisense_check_entity

Pack: dilisense · Endpoint: https://gateway.pipeworx.io/dilisense/mcp

Screen a company against sanctions and watchlists (AML/KYC). Returns matching records with source type, jurisdiction and sanction details. Example: dilisense_check_entity({ names: “Gazprom”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
namesstringyesCompany/organization name to screen, e.g. “Gazprom”
fuzzybooleannoEnable fuzzy/approximate name matching (default true). Set false for exact matching only.
_apiKeystringyesdilisense 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_entity","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.

Regenerated from source · build July 4, 2026