Skip to main content
Glama

HackerNews MCP Server

search_trending

Identify trending topics and keywords from HackerNews posts by specifying post count and minimum word length to analyze popular discussions effectively.

Instructions

Find current trending topics and keywords from top HackerNews posts

Input Schema

NameRequiredDescriptionDefault
minWordLengthNo
postCountNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "minWordLength": { "default": 4, "maximum": 10, "minimum": 3, "type": "number" }, "postCount": { "default": 50, "maximum": 100, "minimum": 10, "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