OmniKit
rookery-mcp
一个免费、完全离线的 MCP(模型上下文协议) 服务器,向任何 MCP 客户端(Claude、Cursor、Cline 及其他编程代理)提供实用工具。它使用 Python 编写,通过 stdio 运行,零依赖,无需 API 密钥,无跟踪,可完全离线使用。
工具
工具 | 作用 |
| UTF-8 安全的 Base64 编码 |
| 将 Base64 解码回文本 |
| 生成 1–100 个随机 UUID v4 |
| 校验 JSON,可美化输出或压缩 |
| 计算文本的 SHA-256/384/512 哈希 |
| Unix 秒/毫秒 → ISO-8601 UTC |
| 百分号编码 / 解码 |
| snake / kebab / camel / pascal / upper / lower |
| 密码学安全随机密码 |
所有工具均通过标准 MCP 方法公开:tools/list 与 tools/call(基于 std::io 的 JSON-RPC 2.0)。
Related MCP server: mcp-server-devutils
环境要求
Python 3.9+
运行
python server.py安装为 Python 包:
uvx --from git+https://github.com/vikash-b5/rookery-mcp -- rookery-mcp添加到 MCP 客户端
在客户端的配置中(如 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