mcp-hn

MIT License
4
  • Apple

get_story_info

Get detailed story info from Hacker News, including the comments

Input Schema

NameRequiredDescriptionDefault
story_idNoStory ID

Input Schema (JSON Schema)

{ "properties": { "story_id": { "description": "Story ID", "type": "integer" } }, "type": "object" }