Skip to content
Grok

TradeOS for Grok

io.github.tradeos-ai/tradeos-mcp

TradeOS MCP: ticker search, My Agent, chart TA, macro news. npm stdio or HTTP.

client:Grok transport:streamable-http runtime:npm

Install TradeOS in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "tradeos-mcp": {
      "type": "http",
      "url": "https://ai.tradeos.xyz/api/agent/mcp/mcp-call"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

TradeOS in other clients