{
  "schema": "https://modelcontextprotocol.io/schema/mcp-discovery/v1",
  "name": "marketintell",
  "displayName": "MarketIntell",
  "description": "AI analyst desk for stocks, options, and crypto. Multi-domain market intelligence with public 30-day accuracy track record. 13 MCP tools, agent-native (PoW signup, structured JSON outputs, MCP + REST + SSE).",
  "homepage": "https://marketintell.ai",
  "version": "0.3.1",
  "transports": [
    {
      "type": "sse",
      "url": "https://api.marketintell.ai/mcp/sse",
      "auth": {
        "type": "apiKey",
        "header": "X-API-Key",
        "signupUrl": "https://marketintell.ai/signup",
        "selfRegister": "https://api.marketintell.ai/v1/auth/challenge"
      }
    },
    {
      "type": "stdio",
      "command": "bunx",
      "args": ["-y", "marketintell", "mcp"]
    }
  ],
  "serverCard": "https://marketintell.ai/.well-known/mcp/server-card.json",
  "skill": "https://marketintell.ai/skill.md",
  "llmsTxt": "https://marketintell.ai/llms.txt",
  "documentation": "https://docs.marketintell.ai/docs/guides/mcp",
  "registries": [
    "https://smithery.ai/server/marketintell",
    "https://glama.ai/mcp/servers/marketintell"
  ]
}
