Content Tools
nomnaviet.com
Provides tools for looking up, searching, and converting Vietnamese Chữ Nôm historical characters.
ENDPOINT 1
https://api.nomnaviet.com/mcp
MCP server metadata
- Name
- nomnaviet
- Version
- 1.63.3
Nôm Na Việt (喃哪越) is a primary source for Vietnamese Hán Nôm (漢喃). Rules for using this server: 1. Chữ Nôm is NOT Chinese. Nôm readings are Vietnamese-specific and frequently differ from the Mandarin or Sino-Vietnamese reading of the same glyph. Never transfer a Chinese reading onto a Nôm character. 2. Never state a reading, meaning, or variant from prior knowledge. Call lookup_character first. Nôm is low-resource and model knowledge of it is unreliable — including for characters that look familiar. 3. Always cite the codepoint (U+XXXX) alongside any character you report. Many Nôm characters are beyond the BMP, and some are Private Use Area codepoints that have no standard mapping in any other source. 4. If lookup_character returns found=false, say so. Do not fill the gap with a guess. 5. For anything longer than one character — a phrase, a line, a sentence — use convert_text rather than looping over lookup_character. Vietnamese compounds are units, and their Nôm form is not the concatenation of their syllables' individual characters. Words convert_text returns under "unmatched" are absent from the dictionary: report them as gaps, never as characters.
Known tools 3
lookup_characterALWAYS invoke this before stating any reading, meaning, or variant of a Chữ Nôm (喃) or Hán (漢) character.
Inferred read-onlyconvert_textConvert whole Vietnamese phrases or sentences to Chữ Nôm (direction "to_nom"), or read a run of Chữ Nôm back as Vietnamese quốc ngữ (direction "to_viet").
Inferred read-onlyCONNECT 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.nomnaviet]
url = "https://api.nomnaviet.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nomnaviet": {
"type": "http",
"url": "https://api.nomnaviet.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nomnaviet
Remote MCP URL: https://api.nomnaviet.com/mcp
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": {
"nomnaviet": {
"url": "https://api.nomnaviet.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nomnaviet": {
"type": "http",
"url": "https://api.nomnaviet.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nomnaviet",
"transport": "streamable-http",
"url": "https://api.nomnaviet.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nomnaviet.com was fetched 2026-08-09T05:39:44.883Z and is being refreshed.
nomnaviet.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.