MCP Tool Utils OpenClaw Skill
MCP (Model Context Protocol) utilities and helpers. Tools for connecting, configuring, and managing MCP servers with OpenClaw.
Installation
clawhub install mcp-tool-utils
Requires npm i -g clawhub
26
Downloads
0
Stars
0
current installs
0 all-time
1
Versions
Power your OpenClaw skills with
the best open-source models.
Drop-in OpenAI-compatible API. No data leaves Europe.
Explore Inference APIGLM
GLM 5
$1.00 / $3.20
per M tokens
Kimi
Kimi K2.5
$0.60 / $2.80
per M tokens
MiniMax
MiniMax M2.5
$0.30 / $1.20
per M tokens
Qwen
Qwen3.5 122B
$0.40 / $3.00
per M tokens
MCP Tool Utils
Hilfsmittel für MCP (Model Context Protocol) Integration.
Was ist MCP?
Model Context Protocol (MCP) ermöglicht:
- Standardisierte Tool-Schnittstellen
- Multi-Server Management
- Kontext-Austausch zwischen Agenten
Features
1. MCP Server Management
# Server konfigurieren
mcp-tool-utils add-server --name tavily --url https://mcp.tavily.com
# Liste aller Server
mcp-tool-utils list-servers
# Status prüfen
mcp-tool-utils check-health tavily
2. Tool Discovery
// Alle verfügbaren Tools anzeigen
const tools = await mcpUtils.discover({
server: "tavily"
});
// Ergebnis:
// [
// { name: "tavily_search", description: "..." },
// { name: "tavily_extract", description: "..." }
// ]
3. Konfiguration Sync
# OpenClaw.json mit MCP-Servern synchronisieren
mcp-tool-utils sync --to openclaw
# Oder zu mcporter
mcp-tool-utils sync --to mcporter
Unterstützte Server
| Server | URL | Tools |
|---|---|---|
| Tavily | https://mcp.tavily.com | tavily_search, tavily_extract |
| Exa | https://mcp.exa.ai | exa_search |
| Firecrawl | https://mcp.firecrawl.dev | firecrawl_scrape, firecrawl_crawl |
Integration mit OpenClaw
in openclaw.json
{
"mcp": {
"servers": {
"tavily": {
"url": "https://mcp.tavily.com/mcp/?tavilyApiKey=..."
}
}
}
}
Verwendung
const result = await mcpUtils.call({
server: "tavily",
tool: "tavily_search",
params: {
query: "API documentation",
max_results: 5
}
});
Hilfsfunktionen
| Funktion | Beschreibung |
|---|---|
validateConfig() |
Prüft MCP-Konfiguration |
generateTypes() |
TypeScript-Definitionen |
monitorLatency() |
Server-Performance-Monitoring |
backupServers() |
Server-Konfig sichern |
CLI
# Server hinzufügen
mcp-tool-utils add tavily --api-key $TAVILY_KEY
# Tool aufrufen
mcp-tool-utils call tavily tavily_search "query=API docs"
# Health-Check
mcp-tool-utils health
Links
Statistics
Author
KikiKari
@kikikari
Latest Changes
v1.0.0 · Apr 18, 2026
Initial release of mcp-tool-utils with comprehensive MCP integration tools. - Manage and configure multiple MCP servers via CLI. - Discover and list available tools from connected MCP servers. - Synchronize MCP server configurations with OpenClaw and other compatible systems. - Includes helper functions for configuration validation, TypeScript type generation, latency monitoring, and configuration backup. - Supports server health checks and direct tool invocation from the command line. - Integrates with OpenClaw configuration for streamlined usage.
Quick Install
clawhub install mcp-tool-utils Related Skills
Other popular skills you might find useful.
Chat with 100+ AI Models in one App.
Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.