lion_enrich_v1
ActiveTool of LION - keyless x402 data + RPC for agents
Company data and firmographics lookup for AI agents - look up a company by name or domain. Use cases: enrich a company record with firmographics + SEC financials; pull KYB company data; verify a company exists and is legitimate; company profiling for onboarding or due diligence; get specific company fields (employees, industry, revenue, country) on demand. VERIFIABLE keyless company/org enrichment - unlike black-box aggregators, every response is cryptographically ATTESTED (Ed25519 over a SHA-256 of the body; verify offline via ?verify_helper=1) so your agent can PROVE the data is untampered, and every field carries an explicit source + confidence. Field-granular: name ONLY the fields you need and pay only for those (0.002 USDC per field on Base, vs flat-bundle incumbents). Each requested field returns {value, confidence 0-1, source, as_of}. Available fields (expanded 2026-06 for better coverage+conversion): firmographics (inception_year, employees, country, industry, parent_org, stock_exchanges, legal_form, website, description, employees_count, employees_as_of, industry_list, stock_exchanges_list, legal_form_detail) from Wikidata CC0; financials (cik, sic_industry, exchanges, fiscal_year_end, state_of_incorporation, revenue_usd, net_income_usd, total_assets_usd, recent_filings) from SEC EDGAR; web-attention (attention_score, momentum, mention_count). Clearer attested output: top-level .attestation (alg/signer/verify_helper_url/note) + .sources_covered on 200 bodies for agent moat parsing. Use a company NAME for firmographic/web fields, a US TICKER for financial fields. Keyless, no API key, no signup; company/org-level public data only, no PII. Pay-for-what-you-use in USDC on Base via x402 (total = number_of_fields x 0.002). DROP-IN for Apollo Org Enrich: pass domain + format=apollo_org for an Apollo-shaped organization{} object at ~$0.018 (vs Apollo org-enrich $0.0495), keyless, no PII. [x402 paid tool: GET /api/x402/enrich-v1-json?src=mcp returns the 402 challenge with the canonical payTo; price 0.002 USDC on Base eip155:8453.]
Parameters schema
{
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "Optional entity type hint. Default \"company\"."
},
"domain": {
"type": "string",
"description": "Company domain (e.g. \"coinbase.com\") - Apollo org-enrich style input. Use with format=apollo_org for a drop-in replacement of Apollo Org Enrich."
},
"fields": {
"type": "array",
"items": {
"type": "string"
},
"description": "Field names to return, e.g. [\"inception_year\",\"country\",\"revenue_usd\"]. Query string: fields=inception_year,country,revenue_usd. Omit when using format=apollo_org."
},
"format": {
"enum": [
"apollo_org"
],
"type": "string",
"description": "Set to \"apollo_org\" for a keyless drop-in replacement of Apollo Org Enrich: pass domain (or identifier) and receive an Apollo-shaped organization{} object (name, website_url, primary_domain, founded_year, estimated_num_employees, industry, country, publicly_traded_symbol/exchange, annual_revenue) at ~$0.018 vs Apollo org-enrich $0.0495. No PII."
},
"identifier": {
"type": "string",
"description": "Company/org NAME (e.g. \"Coinbase\"), a DOMAIN (e.g. \"coinbase.com\"), or US TICKER (e.g. \"AAPL\"). Provide this OR domain."
}
}
}Parent server
LION - keyless x402 data + RPC for agents
1/7 registries