HomeCommunication › agent-toolbelt

agent-toolbelt

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

TypeScript Cloud
★ 1 stars Last pushed 2026-08-21

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "agent-toolbelt": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "AGENT_TOOLBELT_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • AGENT_TOOLBELT_KEY required secret — Your Agent Toolbelt API key. Get one free at https://agent-toolbelt-production.up.railway.app

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry