{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "app.svglab/svglab",
  "version": "0.1.0",
  "title": "SVG Lab",
  "description": "A design engine for AI apps: finished screens, icons, illustrations and charts as SVG in SVG Lab.",
  "websiteUrl": "https://svglab.app/mcp-server",
  "icons": [
    {
      "src": "https://svglab.app/logo.png",
      "mimeType": "image/png",
      "sizes": [
        "512x512"
      ]
    },
    {
      "src": "https://svglab.app/favicon.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "any"
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://svglab.app/mcp",
      "supportedProtocolVersions": [
        "2025-11-25",
        "2025-06-18",
        "2025-03-26"
      ]
    }
  ],
  "serverInfo": {
    "name": "svglab",
    "title": "SVG Lab",
    "version": "0.1.0",
    "websiteUrl": "https://svglab.app/mcp-server",
    "icons": [
      {
        "src": "https://svglab.app/logo.png",
        "mimeType": "image/png",
        "sizes": [
          "512x512"
        ]
      },
      {
        "src": "https://svglab.app/favicon.svg",
        "mimeType": "image/svg+xml",
        "sizes": [
          "any"
        ]
      }
    ]
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://svglab.app/mcp"
  },
  "authentication": {
    "required": true,
    "type": "oauth2",
    "schemes": [
      "oauth2"
    ],
    "resourceMetadata": "https://svglab.app/.well-known/oauth-protected-resource/mcp"
  },
  "capabilities": {
    "tools": true
  },
  "documentation": "https://svglab.app/mcp-setup",
  "access": "The SVG Lab MCP is included in the Plus and Max plans, each with a monthly allowance of requests. One tool call is one request, and calls that fail are not counted. Choose a plan at https://svglab.app/billing, then connect."
}