Serversio.github.marras0914/agent-toolbelt-mcp
M

io.github.marras0914/agent-toolbelt-mcp

io.github.marras0914/agent-toolbelt-mcp · v1.0.0
▦ npm
v1.0.0npm npm: agent-toolbelt-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.marras0914/agent-toolbelt-mcp",
  "description": "19 focused API tools for AI agents: contract review, prompt optimizer, context packing, and more.",
  "repository": {
    "url": "https://github.com/marras0914/agent-toolbelt",
    "source": "github",
    "subfolder": "mcp-server"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "agent-toolbelt-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Agent Toolbelt API key. Get one free at https://agent-toolbelt-production.up.railway.app",
          "isRequired": true,
          "isSecret": true,
          "name": "AGENT_TOOLBELT_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}