SealsCrafter 印章

Carve Western names into Chinese name seals (seal-script PNG) with real meanings. Free, no API key.

Should I use this

Quality & Safety

A
Description quality
90%
Schema completeness
100%
Naming quality
87%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Findings (1)

  • LOWTool 'suggest_names' description lacks action verbin suggest_names

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~327Tokens (tool definitions)
~501 BTypical response size
Minimal attention impact (0.26% of 128k context)

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-http

What it can do

Tool inventory

Tools (3)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
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

Rate this Server

Evidence

Recent observations

verifiedversion not recorded3 tools