You're viewing a demo portfolio

Join the waitlist
PRSM

get_stories

Active

Tool of hackernews

declared in 0.1.0

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)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

hackernews

https://github.com/pipeworx-io/mcp-hackernews

2/7 registries
View full server →
get_stories — hackernews — PRSM MCP