{
  "$comment": "MCP discovery for requex.ai, the site a tyre shop or garage lands on when it is evaluating the platform. Discovery previously existed only on app.requex.ai, so an assistant told 'look at requex.ai' found nothing. Only servers that actually answer are listed: the workspace server is per-tenant and has no fixed URL to advertise, and the network-operator server requires auth, so neither belongs in a public discovery card.",
  "servers": [
    {
      "name": "requex-platform-context",
      "description": "Read-only overview of what Requex is for an auto-services business: the full catalogue of capabilities, the plans and their customer-facing pricing, and the supported markets. Aimed at a tyre shop, mobile fitter, workshop or mechanic evaluating the platform before signing up, and at an assistant answering that question on their behalf. No account and no auth required.",
      "url": "https://app.requex.ai/api/build-context/mcp",
      "transport": "streamable-http",
      "authentication": "none",
      "tools": [
        {
          "name": "get_platform_context",
          "description": "The full catalogue of capabilities (apps), plans and pricing, and the markets Requex operates in."
        }
      ]
    }
  ],
  "related": {
    "marketplace": "https://requex.com/.well-known/mcp.json",
    "llms_txt": "https://requex.ai/llms.txt",
    "workspace_signup": "https://app.requex.ai"
  }
}
