The SealsCrafter MCP server
Give Claude, ChatGPT or any MCP client the power to carve authentic Chinese name seals — real seal script (篆書), characters chosen for meaning, PNG in one call.
Connect in one line
The endpoint speaks Streamable HTTP (JSON-RPC 2.0, stateless). No API key, no install, no account:
{
"mcpServers": {
"sealscrafter": {
"url": "https://www.sealscrafter.com/mcp"
}
}
}
Claude Code one-liner:
claude mcp add --transport http sealscrafter https://www.sealscrafter.com/mcp
Live demo — this seal is rendered by the server on page load:
Three tools
- render_chinese_name_seal — English name in, base64 PNG seal out, with the meaning of each character and links to full pages.
- lookup_meaning — one Chinese character in: pinyin, etymology and classical sources out.
- suggest_names — the canonical Chinese name for an English name, plus hand-written alternatives.
Same engine as the site
Same transliterations, same Zhongshan King (中山王) seal-script rendering and same character lore as the free generator — what your assistant carves is what you would carve.