{
  "$schema": "https://a2a-protocol.org/latest/specification/",
  "name": "TradingMaster AI Autonomous Agent",
  "version": "1.0.0",
  "description": "High-frequency algorithmic trading, quantitative analytics, portfolio risk, and backtesting agent for TradingMaster.",
  "provider": {
    "name": "TradingMaster",
    "url": "https://tradingmaster.app",
    "contactEmail": "support@tradingmaster.app"
  },
  "supportedInterfaces": [
    {
      "url": "https://tradingmaster.app/api/mcp",
      "protocol": "JSON-RPC"
    },
    {
      "url": "https://tradingmaster.app/api/mcp",
      "protocol": "HTTP"
    }
  ],
  "capabilities": {
    "streaming": true,
    "tools": true,
    "resources": true
  },
  "endpoints": {
    "a2a": "https://tradingmaster.app/api/mcp",
    "mcp": "https://tradingmaster.app/api/mcp",
    "http": "https://tradingmaster.app"
  },
  "skills": [
    {
      "id": "trading-calculators",
      "name": "Trading & Risk Calculators",
      "description": "Calculate position sizing, Kelly criterion, and drawdown analytics.",
      "url": "https://tradingmaster.app/.well-known/agent-skills/calculators/SKILL.md"
    },
    {
      "id": "strategy-metrics",
      "name": "Strategy Performance & Backtesting Metrics",
      "description": "Fetch real-time Sharpe, Sortino, CAGR, and volatility metrics.",
      "url": "https://tradingmaster.app/.well-known/agent-skills/strategy-metrics/SKILL.md"
    },
    {
      "id": "glossary-explanation",
      "name": "Quantitative & Market Terminology",
      "description": "Explain quant models, market microstructure, and trading concepts.",
      "url": "https://tradingmaster.app/.well-known/agent-skills/glossary/SKILL.md"
    }
  ],
  "authentication": {
    "type": "oauth2",
    "authorization_servers": [
      "https://tradingmaster.app/.well-known/oauth-authorization-server"
    ],
    "protected_resources": [
      "https://tradingmaster.app/.well-known/oauth-protected-resource"
    ],
    "auth_md": "https://tradingmaster.app/auth.md"
  }
}