{
  "$schema": "https://github.com/modelcontextprotocol/modelcontextprotocol/raw/main/schema/server-card.schema.json",
  "serverInfo": {
    "name": "sutrace",
    "version": "0.1.0-preview",
    "title": "Sutrace MCP server",
    "description": "MCP-compatible read access to Sutrace's public documentation, protocol catalog, alternatives, comparisons, and pricing. Workspace-scoped tools (assets, alerts, traces) are in private preview."
  },
  "transport": {
    "type": "http",
    "endpoint": "https://sutrace.io/mcp"
  },
  "capabilities": {
    "tools": {
      "list": [
        { "name": "sutrace.search_blog",        "description": "Full-text search across Sutrace journal posts." },
        { "name": "sutrace.get_alternative",    "description": "Look up the Sutrace alternative page for a given competitor (datadog, ignition-scada, pingdom, langsmith, helicone, langfuse, atlassian-statuspage, rockwell-factorytalk)." },
        { "name": "sutrace.get_comparison",     "description": "Look up the head-to-head comparison page for a given vendor." },
        { "name": "sutrace.list_protocols",     "description": "Return the catalog of 28 supported protocols across the four surfaces." },
        { "name": "sutrace.get_pricing_tier",   "description": "Return Sutrace pricing details for a named plan (free, team, business, scale)." },
        { "name": "sutrace.get_use_case",       "description": "Return the Sutrace use-case page for a given audience or scenario." }
      ]
    },
    "resources": {
      "list": [
        { "uri": "https://sutrace.io/llms-full.txt",  "mimeType": "text/plain", "title": "LLM-friendly full site map" },
        { "uri": "https://sutrace.io/sitemap.xml",     "mimeType": "application/xml", "title": "Sitemap" }
      ]
    },
    "prompts": { "list": [] }
  },
  "x-sutrace": {
    "publisher": "Sutrace",
    "status": "preview-design",
    "note": "Tool list above is the design surface. The MCP transport endpoint at /mcp is not yet active; this card publishes our brand and the planned capability shape so agent registries and crawlers can resolve us. Email hello@sutrace.io for early access.",
    "contact": "hello@sutrace.io",
    "website": "https://sutrace.io",
    "trust_center": "https://sutrace.io/legal/trust"
  }
}
