toolkit-mcp
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceZero-auth MCP server with everyday developer utilities: base64, UUID, hash, JWT decode, cron, timestamps, JSON, regex.Last updated171003MIT
- AlicenseAqualityAmaintenanceDeveloper-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.Last updated223683MIT
- Flicense-qualityCmaintenanceA 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.Last updated
- Flicense-qualityFmaintenanceMCP server providing 37 developer tools for hashing, encoding, regex, JSON, SQL, cron, QR codes, UUID, JWT, and more, all powered by bmobot.ai APIs.Last updated
Related MCP Connectors
Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
A MCP server built for developers enabling Git based project management with project and personal…
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pyofart/ticker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server