MCP server exposing 2 tools for didit.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/didit/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
didit_aml — Screen a person (or entity) against 1,300+ global sanctions, PEP, watchlist, and adverse-media lists using the Didit AML API. Returns an overall status + risk score plus each individual hit (sanctions/PEP/adverse-media matches). Example: didit_aml({ full_name: "Vladimir Putin", date_of_birth: "1952-10-07", nationality: "RU", _apiKey: "your-key" })didit_kyb — Business (KYB) verification via the Didit company registry. Given a company name (+ country), returns the matched company profile (registration number, status, address, incorporation date) plus officers/directors and UBO/beneficial-owner ownership. Resolves the free registry search then pulls the full billable profile in one call. Example: didit_kyb({ name: "Stripe Inc", country: "US", _apiKey: "your-key" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/didit/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io