Hacker News MCP Server

by devabdultech
Verified

getStories

Fetch multiple Hacker News stories by type (top, new, best, ask, show, job) with customizable limits using the Hacker News MCP Server. Retrieve curated content for research or analysis efficiently.

Instructions

Get multiple stories by type (top, new, best, ask, show, job)

Input Schema

NameRequiredDescriptionDefault
limitNoThe maximum number of stories to fetch
typeYesThe type of stories to fetch

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 30, "description": "The maximum number of stories to fetch", "type": "number" }, "type": { "description": "The type of stories to fetch", "enum": [ "top", "new", "best", "ask", "show", "job" ], "type": "string" } }, "required": [ "type" ], "type": "object" }

You must be authenticated.

Other Tools from Hacker News MCP Server

Related Tools

ID: 73uji99mwg