readhn
Uses Algolia's search API to perform full-text and faceted searches across Hacker News stories, allowing users to filter and rank results by relevance and recency.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@readhnShow me top HN stories about Rust this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
readhn
AI-native HackerNews MCP Server. Find HN content that matters with explainable quality signals.
What It Does
Discover — Filter stories by keywords, scores, time. Get ranked results with quality signals.
Trust — Find domain experts. See who's talking and why they matter. EigenTrust propagation from seed experts.
Understand — Every result explains WHY. 5 signals: practitioner depth (30%), thread depth (20%), expert involvement (20%), velocity (15%), references (15%).
Related MCP server: Hacker News MCP Server
Quick Start
# Install
pip install readhn
# Auto-configure supported AI agents
readhn setupreadhn setup detects Claude Code, Codex, Cursor, Claude Desktop, Cline, Windsurf, and OpenCode config paths and adds the readhn MCP server.
Useful setup flags:
readhn setup --list # Show detected agents
readhn setup --dry-run # Preview config changes only
readhn setup --agents "Cursor" # Configure only specific agentsAfter setup, your AI agent auto-discovers readhn and uses it when you ask HN questions.
Usage
Ask your AI agent:
"Show me top HN stories about Rust this week"
"Find experts who write about databases on HN"
"What did practitioners say about Kubernetes networking?"
The agent calls readhn tools, gets results with quality signals, and explains why each result matters.
Configuration (Optional)
export HN_KEYWORDS="ai,llm,rust,distributed-systems,databases" # Default filter keywords
export HN_MIN_SCORE="50" # Minimum story score
export HN_EXPERTS="tptacek,simonw,antirez,ept,jepsen" # Seed experts for trust
export HN_TIME_HOURS="24" # Time windowHow It Works
When you ask HN questions, your AI agent uses these tools:
discover_stories()— Top stories filtered by keywords/score/time, ranked by quality signalssearch()— Algolia search with explainable rankingfind_experts()— Find domain experts using EigenTrust on comment graphexpert_brief()— User profile + activity + trust scorestory_brief()— Story + top comments + signals in one callthread_analysis()— Full comment tree with quality signals per comment
Every response includes signals breakdown: why each result was chosen.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI tools like Claude and Cursor to fetch and interact with live Hacker News data (posts, comments, users) via standardized MCP endpoints.116033MIT
- AlicenseDqualityDmaintenanceAn MCP server that enables AI assistants to access real-time Hacker News data including top stories, story details, comments, and search functionality.1693MIT
- AlicenseAqualityDmaintenanceMCP server for Hacker News that enables AI agents to search stories, read comments, and track tech trends via the public Hacker News API and Algolia HN Search.10134MIT
- AlicenseAqualityCmaintenanceMCP server enabling AI agents to interact with Hacker News, including fetching full comment trees with depth control, searching stories and comments, and retrieving user profiles.65MIT
Related MCP Connectors
Hacker News MCP — search and retrieve stories from Hacker News
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/xodn348/readhn'
If you have feedback or need assistance with the MCP directory API, please join our Discord server