# Luogu MCP Server (remote · luogu-mcp-server.lantangtang54.workers.dev)

Search Luogu problems, fetch statements, explore problem sets and get practice recommendations.

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

## Components

- remote · `luogu-mcp-server.lantangtang54.workers.dev`: 63/100 (this document), [markdown](https://verifymcp.io/servers/kaiserunix-luogu-mcp-server/luogu-mcp-server.md), [page](https://verifymcp.io/servers/kaiserunix-luogu-mcp-server/luogu-mcp-server)

## Channel facts

- Endpoint: `https://luogu-mcp-server.lantangtang54.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.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 call this server, and 11 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - 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**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 831 tokens (~75/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http kaiserunix-luogu-mcp-server https://luogu-mcp-server.lantangtang54.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.kaiserunix-luogu-mcp-server]
url = "https://luogu-mcp-server.lantangtang54.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kaiserunix-luogu-mcp-server": {
      "type": "remote",
      "url": "https://luogu-mcp-server.lantangtang54.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kaiserunix-luogu-mcp-server --url https://luogu-mcp-server.lantangtang54.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  kaiserunix-luogu-mcp-server:
    url: "https://luogu-mcp-server.lantangtang54.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "kaiserunix-luogu-mcp-server": {
      "type": "http",
      "url": "https://luogu-mcp-server.lantangtang54.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 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 61, −2)

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

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

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

### 2026-07-29 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 61, 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 61)

First indexed and scored.

## MCP tools (11)

### `luogu_search_problems` (~104 tokens)

Search Luogu Problems

Search Luogu problems by keyword. Use this before fetching a problem when you only know a topic or partial title.

Input parameters:

- `keyword` (string, required): Keyword, topic, title fragment, or problem id.
- `limit` (integer): Maximum returned items.
- `page` (integer): Luogu list page, starting from 1.
- `tagIds` (array): Optional Luogu tag ids to narrow topic search, such as [11] for tree-related searches.

### `luogu_fetch_problem` (~64 tokens)

Fetch Luogu Problem

Fetch a Luogu problem statement, formats, samples, tags, difficulty, and source URL by pid.

Input parameters:

- `maxStatementChars` (integer): Trim long statements for model context control.
- `pid` (string, required): Luogu problem id, such as P1305.

### `luogu_resolve_problem` (~72 tokens)

Resolve Luogu Problem

Resolve a Luogu problem from a URL, problem id, or title fragment, then fetch the problem details.

Input parameters:

- `maxStatementChars` (integer): Trim long statements for model context control.
- `query` (string, required): Luogu URL, pid such as P1305, or title/keyword fragment.

### `luogu_find_related_problems` (~138 tokens)

Find Related Luogu Problems

Find related Luogu practice problems by mixing topic/pain-point recommendations with live keyword search.

Input parameters:

- `currentProblemId` (string): Exclude this current Luogu problem id.
- `limit` (integer): Maximum returned related problems.
- `painPoint` (string): Student pain point such as traversal_order_confusion or sentinel_input.
- `pid` (string): Current Luogu problem id, used for context and exclusion in future versions.
- `query` (string): Free-text query, title fragment, or topic phrase.
- `topic` (string): Topic such as binary_tree, recursion, matrix, output_format, tree_distance.

### `luogu_list_algorithm_topics` (~33 tokens)

List Luogu Algorithm Topics

List canonical algorithm topics, aliases, and known Luogu tag ids used by the high-level topic search route.

### `luogu_find_topic_problems` (~95 tokens)

Find Luogu Topic Problems

Find Luogu practice problems for an algorithm topic using aliases, known Luogu tag ids, deduplication, and match reasons.

Input parameters:

- `excludeProblemIds` (array): Luogu problem ids to exclude from recommendations.
- `limit` (integer): Maximum returned items.
- `topic` (string, required): Algorithm topic or alias, such as SPFA, Prim, Treap, 二叉树, or 动态规划.

### `luogu_search_problem_sets` (~109 tokens)

Search Luogu Training Sets

Search Luogu training/problem sets by keyword. By default, combines title-filtered official sets with selected user-shared sets.

Input parameters:

- `keyword` (string, required): Training set keyword or title fragment.
- `limit` (integer): Maximum returned items.
- `page` (integer): Luogu training list page, starting from 1.
- `type` (string): Search scope: all combines official and selected sets; official filters Luogu official sets by title; select searches selected user-shared sets.

### `luogu_fetch_problem_set` (~52 tokens)

Fetch Luogu Training Set

Fetch a Luogu training/problem set and its problem summaries by id.

Input parameters:

- `id` (string, required): Luogu training id, such as 100.
- `limit` (integer): Maximum returned problem summaries.

### `luogu_recommend_problems` (~101 tokens)

Recommend Luogu Problems

Recommend seed Luogu problems from a topic or student pain point, with search hints for further exploration.

Input parameters:

- `currentProblemId` (string): Exclude this current Luogu problem id.
- `limit` (integer): Maximum returned recommendations.
- `painPoint` (string): Student pain point such as traversal_order_confusion or sentinel_input.
- `topic` (string): Topic such as binary_tree, recursion, matrix, output_format, tree_distance.

### `luogu_get_user_profile` (~32 tokens)

Get Luogu User Profile

Fetch public Luogu user profile data by uid.

Input parameters:

- `uid` (integer, required): Luogu user id.

### `luogu_get_capabilities` (~31 tokens)

Get Luogu Route Capabilities

Report which LeetCode-style route capabilities are available, auth-required, or planned for Luogu.

## Diagnostics

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

## Score history

- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 62
- 2026-07-31: 61
- 2026-07-30: 63
- 2026-07-29: 63
- 2026-07-28: 62
- 2026-07-27: 61
- 2026-07-26: 61

## Links

- Remote endpoint: https://luogu-mcp-server.lantangtang54.workers.dev/mcp
- Repository: https://github.com/Kaiserunix/luogu-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/kaiserunix-luogu-mcp-server/luogu-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/kaiserunix-luogu-mcp-server/luogu-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/kaiserunix-luogu-mcp-server/luogu-mcp-server
