Toolkit
БесплатноНе проверенAn MCP server offering developer utilities including JSON validation, base64 encoding, timestamp conversion, and hashing, built with a clean architecture for ea
Описание
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
Установка Toolkit
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/pyofart/ticker-mcpFAQ
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
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Toolkit with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
