Chinese Character Extractor (汉字提取器)
Extract all Chinese characters from text, filtering out punctuation and English letters, numbers, and non-Chinese symbols
API Documentation
Request Endpoint
POST /en/api/tools/chinese-character-extractor
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| text | textarea | Yes | - |
| includePunctuation | checkbox | No | Include Chinese punctuation marks (,。!?、;:""''()【】《》) in the extraction |
| mode | select | No | Choose how to extract Chinese content |
| uniqueOnly | checkbox | No | Return only unique characters/words/phrases (remove duplicates) |
Response Format
{
"key": {...},
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
JSON Data:
JSON Data
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-chinese-character-extractor": {
"name": "chinese-character-extractor",
"description": "Extract all Chinese characters from text, filtering out punctuation and English letters, numbers, and non-Chinese symbols",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=chinese-character-extractor",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]