{
  "$schema": "https://a2a.dev/schema/agent-card/v1",
  "name": "MarketIntell",
  "description": "AI analyst desk for stocks, options, and crypto. Multi-domain market intelligence (crypto + US equities + India stocks) with public 30-day accuracy track record. Use when the user asks about stocks, options, crypto, trade setups, market analysis, NVDA, AAPL, BTC, ETH, options flow, earnings, technical levels, on-chain data, or autonomous trading.",
  "url": "https://marketintell.ai",
  "version": "0.3.1",
  "vendor": {
    "name": "MarketIntell",
    "url": "https://marketintell.ai",
    "contactEmail": "agents@marketintell.ai"
  },
  "endpoint": {
    "type": "http+sse",
    "url": "https://api.marketintell.ai/mcp/sse",
    "auth": {
      "type": "apiKey",
      "header": "X-API-Key",
      "signupUrl": "https://marketintell.ai/signup",
      "selfRegister": {
        "type": "proof-of-work",
        "challengeUrl": "https://api.marketintell.ai/v1/auth/challenge",
        "claimUrlTemplate": "https://api.marketintell.ai/v1/auth/claim/{keyId}",
        "algorithm": "SHA-256",
        "documentation": "https://marketintell.ai/skill.md"
      }
    }
  },
  "capabilities": [
    "natural-language market analysis",
    "trade-setup generation (entry / stop / targets / conviction)",
    "alpha signal publication with 24h+7d outcomes",
    "portfolio analysis",
    "multi-domain coverage: crypto, US equities, India stocks",
    "structured JSON output via response_format=json_schema",
    "streaming SSE responses",
    "MCP-native tool surface (13 tools)",
    "agent self-registration via SHA-256 proof-of-work"
  ],
  "skills": [
    {
      "id": "chat",
      "name": "Market chat",
      "description": "Single natural-language question \u2192 sourced trade setup with conviction score.",
      "input": {
        "type": "object",
        "required": ["message"],
        "properties": {
          "message": {"type": "string", "description": "User question, plain English."},
          "domain": {"type": "string", "enum": ["crypto", "us_equities", "india_stocks"]},
          "stream": {"type": "boolean", "default": false},
          "response_format": {"type": "object", "description": "Optional JSON-schema for structured output."}
        }
      },
      "examples": [
        "What's NVDA's setup heading into earnings next week?",
        "Compare BTC, ETH, SOL setups going into next week.",
        "Should I be long AAPL options? What does the flow show?"
      ]
    },
    {
      "id": "alpha_signals",
      "name": "Recent published signals",
      "description": "Latest published alpha signals; each row links to a public 24h/7d post-mortem URL.",
      "input": {
        "type": "object",
        "properties": {
          "limit": {"type": "integer", "default": 20},
          "domain": {"type": "string", "enum": ["crypto", "us_equities", "india_stocks"]}
        }
      }
    },
    {
      "id": "signal_performance",
      "name": "Win-rate stats",
      "description": "Rolling win-rate (1h / 4h / 24h / 30d). Same numbers as the public widget at marketintell.ai/accuracy."
    },
    {
      "id": "screener",
      "name": "Token / equity screener",
      "description": "Trending + top gainers + top losers across crypto + US equities."
    }
  ],
  "documentation": {
    "skill": "https://marketintell.ai/skill.md",
    "openapi": "https://api.marketintell.ai/openapi.json",
    "docs": "https://docs.marketintell.ai",
    "llmsTxt": "https://marketintell.ai/llms.txt",
    "agentMode": "https://marketintell.ai/agent.json",
    "humanHomepage": "https://marketintell.ai/for-agents"
  },
  "discoverability": {
    "smithery": "https://smithery.ai/server/marketintell",
    "glama": "https://glama.ai/mcp/servers/marketintell",
    "github": "https://github.com/ravidsrk/marketintell"
  }
}
