get_stories
ActiveTool of hackernews
Fetch Hacker News stories of a given TYPE: top (default), new (newest), best, ask (Ask HN), show (Show HN), or job (jobs/hiring). PREFER for "newest HN stories", "top Ask HN posts", "Show HN", "HN job postings / who is hiring". Returns title, URL (or self-text for Ask/Show), score, author, comment count, and timestamp.
Parameters schema
{
"type": "object",
"properties": {
"type": {
"enum": [
"top",
"new",
"best",
"ask",
"show",
"job"
],
"type": "string",
"description": "Story list: top (default), new, best, ask, show, job."
},
"count": {
"type": "number",
"description": "Number of stories to return (default 10, max 100)."
}
}
}Parent server
hackernews
https://github.com/pipeworx-io/mcp-hackernews
2/7 registries