Hacker News MCP Server
Researchstdiov0.1.0
MCP server for Hacker News. Lets AI agents fetch top, new, best, Ask HN, and Show HN stories, read comment threads, and look up items and users via the official Firebase API. Useful for tracking tech trends, summarizing discussions, and research into what the developer community is talking about.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json
{
"mcpServers": {
"hackernews": {
"command": "npx",
"args": [
"-y",
"hackernews-mcp"
]
}
}
}Araçlar (2)
get_stories
Fetch stories by type (top, new, best, ask, show, job).
{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"description": "Story feed type (top, new, best, ask, show, job)"
},
"limit": {
"type": "integer",
"description": "Number of stories to return"
}
}
}get_item
Retrieve a single item (story, comment, poll) and its metadata by ID.
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "integer",
"description": "Hacker News item ID"
}
}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Lisans
- MIT
- Sürüm
- 0.1.0
- Yıldızlar
- 220
- Son güncelleme
- 9 Temmuz 2026