PluginBench
MCP Server

HSH Data-on-Demand MCP Server

io.github.hshintelligence/data-on-demand

What is the HSH Data-on-Demand MCP server?

Made-to-order data for AI agents: company intel, B2B contacts, scraping. Pay per call via x402.

How to install HSH Data-on-Demand

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "data-on-demand": {
      "url": "https://dod.hshintelligence.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "data-on-demand": {
      "serverUrl": "https://dod.hshintelligence.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "data-on-demand": {
      "type": "http",
      "url": "https://dod.hshintelligence.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "data-on-demand": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://dod.hshintelligence.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http data-on-demand https://dod.hshintelligence.com/mcp

Related MCP servers

Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.

View repository →