Skip to main content
Glama

Hacker News MCP Server

by GeorgeNance

get_top_hackernews_stories

Retrieve the top trending stories from Hacker News, customizable by story count (1-30), to stay updated with real-time tech and developer news.

Input Schema

NameRequiredDescriptionDefault
countNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 10, "maximum": 30, "minimum": 1, "type": "integer" } }, "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/GeorgeNance/hackernews-mcp'

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