hacker-news-mcp
Related Servers
Alternatives to hacker-news-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables browsing Hacker News, searching discussions, analyzing users, and tracking tech trends with zero setup required—no API keys or authentication needed.514 npm6MIT
- FlicenseNot gradedqualityDmaintenanceProvides AI agents with Hacker News data including front-page lists, full-text search via Algolia, and recent Show HN launches.-
- FlicenseAqualityDmaintenanceEnables AI assistants to read and search Hacker News for top stories, comments, user profiles, and job listings using the Firebase and Algolia APIs. It facilitates natural language research into community discussions and technological trends across the HN platform.8-
- AlicenseAqualityDmaintenanceEnables AI assistants to search, retrieve, and interact with HackerNews content including stories, comments, polls, and user information. Provides comprehensive access to all HackerNews API endpoints with 15 specialized tools for content discovery and analysis.1519 npm5MIT
- AlicenseAqualityCmaintenanceProvides AI agents with access to Hacker News data including top stories, story details, comment threads, and full-text search for content research and trend monitoring.5MIT
- AlicenseAqualityDmaintenanceProvides programmatic access to Hacker News content via the HN Algolia API. It enables AI assistants to search stories, retrieve comments, access user profiles, and explore the front page in real-time.919 npmMIT
TDQS
Scored across 14 tools
Most tools have clearly distinct purposes, but 'getStoryWithComments' overlaps with 'getStory' plus 'getComments', and 'search' could be used instead of 'findAskHN' or 'findShowHN'. These overlaps are minor and acceptable.
All tools use consistent camelCase naming with a verb_noun pattern (e.g., 'getComment', 'findShowHN', 'search'). No mixed conventions.
14 tools is well-scoped for a Hacker News reader, covering stories, comments, users, search, and specialized insights without being overwhelming or too thin.
Covers all major read operations (stories, comments, users, search) and adds valuable specialized tools like 'compareLaunches'. Missing write operations (post, vote) which are appropriate for a read-oriented API.