{
  "inputs": [
    {
      "type": "promptString",
      "id": "agent-utilities-api-key",
      "description": "Agent Utilities API key (leave empty for free discovery)",
      "password": true,
      "default": ""
    }
  ],
  "servers": {
    "agent-utilities": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "--yes",
        "--package=https://github.com/cgvhbjk/agent-utilities-mcp/archive/09d4673c0a057cf1201649646fb1154f83106994.tar.gz",
        "agent-utilities-mcp"
      ],
      "env": {
        "AGENT_UTILITIES_API_KEY": "${input:agent-utilities-api-key}"
      }
    }
  }
}
