Skip to main content
Glama

Hacker News MCP Server

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" }
Install Server

Other Tools from Hacker News MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devabdultech/hn-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server