🌌 유니코드 퍼즐 MCP
MCP 기반의 양자 스테가노그래피 퍼즐. 폭이 0인 문자와 고급 유니코드 기술을 사용하여 인코딩된 메시지를 생성하고 관리하세요.
🎯 특징
고급 유니코드 스테가노그래피(0 너비 문자, 결합 표시)
양자 테마 퍼즐 템플릿
캐릭터 발견을 위한 symbl.cc 통합
전체 MCP 메모리 시스템 통합
다양한 인코딩 패턴과 난이도
실시간 퍼즐 생성 및 검증
Related MCP server: MCP QR Code Server
🛠️ 설치
지엑스피1
💫 빠른 시작
import { UnicodePuzzlesMCP } from 'unicode-puzzles-mcp';
// Initialize MCP server
const mcp = new UnicodePuzzlesMCP();
// Create a quantum puzzle
const puzzle = await mcp.createPuzzle({
template: 'quantum',
message: 'System integrity compromised',
secret: 'LIBRAXIS://repair-protocol-7A'
});
// Decode an encoded message
const decoded = await mcp.decodePuzzle(encodedText);🌟 퍼즐 템플릿
양자 - 양자 중첩 원리를 사용하여 인코딩된 메시지
궤도 - 궤도 역학을 이용한 원형 패턴 인코딩
글리치 - 숨겨진 데이터가 포함된 무작위 노이즈 패턴
Void - 천문 기호를 사용한 공간 기반 인코딩
🔮 예시
양자 퍼즐 만들기
const quantumPuzzle = await mcp.createPuzzle({
template: 'quantum',
message: 'Reality distortion detected',
secret: 'Coordinates: α-359-ω',
difficulty: 'advanced'
});
// Result: 【𝚀𝚄𝙰𝙽𝚃𝚄𝙼】∎∎∎Reality⠀distortion⠀detected∎∎∎
// (with hidden ZWSP characters encoding the secret)This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to authenticate as an admin.