Skip to main content
Glama

HackerNews MCP Server

search_posts

Find HackerNews posts by keywords, author, score, or date range with customizable filters for targeted results.

Instructions

Search and filter HackerNews posts by keywords, author, score, and date range

Input Schema

NameRequiredDescriptionDefault
authorNo
endTimeNo
limitNo
minScoreNo
queryNo
startTimeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "author": { "type": "string" }, "endTime": { "type": "number" }, "limit": { "default": 20, "maximum": 100, "minimum": 1, "type": "number" }, "minScore": { "type": "number" }, "query": { "type": "string" }, "startTime": { "type": "number" } }, "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