{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card-v1.json",
  "serverInfo": {
    "name": "lumbox-mcp",
    "version": "0.2.1",
    "title": "Lumbox MCP Server",
    "description": "MCP server for Lumbox. 32 tools for managing AI-agent email inboxes: create inboxes, read emails, extract OTPs, wait for verification codes, send/reply/forward, manage domains.",
    "homepage": "https://lumbox.co",
    "documentation": "https://docs.lumbox.co/docs/mcp-server",
    "vendor": "Lumbox"
  },
  "transports": [
    {
      "type": "stdio",
      "install": {
        "npm": "@lumbox/mcp-server",
        "command": "npx",
        "args": ["-y", "@lumbox/mcp-server"]
      },
      "env": {
        "LUMBOX_API_KEY": {
          "description": "Lumbox API key. Create one at https://app.lumbox.co/settings/api-keys",
          "required": true
        }
      }
    }
  ],
  "capabilities": {
    "tools": { "listChanged": false },
    "resources": { "listChanged": false },
    "prompts": { "listChanged": false }
  }
}
