{
  "name": "CrossTrade",
  "version": "1.0.0",
  "description": "Model Context Protocol server for CrossTrade. Exposes the NinjaTrader 8 trading surface (orders, positions, accounts, quotes, bars) plus the Elite-tier MCP-only surface (backtest, replay, NinjaScript compile/deploy, drawings, workspaces, alerts) as typed tools to any MCP client. Requires an Elite subscription — non-Elite accounts complete OAuth but receive HTTP 403 on tools/call until upgraded. 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/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"
}
