{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.zephior.discovery",
  "title": "Zephior Discovery",
  "displayName": "Zephior Discovery",
  "description": "Search Zephior published resources and retrieve machine-readable guidance about Ziva, Zelius, Zeke and Zenith.",
  "version": "1.0.0",
  "serverUrl": "https://zephior.com/mcp",
  "transport": "streamable-http",
  "websiteUrl": "https://zephior.com/",
  "documentationUrl": "https://zephior.com/developers",
  "icon": "https://zephior.com/favicon.svg",
  "tools": [
    {
      "name": "get_zephior_overview",
      "description": "Get canonical company, service, contact and developer-resource information."
    },
    {
      "name": "search_zephior_resources",
      "description": "Search public Zephior resources by topic and authored language."
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://zephior.com/mcp",
      "supportedProtocolVersions": [
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
      ]
    }
  ]
}