← Registry

Learning Resources

hanyuguide.com

Provides Chinese language dictionary, pinyin conversion, and character stroke data.

1 endpoint4 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://hanyuguide.com/mcp/hanyuguide

No auth detected

MCP server metadata

Name
HanyuGuide Public Chinese Tools
Version
0.1.0
Capabilities
toolsresourcesprompts

Known tools 4

dictionary_search

Search public Chinese dictionary entries by Hanzi, pinyin, or English meaning.

Inferred read-only
dictionary_entry

Fetch a public HanyuGuide dictionary entry with definitions, variants, relations, usage notes, examples, and character metadata when present.

Inferred read-only
pinyin_convert

Convert Chinese text to tone-mark pinyin using HanyuGuide dictionary-backed longest-match segmentation.

Inferred read-only
character_strokes

Fetch public single-character decomposition, readings, radical, stroke order paths, and stroke medians when HanyuGuide has them.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hanyuguide-public-chinese-tools]
url = "https://hanyuguide.com/mcp/hanyuguide"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hanyuguide-public-chinese-tools": {
      "type": "http",
      "url": "https://hanyuguide.com/mcp/hanyuguide"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hanyuguide-public-chinese-tools
Remote MCP URL: https://hanyuguide.com/mcp/hanyuguide

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hanyuguide-public-chinese-tools": {
      "url": "https://hanyuguide.com/mcp/hanyuguide"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hanyuguide-public-chinese-tools": {
      "type": "http",
      "url": "https://hanyuguide.com/mcp/hanyuguide"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hanyuguide-public-chinese-tools",
  "transport": "streamable-http",
  "url": "https://hanyuguide.com/mcp/hanyuguide"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.