Skip to main content
Glama
imprvhub

mcp-claude-hackernews

by imprvhub

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
hn_latestB

Get the latest/newest stories from Hacker News

hn_topB

Get the top-ranked stories from Hacker News

hn_bestB

Get the best stories from Hacker News

hn_storyA

Get details for a specific story by ID

hn_commentsA

Get comments for a story (by story ID or index from last story list)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation3/5

There is ambiguity between hn_best, hn_latest, and hn_top as they all return lists of stories with similar descriptions. The distinction between 'best' and 'top' is not clear. However, hn_story and hn_comments are distinct.

Naming Consistency5/5

All tools follow a consistent 'hn_' prefix followed by a single word, using lowercase snake_case. The pattern is uniform.

Tool Count5/5

Five tools is appropriate for a Hacker News reader, covering story retrieval and comments without being excessive.

Completeness5/5

The tool set covers the main reading operations: fetching story lists (by different rankings), individual story details, and comments. Users can access all major content types, though write operations are absent, which is acceptable for a read-only server.

Maintenance

ActivityStale
ResponsivenessNo issues