Skip to main content
Glama

Hacker News MCP

by pskill9

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

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/pskill9/hn-server'

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