erithwik/mcp-hn

erithwik/mcp-hn

от erithwik
MCP-сервер для доступа к Hacker News: извлекает топовые и новые истории, комментарии, ищет по запросу, показывает профили пользователей. Полезен разработчикам и энтузиастам, которые хотят подключат...

Hacker News MCP Server

smithery badge

A Model Context Protocol (MCP) server that provides tools for fetching information from Hacker News.

mcp-hn MCP server

Tools

  • get_stories Fetching (top, new, ask_hn, show_hn) stories
  • get_story_info Fetching comments associated with a story
  • search_stories Searching for stories by query
  • get_user_info Fetching user info

Example Usage

Use prompts like the following:

User: Get the top stories of today
  Output: Uses `get_stories` tool and returns a story about AI
User: What does the details of the story today that talks about the future of AI
  Output: Uses `get_story_info` tool based on the results of the previous tool
User: What has the user `pg` been up to?
  Output: Uses `get_user_info` tool and returns a summary of the user's activity
User: What does hackernews say about careers in AI?
  Output: Uses `search_stories` tool and returns a summary of the comments

A more detailed example with the puppeteer MCP server:

User: What are the top stories of today?
  Output: Uses `get_stories` tool and returns a story about AI
User: Can you use the puppeteer tool to read the article about <AI> and also use the hackernews tool to view the comments and give me a summary of what the main comments are about the article?
  Output: Uses puppeteer tool to read the article about AI and then uses the `get_story_info` hn tool to get the comments and returns a summary of the comments
get_stories

Получает истории из Hacker News. Доступные типы историй: `top`, `new`, `ask_hn`, `show_hn`. Сюда не входят комментарии. Используйте `get_story_info`, чтобы получить комментарии.

Получает истории из Hacker News. Доступные типы историй: `top`, `new`, `ask_hn`, `show_hn`. Сюда не входят комментарии. Используйте `get_story_info`, чтобы получить комментарии.

Параметры

  • story_typestring

    Type of stories to get, one of: `top`, `new`, `ask_hn`, `show_hn`

  • num_storiesinteger

    Number of stories to get

get_story_info

Получает подробную информацию о публикации из Hacker News, включая комментарии

Получает подробную информацию о публикации из Hacker News, включая комментарии

Параметры

  • story_idinteger

    Story ID

get_user_info

Получает информацию о пользователе из Hacker News, включая отправленные им истории.

Получает информацию о пользователе из Hacker News, включая отправленные им истории.

Параметры

  • user_namestringобязательный

    Username of the user

  • num_storiesinteger

    Number of stories to get, defaults to 10

search_stories

Ищет истории из Hacker News. Обычно рекомендуется использовать простые запросы, чтобы получить более широкий набор результатов (менее 5 слов). Слишком целенаправленные запросы могут не вернуть никаких результатов.

Ищет истории из Hacker News. Обычно рекомендуется использовать простые запросы, чтобы получить более широкий набор результатов (менее 5 слов). Слишком целенаправленные запросы могут не вернуть никаких результатов.

Параметры

  • querystringобязательный

    Search query

  • search_by_dateboolean

    Search by date, defaults to False. If this is False, then we search by relevance, then points, then number of comments.

  • num_resultsinteger

    Number of results to get, defaults to 10

Другие проверенные MCP-сервера

Dumpling-AI/mcp-server-dumplingai

Dumpling-AI/mcp-server-dumplingai

официальный

Интегрируйте Dumpling AI через MCP сервер: собирайте данные с веб-страниц, транскрипты YouTube, новости, отзывы и карты. Выполняйте скрапинг, конвертацию документов, генерацию изображений и запуск JavaScript/Python кода. Полезен разработчикам и дата-сайентистам для автоматизации сбора и обработки...

JavaScript31
Sentry MCP

Sentry MCP

официальный

Официальный MCP-сервер Sentry для доступа к ошибкам, issues и трейсам приложения прямо из AI-агента. Отладка, анализ производительности и root-cause через Seer.

TypeScript781
mobile-next/mobile-mcp

mobile-next/mobile-mcp

MCP сервер для мобильной автоматизации iOS и Android на симуляторах, эмуляторах и реальных устройствах. Взаимодействует с приложениями через accessibility-деревья и скриншоты. Подходит для тестирования, data-entry, агентных систем и LLM-сценариев.

TypeScript5489
can4hou6joeng4/boss-agent-cli

can4hou6joeng4/boss-agent-cli

BOSS Agent CLI — 为 AI Agent 设计的 BOSS 直聘本地辅助工具。支持职位搜索、福利筛选(双休、五险一金等)、候选池管理,输出 JSON 信封。默认低风险只读模式,合规安全,适合求职者与招聘者。

Python1399
inspektor-gadget/ig-mcp-server

inspektor-gadget/ig-mcp-server

официальный

MCP сервер, связывающий eBPF-обсервабельность ядра с AI-агентами. Собирает телеметрию DNS, TCP, процессов и syscalls для отладки Kubernetes. LLM проводит data-driven root cause analysis на живых да...

Go26
vercel/next-devtools-mcp

vercel/next-devtools-mcp

официальный

MCP сервер для разработки Next.js: предоставляет AI-ассистентам доступ к runtime диагностике живого сервера (ошибки, маршруты, логи), автоматизации (апгрейд до 16, Cache Components) и документации....

TypeScript789
© Каталог MCP, 2026. Все права защищены.
Проект не аффилирован с Anthropic и любыми упомянутыми продуктами.
Все названия и торговые марки принадлежат их владельцам.
Контакты для связи: hi@mcp-katalog.ru

Лука Никитин