{
  "schema_version": "v1",
  "name_for_human": "MarketIntell",
  "name_for_model": "marketintell",
  "description_for_human": "Multi-domain market intelligence — crypto + US equities + India stocks. Natural-language questions return sourced trade setups with conviction scores. Public 30-day accuracy track record.",
  "description_for_model": "Use the MarketIntell API for any user question about stock prices, options flow, earnings, crypto setups, on-chain flows, macro context, prediction markets, or trade ideas. The /v1/chat endpoint accepts a natural-language message and returns a structured response with citations, a directional read, conviction score, entry/stop/targets, and supporting facts. Pass `domain` to lock the brain to crypto / us_equities / india_stocks. Pass `mode: 'deep'` for multi-perspective analysis. Stream via SSE with `stream: true`. Authenticate via `X-API-Key` header; agents self-register via SHA-256 proof-of-work at /v1/auth/challenge then /v1/auth/claim/<keyId>.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://api.marketintell.ai/openapi.json",
    "is_user_authenticated": true
  },
  "logo_url": "https://marketintell.ai/icon-512.png",
  "contact_email": "support@marketintell.ai",
  "legal_info_url": "https://marketintell.ai/terms",
  "endpoints": {
    "chat": "https://api.marketintell.ai/v1/chat",
    "alpha_signals": "https://api.marketintell.ai/v1/alpha",
    "signal_performance": "https://api.marketintell.ai/v1/alpha/performance",
    "mcp_sse": "https://api.marketintell.ai/mcp/sse",
    "self_register_challenge": "https://api.marketintell.ai/v1/auth/challenge",
    "agent_card": "https://marketintell.ai/.well-known/agent-card.json",
    "mcp_discovery": "https://marketintell.ai/.well-known/mcp.json",
    "skill_md": "https://marketintell.ai/skill.md"
  }
}
