{
  "markdown": "# HSH Data-on-Demand — MCP Server\n\n**Give any AI agent the ability to acquire real data, autonomously.**\n\nDescribe a data need in plain language → receive an instant firm quote → pay via [x402](https://www.x402.org) (USDC on Base or Solana) or card → receive precision-built, verified data within 24 hours.\n\nRun by [HSH Intelligence](https://hshintelligence.com), 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](https://huggingface.co/HSH-Intelligence).\n\n---\n\n## Connect\n\n| | |\n|---|---|\n| **MCP endpoint** | `https://dod.hshintelligence.com/mcp` |\n| **Transport** | Streamable HTTP (JSON-RPC 2.0) |\n| **Auth** | None for free tools; paid fulfillment settles via x402 |\n| **Agent manifest** | [`/.well-known/agent-manifest.json`](https://dod.hshintelligence.com/.well-known/agent-manifest.json) |\n| **x402 catalog** | [`/x402/catalog`](https://dod.hshintelligence.com/x402/catalog) |\n\nGeneric client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"hsh-data-on-demand\": { \"url\": \"https://dod.hshintelligence.com/mcp\" }\n  }\n}\n```\n\n## Tools\n\n| Tool | Cost | What it does |\n|---|---|---|\n| `hsh_describe_data_need` | **Free** | Describe any data need in plain language → firm quote with frozen `quote_ref` + `pay_url` |\n| `hsh_list_capabilities` | **Free** | Catalogued capabilities with live pricing + how to order custom data |\n| `hsh_check_quote` | **Free** | Status of a quote: frozen price, expiry, pay door |\n| `hsh_check_order` | **Free** | Fulfillment status of a paid order |\n| `hsh-company-intelligence` | Paid (from $0.02) | Verified company profiles: industry, founders, tech stack, hiring signals. 5,600+ companies live |\n\n## The autonomous purchase flow\n\n```text\n1. tools/call hsh_describe_data_need { \"need\": \"500 dentists in Texas with verified emails\" }\n   -> { price_usd: 21.25, quote_ref: \"HSHQ-...\", pay_url: \"https://dod.hshintelligence.com/x402/custom/HSHQ-...\" }\n\n2. GET pay_url\n   -> HTTP 402 with x402 v2 requirements (exact scheme, USDC, Base or Solana)\n\n3. Retry with PAYMENT-SIGNATURE header (signed payment payload)\n   -> { order: { reference: \"HSH-...\", track_url: ..., delivery_estimate: \"24h\" } }\n```\n\n**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.\n\n**Quality:** every custom dataset is precision-built to your exact specification and passes multi-stage quality verification before release.\n\n## REST (non-MCP) access\n\n```text\nPOST https://dod.hshintelligence.com/v1/quote-smart   { \"requestText\": \"...\" }\nPOST https://dod.hshintelligence.com/v1/quote-pay     { \"requestText\": \"...\", \"source\": \"api\" }\n```\n\n## Support\n\n- Email: support@hshintelligence.com\n- Web: https://hshintelligence.com · https://dod.hshintelligence.com\n",
  "bytes": 3025,
  "sha": "03c9d5884d49b5917e8fdbe08958fe569ce00b4c33c7164dd64f516d37bb0ae1",
  "repo_slug": "hshintelligence/data-on-demand",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_hshintelligence_data_on_demand_0a501ba1/readme"
}