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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y the-data-collectorAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add the-data-collectorAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use MarcinDudekDev/the-data-collector directly without routing
npx -y the-data-collectorNew to Agent-CoreX? View setup guide →