{
  "$schema": "https://modelcontextprotocol.io/schema/2025-11/server-card.json",
  "serverInfo": {
    "name": "fleetctl",
    "title": "Fleetctl",
    "version": "2.8.0",
    "description": "Control plane for saved AI workflows and fleets of coding agents. Hosted Streamable HTTP MCP for definitions, approvals, run history, and Lessons. Works with Claude Code, Codex, OpenCode, and other MCP clients. Local stdio MCP via `fleet mcp serve`.",
    "vendor": {
      "name": "Feral Intelligence",
      "url": "https://fleetctl.ai"
    }
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://app.fleetctl.ai/mcp",
    "docs": "https://fleetctl.ai/docs/mcp-tools/"
  },
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://app.fleetctl.ai/mcp",
      "docs": "https://fleetctl.ai/docs/mcp-tools/"
    },
    {
      "type": "stdio",
      "command": "fleet",
      "args": ["mcp", "serve"],
      "docs": "https://fleetctl.ai/docs/mcp-tools/",
      "install": "https://fleetctl.ai/install"
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.fleetctl.ai/mcp"
    }
  ],
  "capabilities": {
    "tools": {
      "count": 26,
      "categories": [
        "fleet",
        "agent",
        "pipeline",
        "fabric",
        "log",
        "workflows",
        "lessons"
      ]
    },
    "resources": { "listChanged": false },
    "prompts": { "listChanged": false },
    "logging": {}
  },
  "protocolVersions": ["2024-11-05", "2025-03-26", "2025-06-18"],
  "documentation": "https://fleetctl.ai/docs/mcp-tools/"
}
