Hacker News MCP

get_stories

Fetch and return structured data from Hacker News, including top, new, ask, show, and job stories. Specify the type and limit (max 30) to retrieve relevant updates efficiently.

Instructions

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 from Hacker News MCP

Related Tools

ID: oge85xl22f