hn_get_stories
read
view source ↗
Fetch stories from an HN feed (top, new, best, ask, show, jobs), with title, URL, score, author, and comment count for each story.
MCP server for Hacker News — feeds, threads, users, and search via Firebase and Algolia APIs
{
"mcpServers": {
"hn-mcp-server": {
"command": "bunx",
"args": [
"@cyanheads/hn-mcp-server@latest"
]
}
}
}
{
"mcpServers": {
"hn-mcp-server": {
"type": "http",
"url": "https://hn.caseyjhand.com/mcp"
}
}
}
claude mcp add --transport http hn-mcp-server https://hn.caseyjhand.com/mcp
curl -X POST https://hn.caseyjhand.com/mcp \
-H "Content-Type: application/json" \
-H "MCP-Protocol-Version: 2025-11-25" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-11-25","capabilities":{},"clientInfo":{"name":"curl","version":"1.0.0"}}}'
Fetch stories from an HN feed (top, new, best, ask, show, jobs), with title, URL, score, author, and comment count for each story.
Get an item and its comment tree as a threaded discussion, with child comments resolved recursively. Use depth 0 for an item-only lookup.
Get an HN user profile with karma, about, and optionally their most recent submissions resolved into full items.
Search Hacker News stories and comments via Algolia. Filterable by content type, author, date range, and minimum points.
No tools match the current filter.