{
  "specVersion": "1.0",
  "host": {
    "displayName": "TradingMaster.app",
    "identifier": "did:web:tradingmaster.app"
  },
  "entries": [
    {
      "identifier": "urn:air:tradingmaster.app:server:mcp",
      "id": "urn:air:tradingmaster.app:server:mcp",
      "displayName": "TradingMaster Quantitative MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://tradingmaster.app/.well-known/mcp.json",
      "representativeQueries": [
        "calculate optimal trade position size with stop loss",
        "fetch backtest metrics and Sharpe ratio for VWAP strategy",
        "calculate Kelly criterion bet sizing fraction",
        "explain bid ask spread and order book depth"
      ]
    },
    {
      "identifier": "urn:air:tradingmaster.app:skills:index",
      "id": "urn:air:tradingmaster.app:skills:index",
      "displayName": "TradingMaster Agent Skills Index",
      "type": "application/json",
      "url": "https://tradingmaster.app/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "discover quantitative trading agent skills",
        "load position sizing calculator skill markdown",
        "get vwap mean reversion trading strategy skill"
      ]
    },
    {
      "identifier": "urn:air:tradingmaster.app:knowledge:llms-full",
      "id": "urn:air:tradingmaster.app:knowledge:llms-full",
      "displayName": "TradingMaster Full Quantitative Corpus",
      "type": "text/plain",
      "url": "https://tradingmaster.app/llms-full.txt",
      "representativeQueries": [
        "download complete algorithmic trading documentation in markdown",
        "full quantitative backtest knowledge base for LLM reasoning",
        "all mathematical formulas for position sizing and statistical arbitrage"
      ]
    },
    {
      "identifier": "urn:air:tradingmaster.app:api:catalog",
      "id": "urn:air:tradingmaster.app:api:catalog",
      "displayName": "TradingMaster RFC 9727 API Catalog",
      "type": "application/linkset+json",
      "url": "https://tradingmaster.app/.well-known/api-catalog",
      "representativeQueries": [
        "discover TradingMaster REST API endpoints and OpenAPI schema",
        "check trading service health endpoint status",
        "find fintech API documentation for algorithmic bots"
      ]
    },
    {
      "identifier": "urn:air:tradingmaster.app:auth:protocol",
      "id": "urn:air:tradingmaster.app:auth:protocol",
      "displayName": "TradingMaster Auth.md Agent Registration Protocol",
      "type": "text/markdown",
      "url": "https://tradingmaster.app/auth.md",
      "representativeQueries": [
        "how to authenticate an autonomous AI agent on TradingMaster",
        "obtain OAuth2 client credentials for trading API",
        "register an automated bot and request trading scopes"
      ]
    }
  ]
}
