A
licenseA
qualityF
maintenanceA read-only MCP server that enables browsing stories, reading comments, searching posts, and viewing user profiles on Hacker News.
6
18 npm
1
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool has a clearly distinct purpose: login, search, submit, comment, and viewing own submissions. There is no overlap or ambiguity between them.
All tools use the 'hn_' prefix and mostly follow a verb pattern, but 'hn_my_submissions' is a noun phrase with a possessive, breaking the verb pattern slightly.
With 5 tools covering login, search, submission, comments, and personal submissions, the count is well-scoped for a Hacker News client without being excessive.
The set covers basic HN interactions but misses common actions like upvoting, viewing specific stories, or reading comments. These gaps may require workarounds.