SealsCrafter 印章
Carve Western names into Chinese name seals (seal-script PNG) with real meanings. Free, no API key.
Should I use this
Quality & Safety
Findings (1)
- LOWin suggest_names
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"sealmaker-mcp": {
"url": "https://www.sealscrafter.com/mcp"
}
}
}Remote endpoints
https://www.sealscrafter.com/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
⚪render_chinese_name_seal(name, size)
Render a traditional Chinese name seal (印章) as a PNG image for a Western/English name. The name is transliterated into seal script (篆書) characters chosen for meaning, and the result includes each character meaning. Returns a base64 PNG plus an explanation. Free, no API key.
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "English/Western name, e.g. \"Emma\" or \"Alexander\""
},
"size": {
"type": "number",
"description": "PNG edge length in px (128-1024, default 512)"
}
},
"required": [
"name"
]
}⚪lookup_meaning(character)
Look up the meaning and etymology of a single Chinese character used in Chinese names (e.g. "雨", "李"), including pinyin, tone and classical sources. Links to the full page on sealscrafter.com.
Input Schema
{
"type": "object",
"properties": {
"character": {
"type": "string",
"description": "One Chinese character, e.g. \"雨\""
}
},
"required": [
"character"
]
}⚪suggest_names(name)
Suggest Chinese names for an English/Western name: the canonical transliteration with character meanings, plus related hand-written name pages on sealscrafter.com.
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "English/Western name, e.g. \"Sophie\""
}
},
"required": [
"name"
]
}Community
Evidence