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 검증, 보기 좋게 출력 또는 축소

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, 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

서버는 즉시 시작되어 initializetools/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