{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "schemaVersion": "2025-06-18",
  "protocolVersion": "2025-06-18",
  "mcpVersion": "2025-06-18",
  "name": "missiondeck",
  "displayName": "MissionDeck",
  "version": "1.0.0",
  "description": "Read-only MCP server for discovering MissionDeck's Ready Agents, agent runtimes (OpenClaw, Hermes), and the open-source skill library.",
  "homepage": "https://missiondeck.ai",
  "documentation": "https://missiondeck.ai/runtimes",
  "termsOfService": "https://missiondeck.ai/terms",
  "privacyPolicy": "https://missiondeck.ai/privacy",
  "license": "MIT",
  "vendor": {
    "name": "MissionDeck",
    "url": "https://missiondeck.ai"
  },
  "serverInfo": {
    "name": "missiondeck",
    "version": "1.0.0"
  },
  "endpoints": [
    {
      "type": "http",
      "transport": "streamable-http",
      "url": "https://missiondeck.ai/api/mcp",
      "methods": ["GET", "POST", "DELETE"]
    }
  ],
  "transports": [
    {
      "type": "http",
      "transport": "streamable-http",
      "url": "https://missiondeck.ai/api/mcp"
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": true,
      "items": [
        { "name": "list_ready_agents", "description": "List MissionDeck's pre-built Ready Agents." },
        { "name": "list_runtimes", "description": "List supported agent runtimes (OpenClaw, Hermes)." },
        { "name": "list_skills", "description": "List open-source skills, optionally filtered by category." },
        { "name": "get_agent_builder_url", "description": "Return the natural-language Agent Builder URL." }
      ]
    },
    "resources": { "listChanged": false, "items": [] },
    "prompts": { "listChanged": false, "items": [] },
    "logging": {}
  },
  "tools": [
    { "name": "list_ready_agents", "description": "List MissionDeck's pre-built Ready Agents." },
    { "name": "list_runtimes", "description": "List supported agent runtimes (OpenClaw, Hermes)." },
    { "name": "list_skills", "description": "List open-source skills, optionally filtered by category." },
    { "name": "get_agent_builder_url", "description": "Return the natural-language Agent Builder URL." }
  ],
  "authentication": {
    "type": "none",
    "required": false,
    "notes": "Discovery endpoints are public and read-only. Authenticated mutations live behind /api with API keys."
  },
  "rateLimits": {
    "anonymous": { "requestsPerMinute": 60 }
  },
  "contact": {
    "name": "MissionDeck Support",
    "email": "hello@missiondeck.ai",
    "url": "https://missiondeck.ai"
  },
  "tags": ["agents", "openclaw", "skills", "marketplace", "discovery"]
}
