MCP Directory

MarcinDudekDev/the-data-collector

GitHub
Web Utilities

MCP server for scraping Hacker News, Bluesky, and Substack with x402 micropayment support. Tools: hn_search, bluesky_search, substack_search. $0.05/call via USDC on Base.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y the-data-collector

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from MarcinDudekDev/the-data-collector your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "the-data-collector": {
      "command": "npx",
      "args": [
        "-y",
        "the-data-collector"
      ]
    }
  }
}

Route MarcinDudekDev/the-data-collector intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add the-data-collector

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use MarcinDudekDev/the-data-collector directly without routing

npx -y the-data-collector

New to Agent-CoreX? View setup guide →

MarcinDudekDev/the-data-collector MCP Server — Agent-CoreX