- 01Buy credits with a card, no wallet, no crypto.
- 02Get an API key emailed to you instantly.
- 03Call this product with your key, credits debit per call.
- 04Check your balance anytime via Credits in the top menu.
Global·company data·real-time·live
Any company, by name or domain, or a filtered list.
Look up one company and get its profile, founders, tech stack, hiring signals and accelerator batch in a single call. Or flip to discover mode and pull a filtered list instead. The same product answers "tell me about this company" and "find me companies like this."
Two ways in, pick yours.
- 01Point your agent at the x402 endpoint.
- 02Pay per call in USDC (Base or Solana), no signup.
- 03Receive structured data inline, settled on-chain.
One product, two questions.
Lookup one company, or discover a filtered list.
- 01
Lookup: one company, everything known
Pass a name or a domain. Returns the company profile, founder records, detected tech stack, current hiring signals, and accelerator batch where applicable.
profilefounderstech_stackhiring_signalsbatch
- 02
Discover: a filtered list
Pass a query and filters instead. Narrow by industry, accelerator batch, whether the company is currently hiring, and whether contact email is present. Returns matching companies up to your limit.
industrybatchis_hiringhas_email
Verified, continuously refreshed.
Every record is passed through multi-stage validation before it reaches the catalog. Data-subject rights are set out in the Trust Center.
In scope
Professional-capacity records. Access-restricted material is out of scope.
scoped
Cross-checked
Company profiles verified before they ship.
verified
Continuously refreshed
Records are re-enriched over time, with timestamps on every record.
living dataset
Filterable at source
Discovery filters run server-side, so an agent gets the shortlist rather than the universe.
agent-ready
What comes back.
{
"query": "stripe.com",
"mode": "lookup",
"profile": {
"name": "Example Co",
"domain": "example.com",
"industry": "B2B SaaS"
},
"founders": [
{
"name": "...",
"role": "Co-founder"
}
],
"tech_stack": [
"..."
],
"hiring_signals": {
"is_hiring": true,
"open_roles": 12
},
"batch": "..."
}Use cases.
For autonomous agents
Research agent
Company brief on demand
One call returns the full picture of a company, so an agent can answer questions about it without chaining four lookups.
Sourcing agent
Build the shortlist
Discovery filters return companies matching industry, batch, and hiring status in one pass.
Enrichment agent
Fill the gap
Resolve a bare domain into a full company record mid-workflow.
For analysts & desks
VC associate
Cohort mapping
Filter by accelerator batch to map a cohort, with founder records attached.
Competitive analyst
Stack detection
See what a competitor's customers or peers are actually running.
Growth team
Signal-based targeting
Filter to companies currently hiring in the departments that indicate they're in market.
Discover, pay, receive.
- 01
Discover
Find the tool
Via MCP at dod.hshintelligence.com/mcp or the x402 catalog.
- 02
Pay
Pay per call
Send the x402 payment in USDC on Base. Fixed deterministic price.
- 03
Receive
Get the record
Structured company intelligence returns inline.
# lookup one company
curl -H "X-Payment: <x402-usdc-base-payload>" \
"https://dod.hshintelligence.com/mcp" \
-d '{"tool":"hsh-company-intelligence","input":{"query":"example.com","mode":"lookup"}}'
