Odel
agent toolbelt

agent toolbelt

Local
@marras09141TypeScriptUpdated 2w ago

19 focused API tools for AI agents: contract review, prompt optimizer, context packing, and more.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmagent-toolbelt-mcpv1.0.1

Run

npx -y agent-toolbelt-mcp

MCP client config

{
  "mcpServers": {
    "agent-toolbelt": {
      "command": "npx",
      "args": [
        "-y",
        "agent-toolbelt-mcp"
      ]
    }
  }
}