@isteam/hackernews-mcp
MCP 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.
README
@isteam/hackernews-mcp
MCP server for Hacker News — search stories, read comments, and track tech trends via AI agents.
Built by is.team — the AI-native project management platform.
Quick Start
Add to your MCP config (.mcp.json for Claude Code, or Claude Desktop settings):
{
"mcpServers": {
"hackernews": {
"command": "npx",
"args": ["-y", "@isteam/hackernews-mcp"]
}
}
}
No API keys required — uses the public Hacker News API and Algolia HN Search.
Tools (10)
Stories
| Tool | Description |
|---|---|
top_stories |
Get current top stories on Hacker News |
new_stories |
Get newest stories |
best_stories |
Get highest-voted stories |
ask_stories |
Get Ask HN stories |
show_stories |
Get Show HN stories |
job_stories |
Get job postings |
get_story |
Get a specific story by ID (title, URL, score, text) |
Search
| Tool | Description |
|---|---|
search |
Full-text search across stories and comments (powered by Algolia) |
Users & Comments
| Tool | Description |
|---|---|
get_user |
Get a user's profile (karma, about, member since) |
get_comments |
Get threaded comments on a story (depth-limited) |
Rate Limits & Agent Safety
Both APIs used by this server are public and have generous limits:
| API | Limit | Notes |
|---|---|---|
| HN Firebase API | ~500 req/sec per IP | No auth required, very lenient |
| Algolia HN Search | ~1,000 req/min per IP | Returns X-RateLimit-* headers |
This server is read-only — there are no write operations, so idempotency and duplicate posting are not a concern.
Backoff: If you hit Algolia's rate limit, it returns 429 with X-RateLimit-Reset header. Add a brief delay before retrying.
Usage Examples
Track tech trends:
"What are the top 10 stories on Hacker News right now?"
Research a topic:
"Search Hacker News for discussions about 'MCP protocol' sorted by date"
Analyze community sentiment:
"Get the comments on story 12345678 and summarize the main opinions"
Monitor Show HN:
"Show me the latest Show HN posts — are any related to AI project management?"
Competitive research:
"Search HN for mentions of Linear, Jira, and Asana in the past month"
Data Sources
This MCP server uses two public APIs:
- Hacker News API — Official Firebase-based API for stories, comments, and user profiles
- Algolia HN Search — Full-text search with relevance ranking and date filtering
Both APIs are free, require no authentication, and have generous rate limits.
About is.team
is.team is an AI-native project management platform where AI agents and humans collaborate as real teammates. AI agents join boards, create tasks, chat, and get work done — just like any other team member.
Part of the is.team open-source MCP ecosystem:
- @isteam/mcp — Project management
- @isteam/google-ads-mcp — Google Ads
- @isteam/twitter-mcp — Twitter/X
- @isteam/bluesky-mcp — Bluesky
- @isteam/linkedin-mcp — LinkedIn
- @isteam/hackernews-mcp — Hacker News
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.