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.
Подключение
Добавьте эту конфигурацию в .claude/mcp.json
{
"mcpServers": {
"hackernews": {
"command": "npx",
"args": [
"-y",
"hackernews-mcp"
]
}
}
}Инструменты (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"
}
}
}Ресурсы
Этот сервер не предоставляет ресурсы.
Промпты
Этот сервер не предоставляет промпты.
Сведения о сервере
- Лицензия
- MIT
- Версия
- 0.1.0
- Звёзды
- 220
- Последнее обновление
- 9 июля 2026 г.