the-data-collector logo

the-data-collector

MarcinDudekDev/the-data-collector
0 starsv1.0.0HTTPRegistry activeUpdated 2026-03-12Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

claude mcp add --transport http the-data-collector https://frog03-20494.wykr.es/mcp

Summary

Enables searching Bluesky, Substack, and Hacker News content via structured APIs with optional x402 micropayments or API key authentication.

Connect from your MCP client

Claude Code

Run this once and Claude Code registers the server for you:

claude mcp add --transport http the-data-collector https://frog03-20494.wykr.es/mcp

Claude Desktop

Add this to claude_desktop_config.json under Settings → Developer → Edit Config:

{
  "mcpServers": {
    "the-data-collector": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://frog03-20494.wykr.es/mcp"
      ]
    }
  }
}

Cursor

Add this to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):

{
  "mcpServers": {
    "the-data-collector": {
      "url": "https://frog03-20494.wykr.es/mcp"
    }
  }
}

Cline and other MCP clients

Most MCP clients accept the standard mcpServers JSON block:

{
  "mcpServers": {
    "the-data-collector": {
      "url": "https://frog03-20494.wykr.es/mcp"
    }
  }
}

Codex CLI

Codex CLI connects to remote servers via config.toml — add this block to ~/.codex/config.toml:

# ~/.codex/config.toml
[mcp_servers.the-data-collector]
url = "https://frog03-20494.wykr.es/mcp"

OpenClaw

OpenClaw reads MCP servers from the mcp.servers section of ~/.openclaw/openclaw.json (managed via `openclaw mcp add` or the mcporter skill):

{
  "mcp": {
    "servers": {
      "the-data-collector": {
        "url": "https://frog03-20494.wykr.es/mcp",
        "transport": "streamable-http"
      }
    }
  }
}

Overview

Enables searching Bluesky, Substack, and Hacker News content via structured APIs with optional x402 micropayments or API key authentication.

Getting started

Add the-data-collector to your MCP-capable client — Claude Code, Cursor, Codex, and others — by following the setup at the source, which documents the exact command, configuration, and any required API keys.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.