Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Toolkit

БесплатноНе проверен

An MCP server offering developer utilities including JSON validation, base64 encoding, timestamp conversion, and hashing, built with a clean architecture for ea

GitHubEmbed

Описание

An MCP server offering developer utilities including JSON validation, base64 encoding, timestamp conversion, and hashing, built with a clean architecture for easy extensibility.

README

Meta-MCP & A2A server — tools for building, testing, and connecting AI agents.

Tools

Meta-MCP — Tools about MCP itself

Tool Description
mcp_validate_config Validate MCP server config (Claude / Cursor mcpServers)
mcp_inspect_schema Analyze a JSON Schema and explain its MCP tool mapping
mcp_format_response Wrap data into proper MCP response format

A2A — Agent-to-Agent capability registry

Tool Description
a2a_register Register an agent's capabilities
a2a_discover Find agents by capability or keyword
a2a_list_all List all registered agents
a2a_submit_task Submit a task for processing
a2a_get_task Check task status and get results
a2a_list_tasks List all tasks, optionally filtered by status

Architecture

server.py
├── ToolRegistry          ← Decorator-based framework with auto schema inference
├── Meta-MCP Tools        ← MCP diagnostic, validation, formatting utilities
└── A2A Module            ← In-memory agent registry & task delegation system

Adding a new tool:

@registry.tool("tool_name", "What it does")
def my_tool(param1: str, param2: int = 42) -> dict:
    """Docstring becomes tool description."""
    return {"result": param1 * param2}

Schema is auto-generated from type hints.

Setup

pip install "mcp[cli]"
python server.py                     # stdio mode
python server.py --transport sse     # HTTP mode (port 8080)

Claude Desktop

{
  "mcpServers": {
    "toolkit": {
      "command": "python",
      "args": ["/path/to/server.py"]
    }
  }
}

Requirements

  • Python 3.11+
  • MCP SDK (mcp[cli])

License

MIT

from github.com/pyofart/ticker-mcp

Установка Toolkit

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/pyofart/ticker-mcp

FAQ

Toolkit MCP бесплатный?

Да, Toolkit MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Toolkit?

Нет, Toolkit работает без API-ключей и переменных окружения.

Toolkit — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Toolkit в Claude Desktop, Claude Code или Cursor?

Открой Toolkit на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Toolkit with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development