The Data Collector
Server Details
Search Hacker News, Bluesky, and Substack from a single MCP interface
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Server Listing
- the-data-collector
TDQS
Scored across 3 tools
Each tool targets a distinct platform (Bluesky, Hacker News, Substack), so there is no overlap or ambiguity in purpose. The descriptions clearly specify the source and the type of data returned.
All three tools follow the same verb_noun pattern: platform_search (e.g., bluesky_search, hn_search, substack_search). This makes the naming predictable and easy to navigate.
Three tools is on the lower end but appropriate for a focused data collection server covering three specific sources. It is not too few to be useful, and each tool serves a clear purpose.
The server provides search functionality for each platform, which covers the core 'collect data' purpose. Minor gaps exist, such as no ability to fetch a specific post by ID or save/export results, but these are workable for most collection workflows.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
- Changed
bluesky_search6 fields changed- removed
Input schema / properties / limitRemoved value: -{ - "default": 20, - "description": "Max results (1-50)", - "type": "integer" -} - added
Input schema / properties / maxItemsAdded value: +{ + "default": 10, + "description": "Maximum number of posts to return", + "type": "integer" +} - removed
Input schema / properties / queryRemoved value: -{ - "description": "Search keywords", - "type": "string" -} - added
Input schema / properties / scrapeTypeAdded value: +{ + "default": "posts", + "description": "Type of content to scrape", + "type": "string" +} - added
Input schema / properties / searchQueryAdded value: +{ + "description": "Search query for Bluesky posts", + "type": "string" +} - changed
Input schema / requiredPrevious value: -[ - "query" -]New value: +[ + "searchQuery" +]
- Changed
hn_search5 fields changed- removed
Input schema / properties / limitRemoved value: -{ - "default": 20, - "description": "Max results (1-50)", - "type": "integer" -} - added
Input schema / properties / maxResultsAdded value: +{ + "default": 10, + "description": "Maximum number of stories to return", + "type": "integer" +} - removed
Input schema / properties / queryRemoved value: -{ - "description": "Search keywords", - "type": "string" -} - added
Input schema / properties / searchTermsAdded value: +{ + "description": "Keywords to search for on Hacker News", + "items": { + "type": "string" + }, + "type": "array" +} - changed
Input schema / requiredPrevious value: -[ - "query" -]New value: +[ + "searchTerms" +]
- Removed
list_scrapers - Removed
run_scraper - Changed
substack_search5 fields changed- removed
Input schema / properties / limitRemoved value: -{ - "default": 20, - "description": "Max results (1-50)", - "type": "integer" -} - added
Input schema / properties / maxArticlesAdded value: +{ + "default": 5, + "description": "Maximum number of articles to return", + "type": "integer" +} - added
Input schema / properties / publicationsAdded value: +{ + "description": "Substack publication slugs (e.g. ['thedatacollector'])", + "items": { + "type": "string" + }, + "type": "array" +} - removed
Input schema / properties / queryRemoved value: -{ - "description": "Search keywords", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "query" -]New value: +[ + "publications" +]
5 tool updates
- Changed
bluesky_search6 fields changed- added
Input schema / properties / limitAdded value: +{ + "default": 20, + "description": "Max results (1-50)", + "type": "integer" +} - removed
Input schema / properties / maxItemsRemoved value: -{ - "default": 10, - "description": "Maximum number of posts to return", - "type": "integer" -} - added
Input schema / properties / queryAdded value: +{ + "description": "Search keywords", + "type": "string" +} - removed
Input schema / properties / scrapeTypeRemoved value: -{ - "default": "posts", - "description": "Type of content to scrape", - "type": "string" -} - removed
Input schema / properties / searchQueryRemoved value: -{ - "description": "Search query for Bluesky posts", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "searchQuery" -]New value: +[ + "query" +]
- Changed
hn_search5 fields changed- added
Input schema / properties / limitAdded value: +{ + "default": 20, + "description": "Max results (1-50)", + "type": "integer" +} - removed
Input schema / properties / maxResultsRemoved value: -{ - "default": 10, - "description": "Maximum number of stories to return", - "type": "integer" -} - added
Input schema / properties / queryAdded value: +{ + "description": "Search keywords", + "type": "string" +} - removed
Input schema / properties / searchTermsRemoved value: -{ - "description": "Keywords to search for on Hacker News", - "items": { - "type": "string" - }, - "type": "array" -} - changed
Input schema / requiredPrevious value: -[ - "searchTerms" -]New value: +[ + "query" +]
- Added
list_scrapers - Added
run_scraper - Changed
substack_search5 fields changed- added
Input schema / properties / limitAdded value: +{ + "default": 20, + "description": "Max results (1-50)", + "type": "integer" +} - removed
Input schema / properties / maxArticlesRemoved value: -{ - "default": 5, - "description": "Maximum number of articles to return", - "type": "integer" -} - removed
Input schema / properties / publicationsRemoved value: -{ - "description": "Substack publication slugs (e.g. ['thedatacollector'])", - "items": { - "type": "string" - }, - "type": "array" -} - added
Input schema / properties / queryAdded value: +{ + "description": "Search keywords", + "type": "string" +} - changed
Input schema / requiredPrevious value: -[ - "publications" -]New value: +[ + "query" +]
3 tool updates
- First observed
bluesky_search - First observed
hn_search - First observed
substack_search
Related MCP Connectors
Hacker News MCP — search and retrieve stories from Hacker News
Dive into the latest and greatest from the tech world with our Hacker News MCP server.
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
Search and save to your Purl read-it-later knowledge base from any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceSearch posts, profiles, feeds, threads, and trending topics on Bluesky via MCP. STDIO or Streamable HTTP.591Apache 2.0

supragents-mcpofficial
AlicenseNot gradedqualityCmaintenanceA read-only research MCP server that provides search and browsing tools for Hacker News, Reddit, and Product Hunt. Works with zero API keys for basic use.MIT- AlicenseNot gradedqualityCmaintenanceEnables MCP-compatible AI apps to search, fetch, and synthesize tech community discussions from Hacker News, Lobsters, and optionally Reddit, without needing API keys for the primary sources.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for Hacker News research. Enables AI agents to search stories and comments, browse listings, read discussion threads, and look up users via structured tools.28MIT