Connects Claude to Hacker News through two straightforward tools: get_top_stories pulls the current front page with scores, authors, and comment counts, while get_item fetches individual stories or comments by ID with full text and replies. Runs as a hosted service through Pipeworx's gateway at gateway.pipeworx.io, so no local setup required. The ask_pipeworx wrapper lets you skip manual tool calls and just ask questions in plain English. Useful when you want to pull HN discussions into your workflow, track trending topics, or grab story details without opening a browser. Part of a larger gateway offering 673+ data sources if you need to expand beyond HN.
Public tool metadata for what this MCP can expose to an agent.
HACKERNEWS_GET_FRONTPAGEGet the frontpage posts of Hacker News.1 paramsGet the frontpage posts of Hacker News.
min_pointsintegerHACKERNEWS_GET_ITEM_WITH_IDGet a specific item from Hacker News using its ID. Limits response size to prevent context overflow.4 paramsGet a specific item from Hacker News using its ID. Limits response size to prevent context overflow.
item_idstringmax_depthintegermax_childrenintegertruncate_textbooleanHACKERNEWS_GET_LATEST_POSTSGet the latest posts from Hacker News based on optional filters. Results can be limited using the size parameter.3 paramsGet the latest posts from Hacker News based on optional filters. Results can be limited using the size parameter.
pageintegersizeintegertagsarrayHACKERNEWS_GET_TODAYS_POSTSGet today's posts from Hacker News.1 paramsGet today's posts from Hacker News.
min_pointsintegerHACKERNEWS_GET_USERGet a specific user from Hacker News using their username.1 paramsGet a specific user from Hacker News using their username.
usernamestringHACKERNEWS_SEARCH_POSTSGet relevant posts from Hacker News based on a full-text query and optional filters. Results can be limited using the size parameter.4 paramsGet relevant posts from Hacker News based on a full-text query and optional filters. Results can be limited using the size parameter.
pageintegersizeintegertagsarrayquerystringHacker News MCP — search and retrieve stories from Hacker News
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
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. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"hackernews": {
"url": "https://gateway.pipeworx.io/hackernews/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Hackernews data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp