mcp-unicode-puzzles
м𝓬р server for hidden messages using Unicode tricks. Scam detection, LinkedIn formatting bypass, puzzles & more!
The Unicode-Puzzles-MCP is an advanced server designed to explore the fascinating world of Unicode steganography. It leverages various Unicode tricks to hide messages, detect scams, and bypass text filters. This server is particularly useful for security testing, phishing detection, and steganographic communication. Developed by enthusiasts in the field, it provides a unique platform for experimenting with text manipulation techniques such as homoglyph attacks, combining marks chaos, bidirectional overrides, whitespace encoding, and variation selectors. These techniques can be used to create visually identical characters from different alphabets, add invisible accents, manipulate text direction, encode data in whitespace, and modify emojis for hidden data. The server is intended for responsible use in security testing and is not recommended for malicious purposes.
Features
- {'name': 'Homoglyph Attack', 'description': 'Visually identical characters from different alphabets.'}
- {'name': 'Combining Marks Chaos', 'description': 'Invisible accents and Zalgo text.'}
- {'name': 'Bidirectional Override', 'description': 'RTL/LTR text manipulation.'}
- {'name': 'Whitespace Encoding', 'description': '16 different types of spaces.'}
- {'name': 'Variation Selectors', 'description': 'Emoji modifiers for hidden data.'}
Usage with Different Platforms
installation
# Add to claude_desktop_config.json:
{
"mcpServers": {
"unicode-puzzles": {
"command": "node",
"args": ["/path/to/unicode-puzzles-mcp/src/server/index.js"]
}
}
}
# Run demo:
npm install
node mega_unicode_demo.js
usage_examples
// Homoglyph phishing detection
"Microsoft" → "м𝒊сго𝓼𝑜ƒτ" // LOOKS THE SAME BUT ISN'T!
// Combining marks chaos
"Hello" → "H̺e̗l̔l̲o̿" // Invisible accents
// Bidirectional tricks
"deployed" → "deployed" // Reversed in RTL
Related MCP Servers
View all entertainment_and_media servers →blender-mcp
by ahujasid
BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), enabling prompt-assisted 3D modeling, scene creation, and manipulation.
deepsrt-mcp
by DeepSRT
A Model Context Protocol (MCP) server that provides YouTube video summarization functionality through integration with DeepSRT's API.
ableton-mcp
by ahujasid
AbletonMCP connects Ableton Live to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Ableton Live.
chess-mcp
by pab1it0
A Model Context Protocol (MCP) server for Chess.com's Published Data API.
elevenlabs-mcp
by elevenlabs
Official ElevenLabs Model Context Protocol (MCP) server for interaction with Text to Speech and audio processing APIs.
mcp-server-weread
by freestylefly
微信读书 MCP Server 是一个为微信读书提供 MCP(Model Context Protocol)服务的工具,支持将微信读书的书籍、笔记和划线数据提供给支持MCP的大语言模型客户端,如Cursor、Claude Desktop。
actors-mcp-server
by apify
Implementation of an MCP server for all Apify Actors, enabling interaction with one or more Apify Actors defined in the MCP Server configuration.