{
  "specVersion": "1.0",
  "host": {
    "displayName": "my quant",
    "documentationUrl": "https://myquant-app.vercel.app/llms.txt",
    "logoUrl": "https://myquant-app.vercel.app/icon-512.png"
  },
  "entries": [
    {
      "identifier": "urn:air:myquant-app.vercel.app:mcp:product-discovery",
      "displayName": "my quant product-discovery MCP server",
      "type": "application/mcp-server-card+json",
      "data": {
        "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
        "name": "io.github.beepboop2025/myquant-app",
        "title": "my quant — finite market briefing",
        "description": "Read-only discovery for a finite, offline-capable market briefing with explicit evidence boundaries.",
        "version": "2.0.0",
        "repository": {
          "url": "https://github.com/beepboop2025/myquant-app",
          "source": "github"
        },
        "websiteUrl": "https://myquant-app.vercel.app",
        "remotes": [
          {
            "type": "streamable-http",
            "url": "https://myquant-app.vercel.app/mcp"
          }
        ]
      },
      "description": "Two anonymous, read-only tools expose the app's capabilities and a non-sensitive public heartbeat without accessing on-device reader state.",
      "tags": [
        "market briefing",
        "plain-English finance",
        "offline reading",
        "product discovery"
      ],
      "capabilities": [
        "list_capabilities",
        "get_health"
      ],
      "representativeQueries": [
        "What does the my quant app provide?",
        "Which public MyQuant app surfaces are healthy and compatible?",
        "Does the app expose saved stories or reader settings to agents?"
      ],
      "version": "2.0.0",
      "updatedAt": "2026-08-22T00:00:00Z",
      "metadata": {
        "authentication": "none",
        "access": "public-read-only",
        "publicToolCount": 2,
        "productVersion": "1.0.0",
        "apiVersion": "myquant.app/1.1",
        "protocolVersion": "2026-07-28"
      }
    },
    {
      "identifier": "urn:air:myquant-app.vercel.app:openapi:product-discovery",
      "displayName": "my quant public discovery API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://myquant-app.vercel.app/api/openapi.json",
      "description": "Curated OpenAPI for read-only product capabilities and the non-sensitive compatibility heartbeat.",
      "tags": [
        "OpenAPI",
        "market briefing app",
        "product capabilities",
        "health"
      ],
      "capabilities": [
        "get public app capabilities",
        "check public API and MCP compatibility"
      ],
      "representativeQueries": [
        "Retrieve the my quant app's public capability contract.",
        "Check the public MyQuant app API and MCP versions.",
        "Show the app's privacy and evidence boundaries."
      ],
      "version": "myquant.app/1.1",
      "updatedAt": "2026-08-22T00:00:00Z",
      "metadata": {
        "authentication": "none",
        "access": "public-read-only",
        "productVersion": "1.0.0",
        "mcpServerVersion": "2.0.0",
        "mcpProtocolVersion": "2026-07-28"
      }
    }
  ]
}
