Skip to main content
Glama
vikash-b5

OmniKit

rookery-mcp

無料で、完全オフラインで動作する MCP (Model Context Protocol) サーバーです。あらゆるMCPクライアント — Claude、Cursor、Cline、その他のコーディングエージェント — に対して、ユーティリティツールを公開します。Pythonで書かれ、stdio 上で動作し、依存関係ゼロ、APIキー不要、トラッキングなし、オフラインで動作します。

ツール

ツール

説明

base64_encode

UTF-8セーフなBase64エンコード

base64_decode

Base64デコードしてテキストに戻す

uuid_v4

ランダムなUUID v4を1〜100個生成

json_validate

JSONを検証し、整形表示またはminify

sha_hash

テキストのSHA-256/384/512ハッシュ

timestamp_to_iso

Unix秒/ミリ秒 → ISO-8601 UTC

url_encode

パーセントエンコード / デコード

case_convert

snake / kebab / camel / pascal / upper / lower

password_generate

暗号学的に安全なランダムパスワード生成

すべてのツールは、標準のMCPメソッド tools/listtools/call(stdio 上の 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、line)で、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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Swiss-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 required
    5
  • A
    license
    Not graded
    quality
    B
    maintenance
    A 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.
    13
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A 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.
    6
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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