Hacker News MCP

get_stories

Get stories from Hacker News

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of stories to return (max 30)
typeNoType of stories to fetch (top, new, ask, show, jobs)top

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Number of stories to return (max 30)", "maximum": 30, "minimum": 1, "type": "number" }, "type": { "default": "top", "description": "Type of stories to fetch (top, new, ask, show, jobs)", "enum": [ "top", "new", "ask", "show", "jobs" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools