OmniKit
rookery-mcp
Un servidor MCP (Model Context Protocol) gratuito y totalmente sin conexión, que expone herramientas de utilidad a cualquier cl ente de MCP — Claude, Cursor, Cline y otros agentes de código. Está escrito en Python, funciona a través de stdio, cero dependencias, sin claves de API, sin rastreo y funciona sin conexión.
Herramientas
Herramienta | Qué hace |
| Codificación Base64 compatible con UTF-8 |
| Decodifica Base64 de vuelta a texto |
| Genera entre 1 y 100 UUID v4 aleatorios |
| Valida JSON, lo formatea o lo minifica |
| Calcula el hash SHA-256/384/512 de un texto |
| Segundos/milisegundos Unix → ISO-8601 UTC |
| Codifica / decodifica percent-encode |
| Convierte en snake / kebab / camel / pascal / MAYÚSCULas / minúsculas |
| Genera una contraseña aleatoria criptográficamente segura |
Todas las herramientas se exponen a través de los métodos estándar de MCP: tools/list y tools/call (JSON-RPC 2.0 sobre stdio).
Related MCP server: mcp-server-devutils
Requisitos
Python 3.9+
Ejecutar
python server.pyInstálalo como paquete de Python:
uvx --from git+https://github.com/vikash-b5/rookery-mcp -- rookery-mcpAñadir a un cliente MCP
Registra python /path/to/server.py (o rookery-mcp) como servidor MCP sobre stdio en la configuración de tu cliente (p. ej., Claude Desktop, Cursor, Cline).
Docker
Se incluye un Dockerfile para la introspección de contenedores / registros:
FROM python:3.11-slim
WORKDIR /app
COPY pyproject.toml server.py README.md ./
CMD ["python", "-u", "server.py"]Pruebas
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}' | python server.py
python server.py --list-toolsEl servidor se inicia al instante y responde a las solicitudes initialize + tools/list, por lo que supera las comprobaciones del registro MCP (Glama, mcp.so, registro oficial).
Licencia
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