toolkit-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@toolkit-mcpvalidate JSON: {"key":1}"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
toolkit-mcp
Meta-MCP & A2A server — tools for building, testing, and connecting AI agents.
Tools
Meta-MCP — Tools about MCP itself
Tool | Description |
| Validate MCP server config (Claude / Cursor |
| Analyze a JSON Schema and explain its MCP tool mapping |
| Wrap data into proper MCP response format |
A2A — Agent-to-Agent capability registry
Tool | Description |
| Register an agent's capabilities |
| Find agents by capability or keyword |
| List all registered agents |
| Submit a task for processing |
| Check task status and get results |
| List all tasks, optionally filtered by status |
Related MCP server: ellmos-codecommander-mcp
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 systemAdding 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
This server cannot be deployed
Maintenance
Related MCP Connectors
Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
238+ dev tools via MCP: JSON, QR, PDF, DNS, hash, UUID, code review, JWT, SSL, WHOIS, and more
49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more.
A MCP server built for developers enabling Git based project management with project and personal…
Related MCP Servers
- AlicenseAqualityDmaintenanceZero-auth MCP server with everyday developer utilities: base64, UUID, hash, JWT decode, cron, timestamps, JSON, regex.1737 npm4MIT
- AlicenseAqualityBmaintenanceDeveloper-focused MCP server for code analysis and local engineering workflows. Provides tools for JSON repair, encoding fixes, import organization, format conversion, diff inspection, and regex testing.23225 npm3MIT
- FlicenseAqualityDmaintenanceA lightweight MCP server providing everyday developer utilities such as JSON formatting, UUID generation, Base64 conversion, HTTP status lookup, and Unix timestamp conversion as tools and resources.5-
- 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.9 npmMIT