{
  "specVersion": "1.0",
  "host": {
    "displayName": "StockAvg",
    "identifier": "did:web:stockavg.com"
  },
  "entries": [
    {
      "identifier": "urn:air:stockavg.com:server:site-lookup",
      "displayName": "StockAvg site lookup MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://stockavg.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "what is the average cost per share if I bought 100 shares at 50 and 50 at 60",
        "how does stockavg round the average price",
        "list the pages on stockavg.com"
      ]
    },
    {
      "identifier": "urn:air:stockavg.com:skill:site-lookup",
      "displayName": "StockAvg site lookup skill",
      "type": "text/markdown",
      "url": "https://stockavg.com/ai/skills/site-lookup/SKILL.md",
      "representativeQueries": [
        "look up the documented average cost method on stockavg.com",
        "read one stockavg.com page record by id"
      ]
    },
    {
      "identifier": "urn:air:stockavg.com:api:agent",
      "displayName": "StockAvg public agent API",
      "type": "application/openapi+json",
      "url": "https://stockavg.com/openapi.json",
      "representativeQueries": [
        "compute weighted average cost basis for my purchases",
        "what are the public read-only endpoints of stockavg.com"
      ]
    }
  ]
}
