streamable-httpMITupdated 3mo ago
Give any AI agent the ability to acquire real data, autonomously.
What can you do with HSH Data on Demand?
HSH Data-on-Demand โ MCP Server
Give any AI agent the ability to acquire real data, autonomously.
Describe a data need in plain language โ receive an instant firm quote โ pay via x402 (USDC on Base or Solana) or card โ receive precision-built, verified data within 24 hours.
Run by HSH Intelligence, the data division of Healing Sun Haven LLC (US). Backed by a 16TB production data lake, a 13-layer crawl-and-enrich infrastructure, and published datasets on HuggingFace.
Connect
| MCP endpoint | https://dod.hshintelligence.com/mcp |
| Transport | Streamable HTTP (JSON-RPC 2.0) |
| Auth | None for free tools; paid fulfillment settles via x402 |
| Agent manifest | /.well-known/agent-manifest.json |
| x402 catalog | /x402/catalog |
Generic client config:
{
"mcpServers": {
"hsh-data-on-demand": { "url": "https://dod.hshintelligence.com/mcp" }
}
}
Tools
| Tool | Cost | What it does |
|---|---|---|
hsh_describe_data_need |
Free | Describe any data need in plain language โ firm quote with frozen quote_ref + pay_url |
hsh_list_capabilities |
Free | Catalogued capabilities with live pricing + how to order custom data |
hsh_check_quote |
Free | Status of a quote: frozen price, expiry, pay door |
hsh_check_order |
Free | Fulfillment status of a paid order |
hsh-company-intelligence |
Paid (from $0.02) | Verified company profiles: industry, founders, tech stack, hiring signals. 5,600+ companies live |
The autonomous purchase flow
1. tools/call hsh_describe_data_need { "need": "500 dentists in Texas with verified emails" }
-> { price_usd: 21.25, quote_ref: "HSHQ-...", pay_url: "https://dod.hshintelligence.com/x402/custom/HSHQ-..." }
2. GET pay_url
-> HTTP 402 with x402 v2 requirements (exact scheme, USDC, Base or Solana)
3. Retry with PAYMENT-SIGNATURE header (signed payment payload)
-> { order: { reference: "HSH-...", track_url: ..., delivery_estimate: "24h" } }
Price integrity: every quote is frozen server-side under its quote_ref (24h validity). The pay door loads the price from our ledger โ the amount you were quoted is exactly the amount you pay. Pricing is market-grounded with volume discounts; large or recurring scopes route to specialist review.
Quality: every custom dataset is precision-built to your exact specification and passes multi-stage quality verification before release.
REST (non-MCP) access
POST https://dod.hshintelligence.com/v1/quote-smart { "requestText": "..." }
POST https://dod.hshintelligence.com/v1/quote-pay { "requestText": "...", "source": "api" }
Support
Install
Add HSH Data on Demand to your client. Pick the one you use.
claude mcp add --transport http hsh-data-on-demand https://dod.hshintelligence.com/mcpcodex mcp add hsh-data-on-demand --url https://dod.hshintelligence.com/mcp{
"mcpServers": {
"hsh-data-on-demand": {
"url": "https://dod.hshintelligence.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hsh-data-on-demand": {
"type": "http",
"url": "https://dod.hshintelligence.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hsh-data-on-demand": {
"url": "https://dod.hshintelligence.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hsh-data-on-demand": {
"serverUrl": "https://dod.hshintelligence.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
HSH Data on Demand exposes 4 tools to a connected agent.
- hsh_describe_data_need
- **Free**
- hsh_list_capabilities
- **Free**
- hsh_check_quote
- **Free**
- hsh_check_order
- **Free**
Score
75 / 100
Good
- Documentation22/25
- Maintenance22/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 84 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 2.1.0Latest | Jun 28, 2026 |
| 2.0.0 | Jun 22, 2026 |
| 1.0.2 | Jun 8, 2026 |
| 1.2.0 | Jun 6, 2026 |
| 1.0.1 | Jun 4, 2026 |
| 1.0.0 | Jun 1, 2026 |