PluginBench
MCP Server
Maintained

The Data Collector MCP Server

io.github.MarcinDudekDev/the-data-collector

What is the The Data Collector MCP server?

Search Hacker News, Bluesky, and Substack from a single MCP interface

How to install The Data Collector

Copy-paste configuration for popular MCP clients.

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

Related MCP servers

CryptoSignals

Maintained

Real-time crypto volume anomaly detection across 50+ tokens for whale signals

0
Python
View repository →