{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/draft",
  "serverInfo": {
    "name": "CrossTrade",
    "version": "1.0.0"
  },
  "name": "CrossTrade",
  "version": "1.0.0",
  "description": "Model Context Protocol server for CrossTrade. Exposes NinjaTrader 8 tools through the connected desktop Add-On and generally available Tv_* cloud tools for linked Tradovate accounts without NinjaTrader. Also includes backtest, NinjaScript, journal, diagnostics, and alert tools. An Elite subscription is required for tool calls. This file is a discovery pointer; the canonical card lives at the endpoint host below.",
  "endpoint": "https://app.crosstrade.io/v1/api/mcp",
  "transport": "streamable-http",
  "protocol_version": "2025-06-18",
  "authentication": {
    "type": "oauth2",
    "metadata_url": "https://app.crosstrade.io/.well-known/oauth-protected-resource",
    "token_issuer": "https://app.crosstrade.io/user/my-account?tab=ai-clients"
  },
  "subscription": {
    "required": "elite",
    "upgrade_url": "https://app.crosstrade.io/user/subscriptions",
    "pricing_url": "https://crosstrade.io/pricing"
  },
  "capabilities": {
    "tools": true
  },
  "scopes_supported": ["mcp:read", "mcp:trade"],
  "documentation_url": "https://crosstrade.io/docs/api/ai-assisted-development",
  "canonical_card_url": "https://app.crosstrade.io/.well-known/mcp/server-card.json",
  "contact": "https://crosstrade.io/contact"
}
