← hanyuguide.com

INDIVIDUAL MCP TOOL

dictionary_entry

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

hanyuguide.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://hanyuguide.com/mcp/hanyuguide

No auth detected

Connect to this endpoint to inspect the live schema for dictionary_entry and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

hanyuguide.com

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.

Related tools

  • dictionary_search — Search public Chinese dictionary entries by Hanzi, pinyin, or English meaning.
  • pinyin_convert — Convert Chinese text to tone-mark pinyin using HanyuGuide dictionary-backed longest-match segmentation.
  • character_strokes — Fetch public single-character decomposition, readings, radical, stroke order paths, and stroke medians when HanyuGuide has them.