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
Run the following command in your terminal to add the TradeIt MCP to Claude Code:
bashclaude mcp add --transport http tradeit https://mcp.tradeit.app/mcpType
/mcpin Claude to manage your MCP servers and select tradeitSelect Authenticate to begin the OAuth flow
Click Allow Access when prompted
Confirm your MCP server is connected using the
/mcpcommandStart prompting!
Claude Desktop
Add the server to your Claude Desktop configuration (e.g. ~/Library/Application Support/Claude/claude_desktop_config.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
Run the following command in your terminal to add the TradeIt MCP to Codex:
bashcodex mcp add Trade_It -- npx -y mcp-remote@latestAuthenticate with TradeIt when prompted
Start prompting!
Cursor
- Click above to open the MCP configuration in Cursor
- Click Install under "Install MCP Server?"
- Click Connect next to TradeIt to begin the authentication process
- Click Open and allow access when prompted
- Start prompting!
Gemini
Run the following command in your terminal to add the TradeIt MCP to Gemini CLI:
bashgemini mcp add --transport http Trade_ItAuthenticate with TradeIt when prompted
Start prompting!
VS Code
- Click above to open VS Code and prompt to install the MCP server
- Click Start above the MCP server name
- Allow Access when prompted
- 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.