mcp-tooling

DarojaAI/mcp-tooling
★ 0 stars Python AI/LLM Updated today
MCP tool servers for OpenClaw agents: capability layer wrapping external APIs and host operations
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tooling": {
      "command": "uvx",
      "args": [
        "mcp-tooling"
      ]
    }
  }
}

Or install with pip: pip install mcp-tooling

README Excerpt

**MCP tool servers for OpenClaw agents: capability layer wrapping external APIs and host operations** This repo provides **MCP (Model Context Protocol) servers** that expose external capabilities to OpenClaw agents: - **Travel booking** (Duffel API) — search flights, book, manage bookings - **VM operations** (planned) — host diagnostics, log tailing, process control