Hacker News MCP Server

by devabdultech
Verified

getStory

Retrieve a specific Hacker News story by its unique ID using the Hacker News MCP Server. Ideal for accessing detailed story information directly through LLM clients.

Instructions

Get a single story by ID

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the story

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The ID of the story", "type": "number" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from Hacker News MCP Server

Related Tools

ID: 73uji99mwg