Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

OnchainDiligence

com.onchaindiligence/compliance

Pay-per-call compliance via x402: wallet sanctions, OFAC name, UK + US company verification.

Uptime
100.0%
2 direct probes · 30d
Response
594ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

screen_wallet

Sanctions-screen an EVM wallet address against the Chainalysis on-chain oracle (OFAC SDN, EU, UN designations). Reflects current status, including delistings -- a once-designated address may now scree…

screen_name

OFAC name screening: fuzzy-match a person or company name against the official US Treasury OFAC Specially Designated Nationals (SDN) list (primary names + strong aliases). Returns scored candidate mat…

verify_uk_company

UK company KYB lookup via the official Companies House register. Given a UK registration number, returns legal status (active/dissolved), company type, incorporation date, registered office, and peopl…

verify_us_company

US public company verification via SEC EDGAR. Given a ticker, CIK, or company name, returns entity name, CIK, industry (SIC), state of incorporation, exchanges/tickers, address, and latest SEC filing.…

diligence

Combined counterparty due diligence in one call: runs sanctions screening on a crypto wallet (Chainalysis oracle — OFAC SDN, EU, UN) AND a UK Companies House KYB lookup (status, type, PSC / beneficial…

preflight_payment

Call BEFORE an agent authorizes an autonomous payment. Evaluates it against your policy (max amount, allowed networks/assets, expected recipient, allowed origins) and returns a signed PREFLIGHT receip…

inspect_payment

FREE. Pure deterministic inspection of a proposed payment against structured policy (amount/network/asset/recipient/resource) — no external evidence, no sanctions screening, no cryptographic signing, …

get_receipt

Look up a public OCD receipt by its exact receipt_id (format "OCD-RCP-XXXX-XXXX-XXXX-XXXX"). Free, no payment. Returns the complete signed receipt envelope, or a structured not-found/unavailable reaso…

verify_receipt

Independently checks whether a receipt is cryptographically VALID, INVALID, or UNVERIFIABLE, with a reason code. Free, no payment. Pass EITHER receipt_id (looks it up first, must be public) OR a compl…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "onchaindiligence": {
      "url": "https://mcp.onchaindiligence.com/mcp",
      "transport": "streamable-http"
    }
  }
}