Hacker News Companion MCP
Compañero de Hacker News MCP
Un protocolo de contexto modelo (MCP) para resumir las discusiones de Hacker News utilizando Claude.
Descripción general
Este MCP obtiene y procesa las discusiones de Hacker News, preparándolas en un formato que Claude puede usar para generar resúmenes de alta calidad. Gestiona tanto la estructura jerárquica de los comentarios como sus metadatos (puntuaciones, votos negativos, etc.) para ayudar a Claude a comprender la importancia relativa y las relaciones entre los diferentes comentarios.
Related MCP server: Hacker News MCP Server
Características
Procesar URL o ID de publicaciones de Process Hacker News
Descargar y analizar la estructura de comentarios de HN
Califica los comentarios según la participación de la comunidad
Formato de datos optimizado para el resumen de Claude
Instalación
Instalación mediante herrería
Para instalar Hacker News Companion para Claude Desktop automáticamente a través de Smithery :
npx -y @smithery/cli install @georgeck/hn-companion-mcp --client claudeInstalación manual
Clonar el repositorio:
git clone https://github.com/yourusername/hn-companion-mcp.git cd hn-companion-mcpInstalar dependencias:
npm install
Uso
CLI
node index.js <post-id-or-url>Ejemplo:
node index.js 43448075
# or
node index.js https://news.ycombinator.com/item?id=43448075Servidor API
Iniciar el servidor:
npm startRealizar una solicitud:
curl -X POST http://localhost:3000/api/summarize \
-H "Content-Type: application/json" \
-d '{"input": "https://news.ycombinator.com/item?id=43448075"}'Referencia de API
POST /api/summarize
Cuerpo de la solicitud:
{
"input": "https://news.ycombinator.com/item?id=43448075"
}Respuesta:
{
"status": "success",
"data": {
"systemPrompt": "...",
"userPrompt": "...",
"commentPathIdMapping": { ... },
"postTitle": "...",
"postId": "...",
"commentCount": 123
}
}Integración con Claude
Este MCP está diseñado para preparar datos para que Claude los resuma. Cuando un usuario le pide a Claude que resuma una discusión de Hacker News, Claude puede llamar a este MCP para obtener los datos formateados y luego generar un resumen basado en las indicaciones del sistema y del usuario.
"hn-companion": {
"command": "node",
"args": ["<full path to src>/hn-companion-mcp/server.js"]
}
}Licencia
Instituto Tecnológico de Massachusetts (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
- AlicenseAqualityDmaintenanceEnables AI assistants to search, retrieve, and interact with HackerNews content including stories, comments, polls, and user information. Provides comprehensive access to all HackerNews API endpoints with 15 specialized tools for content discovery and analysis.15195MIT
- Flicense-qualityDmaintenanceEnables AI assistants to access Hacker News content through 9 comprehensive tools for fetching stories, comments, user profiles, and job postings. Supports flexible output formats, pagination, and various story categories (top, new, best, Ask HN, Show HN).
- Alicense-qualityDmaintenanceFetches Hacker News discussion threads and linked article content in LLM-optimized markdown format, enabling natural language analysis of HN posts and their conversations.1MIT
- AlicenseAqualityDmaintenanceProvides programmatic access to Hacker News content via the HN Algolia API. It enables AI assistants to search stories, retrieve comments, access user profiles, and explore the front page in real-time.919MIT
Related MCP Connectors
Deterministic Hacker News developer sentiment, themes & feature requests via MCP. No API key.
Browse Hacker News feeds, threads, and user profiles with full-text search.
Hacker News MCP — search and retrieve stories from Hacker News
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/georgeck/hn-companion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server