AgentHubAgentHub

HSH Data-on-Demand

MCP ServerMCP Registry官方收录

io.github.hshintelligence/data-on-demand · v1.2.0

Any data on demand: describe a need, get an instant quote, pay via x402 USDC, receive in 24h.

概览

HSH Data-on-Demand 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "data-on-demand": {
      "url": "https://dod.hshintelligence.com/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.hshintelligence/data-on-demand",
  "type": "mcp-server",
  "version": "1.2.0",
  "displayName": "HSH Data-on-Demand",
  "description": "Any data on demand: describe a need, get an instant quote, pay via x402 USDC, receive in 24h.",
  "repository": {
    "url": "https://github.com/hshintelligence/data-on-demand",
    "source": "github"
  },
  "homepage": "https://dod.hshintelligence.com",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://dod.hshintelligence.com/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.hshintelligence/data-on-demand",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.hshintelligence%2Fdata-on-demand/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
HSH Data-on-Demand — MCP Server 安装与配置 · AgentHub