Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man company-verify-pack

/company-verify-pack

agentutility / compose / company-verify-pack
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
compose
CATEGORY
uncategorized
STATUS
live
NAME
company-verify-pack checks that a company exists and its public signals are consistent, in one call: profile, registrar, domain age, and tls
SYNOPSIS
POST https://x402.agentutility.ai/company-verify-pack
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Checks that a company exists and its public signals are consistent, in one call: profile, registrar, domain age, and TLS. Composite: one call runs company-enrich + registrar-lookup + domain-age-check + ssl-cert-info in parallel and merges them into {profile, registrar, age, tls}. Public-data existence and consistency signals only; this is data verification from open sources, NOT compliance, KYB, KYC, or identity verification. Use it as a company verification data API, vendor data consistency check, or domain-backed company signals for procurement and marketplace agents.

INPUTrequest schema
propertytypedescriptionreq?
domainstringCompany domain to verify, e.g. 'acme.com'. Max 253 chars.required
OUTPUTresponse shape
fieldtypedescription
domainstring
profilestring
registrarstring
agestring
tlsstring
notestring
composed_ofstring
componentsstring
degradedstring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/company-verify-pack \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the company-verify-pack tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
composecompanyverifypackcompany-verify-pack
methods
POST
cluster
compose
price
$0.04 USDC per call
ADJACENTother endpoints in compose
endpointdescriptionprice
article-briefAnalyzes a news article from its URL into a summary, named entities, and sentiment in one call.$0.04
content-quality-packRuns the standard pre-publish content checks on text in one call: AI-detection, PII scan, moderation, and sentiment.$0.04
contract-trust-packGathers smart-contract due-diligence data in one call: source verification, honeypot simulation, and LP lock check.$0.04
defi-protocol-dossierProfiles a DeFi protocol's TVL and yield pools in one call using DeFiLlama data.$0.04
domain-dossierBuilds a full domain report in one call: WHOIS, DNS, TLS, age, risk, and DMARC.$0.04
image-caption-localizeCaptions an image and translates the caption into any of 100+ languages in one call.$0.04
image-intel-packAnalyzes an image in one call: description, brand logo detection, and content moderation.$0.04
market-rates-packMerges FX rates, perp funding, and Hyperliquid mark price into one call.$0.04
SEE ALSO
agentutility · compose · x402 · mcp · llms.txt · registry.json · bazaar.x402.org