{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.zephior.product-decisions",
  "title": "Zephior Product Decisions",
  "displayName": "Zephior Product Decisions",
  "description": "Compare public Ziva capacity checkpoints and select the appropriate Zephior service without creating an account or changing product state.",
  "version": "1.0.0",
  "serverUrl": "https://zephior.com/mcp/product",
  "transport": "streamable-http",
  "websiteUrl": "https://zephior.com/pricing",
  "documentationUrl": "https://zephior.com/developers",
  "icon": "https://zephior.com/favicon.svg",
  "tools": [
    {
      "name": "get_ziva_pricing_document",
      "description": "Read the current public Ziva capacity prices and shared entitlements."
    },
    {
      "name": "recommend_zephior_service",
      "description": "Map a public requirement to Ziva or Zelius."
    },
    {
      "name": "create_ziva_pricing_estimate",
      "description": "Create a non-binding estimate from current public Ziva subscription prices."
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://zephior.com/mcp/product",
      "supportedProtocolVersions": [
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
      ]
    }
  ]
}