# Hacker News Trending (remote · hn-trending-mcp.atlasword.workers.dev)

HN front-page, Algolia full-text search, and Show HN launch tracker.

- Trust score: 18/100 (low)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `hn-trending-mcp.atlasword.workers.dev`: 18/100 (this document), [markdown](https://verifymcp.io/servers/guptaprakhariitr-hn-trending-mcp/hn-trending-mcp.md), [page](https://verifymcp.io/servers/guptaprakhariitr-hn-trending-mcp/hn-trending-mcp)

## Channel facts

- Endpoint: `https://hn-trending-mcp.atlasword.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but the endpoint returned HTTP 500.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http guptaprakhariitr-hn-trending-mcp https://hn-trending-mcp.atlasword.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.guptaprakhariitr-hn-trending-mcp]
url = "https://hn-trending-mcp.atlasword.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "guptaprakhariitr-hn-trending-mcp": {
      "type": "remote",
      "url": "https://hn-trending-mcp.atlasword.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add guptaprakhariitr-hn-trending-mcp --url https://hn-trending-mcp.atlasword.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  guptaprakhariitr-hn-trending-mcp:
    url: "https://hn-trending-mcp.atlasword.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "guptaprakhariitr-hn-trending-mcp": {
      "type": "http",
      "url": "https://hn-trending-mcp.atlasword.workers.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 18, −32)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: 0.03 → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: fail → unverified

### 2026-08-02 (score 50, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-01 (score 50, +32)

- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 8
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fair
- [functional] First check of Schema quality: pass

### 2026-07-31 (score 18, +6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 12, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 12, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 12)

First indexed and scored.

## MCP tools (5)

### `hn_top` (~73 tokens)

Current Hacker News front-page stories. `kind` can be 'top' (default), 'best', 'new', 'ask' (Ask HN), 'show' (Show HN), or 'job'. Returns up to 100 items.

Input parameters:

- `kind` (string)
- `limit` (integer)

### `hn_search` (~110 tokens)

Full-text search across all HN stories + comments (via Algolia). Filter by `tags` ('story', 'comment', 'show_hn', 'ask_hn'), `min_points`, and `days_ago`.

Input parameters:

- `days_ago` (integer)
- `limit` (integer)
- `min_points` (integer)
- `query` (string, required)
- `tags` (string): Comma-separated. Common: 'story', 'show_hn', 'ask_hn'.

### `hn_show_recent` (~62 tokens)

Recent Show HN launches with at least N points in the last K days. Useful for tracking new product launches in the indie/AI ecosystem.

Input parameters:

- `days_ago` (integer)
- `limit` (integer)
- `min_points` (integer)

### `hn_item` (~28 tokens)

Fetch a single HN item by id (story or comment).

Input parameters:

- `id` (integer, required)

### `hn_user` (~28 tokens)

HN user profile: karma, account age, recent submissions.

Input parameters:

- `handle` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/guptaprakhariitr-hn-trending-mcp/hn-trending-mcp#diagnostics

## Score history

- 2026-08-03: 18
- 2026-08-02: 50
- 2026-08-01: 50
- 2026-07-31: 18
- 2026-07-30: 12
- 2026-07-29: 12
- 2026-07-28: 12
- 2026-07-27: 12
- 2026-07-26: 12

## Links

- Remote endpoint: https://hn-trending-mcp.atlasword.workers.dev/mcp
- Repository: https://github.com/guptaprakhariitr/hn-trending-mcp
- Website: https://hn-trending-mcp.atlasword.workers.dev/
- Changelog RSS feed: https://verifymcp.io/servers/guptaprakhariitr-hn-trending-mcp/hn-trending-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/guptaprakhariitr-hn-trending-mcp/hn-trending-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/guptaprakhariitr-hn-trending-mcp/hn-trending-mcp
