Didit
live ComplianceFinanceDidit MCP — KYC / AML / KYB screening: check a person against sanctions, PEP, watchlists & adverse media, or resolve a business (registry, officers, UBOs). BYO Didit API key.
Tools
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
No parameters required.
Try it
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 office
No parameters required.
Try it
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
curl -X POST https://gateway.pipeworx.io/didit/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' curl -X POST https://gateway.pipeworx.io/didit/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"didit_aml","arguments":{}}}' Use with the SDK
Install @pipeworx/sdk to call tools from any TypeScript/Node project.
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("didit_aml", {}); // Or ask in plain English:
const answer = await px.ask("didit mcp — kyc / aml / kyb screening: check a person against sanctions, pep, watchlists & adverse media, or resolve a business (registry, officers, ubos)"); Related packs
Other Pipeworx packs in the same categories (Compliance, Finance):