HTTP/1.1 402 PAYMENT REQUIRED · x402 + MPP dual-stack 500+ tools · 12 rails · 0% seller fee

Entity enrichment

Company name → verified identity + web footprint dossier: Wikidata facts, the official LEI legal-entity record, the SEC EDGAR filer, domain registration, tech stack, and brand favicon - in one pass.

$0.15 per call · one payment for the whole workflow
POST /api/skill/entity-enrich

6 tools run server-side in one request. You pay once, settle once, and get a single response - no orchestration, no per-step payments, and a partial-success envelope if any step fails. USDC over x402 on any supported chain.

When to use this pack

KYB, lead enrichment, or counterparty checks - an agent has a company name (maybe a domain and ticker) and needs to establish that the entity is real, who it legally is, and what its web presence looks like.

Tools in this pack

All 6 run inside the single $0.15 call above. Each is also callable on its own if you only need one part.

Workflow

  1. Resolve the name to a Wikidata entity with wikidata-entity - the encyclopedic identity: what it is, founding date, headquarters, official website.
  2. Look up the Legal Entity Identifier record with lei-lookup (GLEIF) - the verified legal name, jurisdiction, and registered address.
  3. Find the SEC EDGAR filer with edgar-company-lookup - CIK number and filing history existence (public companies only).
  4. Pull domain registration with whois - creation date, registrar, and expiry; a week-old domain claiming a decades-old brand is a red flag.
  5. Fingerprint the site's tech-stack - CMS, framework, CDN - the operational footprint.
  6. Grab the favicon with favicon-grab as the brand asset for the dossier card.

Call it directly

Any x402 client pays the 402 and gets the whole workflow back in one response:

npx agent402-client call entity-enrich {"name":"Apple","domain":"apple.com","ticker":"AAPL"}

Run it in Claude

claude mcp add agent402 -s user -- npx -y agent402-mcp@latest

Then paste this prompt into Claude:

Build an identity dossier on Apple (domain apple.com, ticker AAPL) using Agent402's entity-enrich skill pack. (1) Resolve the Wikidata entity, (2) look up the LEI legal-entity record, (3) find the SEC EDGAR filer, (4) pull whois on the domain, (5) fingerprint the tech stack, (6) grab the favicon. Report as a KYB-style dossier: verified legal identity, public-company status, domain age vs claimed history, and web footprint - flag any mismatches.

← All skill packs