get_top_stories
ActiveTool of hackernews
declared in 0.1.0
Fetch the current live top-ranked Hacker News stories from the Firebase API. Returns up to `count` stories (default 10) with title, URL, score, author, comment count, and Unix timestamp.
Parameters schema
{
"type": "object",
"examples": [
{
"count": 10
},
{
"count": 30
}
],
"properties": {
"count": {
"type": "number",
"description": "Number of top stories to return (default: 10)"
}
}
}Parent server
hackernews
https://github.com/pipeworx-io/mcp-hackernews
2/7 registries