Access Hacker News content including stories, comments, user profiles, and full-text search capabilities through a native Rust server.
This Rust-based MCP server provides a lightweight, native binary for programmatically interacting with Hacker News. Designed without external dependencies like Docker or Python, it offers direct access to various Hacker News data points. Users can browse stories across different categories, retrieve detailed information for any item by ID, fetch nested comment trees, perform full-text searches via Algolia, and view user profiles.
Key Features
010 GitHub stars
02View user profiles, karma, and bios
03Browse top, new, best, ask, show, and job stories
04Full-text search Hacker News via Algolia
05Fetch nested comment trees for stories
06Get details of any Hacker News item by ID
Use Cases
01Automate monitoring and analysis of Hacker News trends and discussions
02Integrate Hacker News data into custom applications or scripts
03Build bots or tools that respond to or aggregate Hacker News content