Skip to main content
Glama

HackerNews MCP Server

get_post

Retrieve detailed information about a HackerNews post, including metadata and optional comments, using a structured input format for precise data access.

Instructions

Get comprehensive details about a HackerNews post including metadata and comments

Input Schema

NameRequiredDescriptionDefault
idYes
includeCommentsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "type": "number" }, "includeComments": { "default": false, "type": "boolean" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from HackerNews MCP Server

Related Tools

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/Traves-Theberge/Hackernews-MCP-Typescript'

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