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.
Conectar
Añade esta configuración a .claude/mcp.json
{
"mcpServers": {
"hackernews": {
"command": "npx",
"args": [
"-y",
"hackernews-mcp"
]
}
}
}Herramientas (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"
}
}
}Recursos
Este servidor no expone ningún recurso.
Prompts
Este servidor no expone ningún prompt.
Información del servidor
- Licencia
- MIT
- Versión
- 0.1.0
- Estrellas
- 220
- Última actualización
- 9 de julio de 2026