hn_get_stories
Fetch stories from an HN feed (top, new, best, ask, show, jobs), with title, URL, score, author, and comment count for each story.
Browse Hacker News feeds, threads, and user profiles with full-text search via MCP. STDIO or Streamable HTTP.
claude mcp add --transport http hn-mcp-server https://hn.caseyjhand.com/mcp
codex mcp add hn-mcp-server --url https://hn.caseyjhand.com/mcp
{
"mcpServers": {
"hn-mcp-server": {
"url": "https://hn.caseyjhand.com/mcp"
}
}
}
gemini mcp add --transport http hn-mcp-server https://hn.caseyjhand.com/mcp
{
"mcpServers": {
"hn-mcp-server": {
"command": "bunx",
"args": [
"mcp-remote",
"https://hn.caseyjhand.com/mcp"
]
}
}
}
{
"mcpServers": {
"hn-mcp-server": {
"type": "http",
"url": "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.