Skip to main content
Glama

Hacker News MCP

by pskill9

get_stories

Fetch structured Hacker News stories by type (top, new, ask, show, jobs) and limit results to a specified number. Designed to provide parsed HTML content from news.ycombinator.com.

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

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