Skip to main content
Glama

HackerNews MCP Server

by wei

get-item

Retrieve specific HackerNews items including stories, comments, and polls using their unique ID number to access detailed content information.

Instructions

Get a specific HackerNews item (story, comment, poll, etc.) by its ID

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the item to retrieve

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The ID of the item to retrieve", "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/wei/hn-mcp-server-vibe'

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