MCP server exposing 3 tools for hackernews.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/hackernews/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_hn — Search Hacker News for stories, comments, and users by keyword. Returns titles, URLs, scores, author names, and timestamps.get_top_stories — Get current top-ranked Hacker News stories. Returns titles, URLs, scores, comment counts, authors, and posting times.get_item — Fetch a Hacker News story or comment by ID (e.g., "42153809"). Returns full text, score, author, timestamp, and child replies.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/hackernews/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io