Monitor Technology News
Stay on top of the latest technology news with curated top stories from the tech community.
Hacker News: top stories & comments
Surface top-ranked and newest technology stories from Hacker News. Get stories by score, latest submissions, or full discussions with top comments. Great for daily tech briefings, research, and tracking developer conversations.
Get the current top stories on Hacker News ranked by score. Returns titles, URLs, scores, comment counts, and authors. Default 10 stories, max 30.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "tech-news",
"skill": "top_stories",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callGet the newest stories submitted to Hacker News. Returns the most recently submitted stories regardless of score. Default 10, max 30.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "tech-news",
"skill": "new_stories",
"input": {
"count": 5
}
}' \
https://api.toolrouter.com/v1/tools/callGet full details for a Hacker News story including the top comments. Useful for getting discussion context and community reactions to a story.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "tech-news",
"skill": "story_details",
"input": {
"id": 1
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"tech-news","skill":"top_stories","input":{}}' \
https://api.toolrouter.com/v1/tools/callStay on top of the latest technology news with curated top stories from the tech community.
Monitor new funding rounds, acquisitions, and startup announcements in the tech industry.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
It supports both top-ranked stories and newest submissions.
Yes. It can return full discussions with the top comments.
Yes. The tool is built around Hacker News.
Yes. It works well for daily tech briefings and for tracking developer conversations.