Skip to main content
Glama

MCP Hacker News

by paabloLC

getItem

Retrieve a specific Hacker News item (story, comment, job) by ID to access live data directly through the MCP Hacker News server.

Instructions

Get a specific item (story, comment, job, etc.) by ID

Input Schema

NameRequiredDescriptionDefault
idYesThe item ID to fetch

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The item ID to fetch", "type": "number" } }, "required": [ "id" ], "type": "object" }

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/paabloLC/mcp-hacker-news'

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