Skip to content

Installation

Add the TradeIt MCP server to your MCP-compatible client to connect AI assistants to your brokerage accounts.

Server URL

  • Streamable HTTP (preferred): https://mcp.tradeit.app/mcp
  • SSE: https://mcp.tradeit.app/sse

Claude Code

  1. Run the following command in your terminal to add the TradeIt MCP to Claude Code:

    bash
    claude mcp add --transport http tradeit https://mcp.tradeit.app/mcp
  2. Type /mcp in Claude to manage your MCP servers and select tradeit

  3. Select Authenticate to begin the OAuth flow

  4. Click Allow Access when prompted

  5. Confirm your MCP server is connected using the /mcp command

  6. Start prompting!

Claude Desktop

Add the server to your Claude Desktop configuration (e.g. ~/Library/Application Support/Claude/claude_desktop_config.json):

json
{
  "mcpServers": {
    "tradeit": {
      "url": "https://mcp.tradeit.app/mcp"
    }
  }
}

Restart Claude Desktop. When you first use a tool that requires brokerage access, you'll be asked to sign in with TradeIt and link your accounts.

Codex

  1. Run the following command in your terminal to add the TradeIt MCP to Codex:

    bash
    codex mcp add Trade_It -- npx -y mcp-remote@latest
  2. Authenticate with TradeIt when prompted

  3. Start prompting!

Cursor

Add to Cursor

  1. Click above to open the MCP configuration in Cursor
  2. Click Install under "Install MCP Server?"
  3. Click Connect next to TradeIt to begin the authentication process
  4. Click Open and allow access when prompted
  5. Start prompting!

Gemini

  1. Run the following command in your terminal to add the TradeIt MCP to Gemini CLI:

    bash
    gemini mcp add --transport http Trade_It
  2. Authenticate with TradeIt when prompted

  3. Start prompting!

VS Code

Add to VS Code

  1. Click above to open VS Code and prompt to install the MCP server
  2. Click Start above the MCP server name
  3. Allow Access when prompted
  4. Start prompting!

Other MCP Clients

Any client that supports MCP over HTTP can use this server. Configure it with the URL above. Authentication uses OAuth; you'll be redirected to sign in with TradeIt when connecting your brokerage accounts.

Linking Brokerages

After installing, visit https://tradeit.app to link your brokerage accounts. This is a one-time setup. See Supported Brokerages for the full list of possible brokerages.