Skip to main content
Glama

MCP Hacker News

by paabloLC

getItem

Fetch and retrieve specific Hacker News items such as stories, comments, or jobs by their unique ID using the MCP protocol.

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