{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card.json",
  "name": "waymark",
  "title": "Waymark",
  "version": "1.0.0",
  "description": "Waymark agent-readiness reports, methodology, and developer docs. The waymark_get_* tools are public read-only retrieval tools. The separate scan_domain tool starts or reuses a scan; it is not read-only. No API key is required.",
  "websiteUrl": "https://waymark.genedai.me",
  "icon": "https://waymark.genedai.me/favicon.svg",
  "icons": [
    {
      "src": "https://waymark.genedai.me/favicon.svg",
      "mimeType": "image/svg+xml"
    },
    {
      "src": "https://waymark.genedai.me/logo.png",
      "mimeType": "image/png"
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://waymark.genedai.me/api/mcp"
    }
  ]
}