@isteam/hackernews-mcp
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., "@@isteam/hackernews-mcpWhat are the top 10 stories on Hacker News right now?"
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.
@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.
Related MCP server: @cyanheads/hn-mcp-server
Tools (10)
Stories
Tool | Description |
| Get current top stories on Hacker News |
| Get newest stories |
| Get highest-voted stories |
| Get Ask HN stories |
| Get Show HN stories |
| Get job postings |
| Get a specific story by ID (title, URL, score, text) |
Search
Tool | Description |
| Full-text search across stories and comments (powered by Algolia) |
Users & Comments
Tool | Description |
| Get a user's profile (karma, about, member since) |
| 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 |
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
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
- AlicenseDqualityDmaintenanceAn MCP server that enables AI assistants to access real-time Hacker News data including top stories, story details, comments, and search functionality.1693MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for Hacker News providing tools to fetch stories, threads, users, and search content via Firebase and Algolia APIs.3604Apache 2.0
- 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
- AlicenseAqualityAmaintenanceProvides AI agents with access to Hacker News data including top stories, story details, comment threads, and full-text search for content research and trend monitoring.5MIT
Related MCP Connectors
Hacker News MCP — search and retrieve stories from Hacker News
Search Hacker News, Bluesky, and Substack from a single MCP interface
Deterministic Hacker News developer sentiment, themes & feature requests via MCP. No API key.
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/isteamhq/hackernews-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server