{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "serverInfo": {
    "name": "super-lambda",
    "title": "Super Lambda",
    "version": "1.0.0"
  },
  "description": "Read-only MCP tools for Super Lambda hosting: Cloud VPS plans, dedicated server plans, and server locations with USD pricing.",
  "documentation": "https://superlambda.com/docs/api",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://superlambda.com/mcp"
  },
  "capabilities": {
    "tools": { "listChanged": false }
  },
  "tools": [
    { "name": "list_vps_plans", "description": "List Core and Performance Cloud VPS plans with specs and USD monthly pricing." },
    { "name": "list_dedicated_plans", "description": "List dedicated server plans with specs and USD monthly pricing." },
    { "name": "list_locations", "description": "List the 11 Super Lambda server locations." },
    { "name": "get_pricing_summary", "description": "Return Core VPS, Performance VPS, and dedicated pricing ranges in USD." }
  ]
}
