← Index

io.github.marras0914/agent-toolbelt-mcp

io.github.marras0914/agent-toolbelt-mcp·v1.0.0·Other
Quality Score
83
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agent-toolbelt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-toolbelt-mcp"
      ],
      "env": {
        "AGENT_TOOLBELT_KEY": "<your-agent_toolbelt_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agent-toolbelt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-toolbelt-mcp"
      ],
      "env": {
        "AGENT_TOOLBELT_KEY": "<your-agent_toolbelt_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agent-toolbelt-mcp
§02  Environment variables
AGENT_TOOLBELT_KEY
requiredsecret

Your Agent Toolbelt API key. Get one free at https://agent-toolbelt-production.up.railway.app

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other