Hacker News MCP Server
JSON →Integrate real-time Hacker News data and discussions into your applications and workflows.
Install
pip install -r Tools · 16
- get_top_stories Get top stories from Hacker News
- get_best_stories Get best stories from Hacker News
- get_new_stories Get newest stories from Hacker News
- get_ask_stories Get Ask HN stories
- get_show_stories Get Show HN stories
- search_stories Search for stories by title or keywords
- get_stories_by_date Get stories from N days ago
- get_item Get a Hacker News item by ID
- get_story_by_title Get a story and comments by title or keywords
- get_story_comments Get a story and its top comments
- get_story_content Get the actual content from a story's URL
- get_story_content_by_title Get content by story title
- get_user Get a Hacker News user by username
- get_max_item Get the current largest item ID
- get_updates Get latest item and profile changes
- health_check Health check endpoint
Environment variables
HN_API_KEY
Links
★ 3 GitHub stars