{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-11-25",
  "serverInfo": {
    "name": "durate-website",
    "title": "Durate — AI physician scheduling software",
    "version": "1.0.0"
  },
  "description": "Read-only MCP server exposing the machine-readable documents of durate.com: the llms.txt site index, the full site content, the OpenAPI 3.1 specification, and the XML sitemap. Durate is AI physician scheduling software for hospitals and physician groups.",
  "documentationUrl": "https://www.durate.com/developers",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://www.durate.com/mcp"
  },
  "capabilities": {
    "resources": {}
  },
  "authentication": {
    "required": false
  },
  "instructions": "Read-only resources describing Durate, an AI physician scheduling platform for hospitals and physician groups. Start with the llms.txt resource for a page-by-page index of the site; llms-full.txt holds the full site content in one document. Questions: contact@durate.com.",
  "resources": [
    {
      "uri": "https://www.durate.com/llms.txt",
      "name": "llms.txt",
      "title": "Durate site index for AI agents",
      "description": "llmstxt.org-style index: what Durate is, key verified facts, and a link with summary for every page on durate.com.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://www.durate.com/llms-full.txt",
      "name": "llms-full.txt",
      "title": "Full Durate site content",
      "description": "The complete content of every durate.com page in a single markdown document.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://www.durate.com/openapi.json",
      "name": "openapi.json",
      "title": "Durate website API — OpenAPI 3.1 specification",
      "description": "Describes every public HTTP endpoint on www.durate.com, including this MCP server.",
      "mimeType": "application/json"
    },
    {
      "uri": "https://www.durate.com/sitemap.xml",
      "name": "sitemap.xml",
      "title": "XML sitemap",
      "description": "Every indexable page on durate.com with priority and last-modified dates.",
      "mimeType": "application/xml"
    }
  ]
}
