OmniKit
rookery-mcp
무료이며 완전히 오프라인으로 동작하는 MCP (Model Context Protocol) 서버로, 모든 MCP 클라이언트 — Claude, Cursor, Cline 및 기타 코딩 에이전트 — 에 유틸리티 도구를 제공합니다. Python으로 작성되었고 stdio로 실행되며, 의존성이 전혀 없고, API 키가 필요 없으며, 추적 없이 오프라인에서도 동작합니다.
도구
도구 | 설명 |
| UTF-8 안전 Base64 인코딩 |
| Base64를 디코딩하여 텍스트로 복원 |
| UUID v4를 1–100개 무작위 생성 |
| JSON 검증, 보기 좋게 출력 또는 축소 |
| 텍스트의 SHA-256/384/512 해시 |
| Unix 초/밀리초 → ISO-8601 UTC |
| 퍼센트 인코딩 / 디코딩 |
| snake / kebab / camel / pascal / upper / lower |
| 암호학적으로 안전한 무작위 비밀번호 생성 |
모든 도구는 표준 MCP 메서드인 tools/list와 tools/call(stdio를 통한 JSON-RPC 2.0)로 노출됩니다.
Related MCP server: mcp-server-devutils
요구 사항
Python 3.9+
실행
python server.pyPython 패키지로 설치:
uvx --from git+https://github.com/vikash-b5/rookery-mcp -- rookery-mcpMCP 클라이언트에 추가
클라이언트 설정(예: Claude Desktop, Cursor, Cline)에서 python /path/to/server.py(또는 rookery-mcp)를 stdio MCP 서버로 등록하세요.
Docker
컨테이너/레지스트리 점검을 위한 Dockerfile이 포함되어 있습니다:
FROM python:3.11-slim
WORKDIR /app
COPY pyproject.toml server.py README.md ./
CMD ["python", "-u", "server.py"]테스트
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}' | python server.py
python server.py --list-tools서버는 즉시 시작되어 initialize 및 tools/list 요청에 응답하므로 MCP 레지스트리 검사(Glama, mcp.so, 공식 레지스트리)를 통과합니다.
라이선스
MIT
Maintenance
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceSwiss-army-knife utility MCP server for AI agents. 18 tools for JSON validation/formatting, base64 encode/decode, hash generation, UUID generation, URL parsing, regex testing, markdown↔HTML conversion, text stats, slug generation, datetime conversion, cron parsing, text diffing, CSV↔JSON conversion, and JWT decoding. Zero API Key required5
- AlicenseAqualityDmaintenanceZero-auth MCP server with everyday developer utilities: base64, UUID, hash, JWT decode, cron, timestamps, JSON, regex.17453MIT
- AlicenseNot gradedqualityBmaintenanceA unified developer toolbox MCP server providing utilities for base64, JWT, timestamps, UUID, JSON formatting, hashing, URL handling, case conversion, color conversion, number bases, string operations, and regex.13MIT
- AlicenseAqualityCmaintenanceA credential-free MCP server offering developer utilities such as JSON formatting, regex testing, hashing, UUID generation, base64 transforms, and JWT inspection, with no network dependencies.6MIT
Related MCP Connectors
Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
Generate IDs, QR codes, and hashes, encode values, geolocate IPs, plus gated host diagnostics.
500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vikash-b5/omnikit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server