Tr
MCP SERVER
Visit projectTrade It
Trade stock, crypto, and options on Robinhood, ETrade, Webull, Charles Schwab, Coinbase, or Kraken.
About Trade It
Trade stock, crypto, and options on Robinhood, ETrade, Webull, Charles Schwab, Coinbase, or Kraken. The observed Official MCP Registry record provides its connection details; nothing was installed or executed.
How to connect
What is the endpoint and how does it run?
Hosted remote server over Streamable HTTP at https://mcp.tradeit.app/mcp.
How do I add Trade It to Claude Code, Cursor or Claude Desktop?
Claude Code
claude mcp add --transport http trade-it https://mcp.tradeit.app/mcpCursor, Windsurf and other clients that accept a URL (mcp.json)
{
"mcpServers": {
"trade-it": {
"url": "https://mcp.tradeit.app/mcp"
}
}
}Claude Desktop (claude_desktop_config.json, via the mcp-remote bridge)
{
"mcpServers": {
"trade-it": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.tradeit.app/mcp"
]
}
}
}Snippets are generated from the published endpoint; the server name trade-it is only a label you can change. Add the credentials the publisher documents.
REMOTE ENDPOINT
https://mcp.tradeit.app/mcpUse this URL in a compatible client. Follow the provider’s authentication instructions.2 published remote connections
streamable-http
https://mcp.tradeit.app/mcpsse
https://mcp.tradeit.app/sseSources and checks
View the sourceRegistry name: app.tradeit/mcp
Published version: 1.0.0
Source information collected September 9, 2026.
Badge and embed
Show this listing on your website or README. The badge and the card link back to this page.
Markdown badge
[](https://ruagentic.com/tools/trade-it)HTML badge
<a href="https://ruagentic.com/tools/trade-it"><img src="https://ruagentic.com/badge/trade-it.svg" alt="Listed on RUAGENTIC" height="28"></a>Markdown card
[](https://ruagentic.com/tools/trade-it)HTML embed
<iframe src="https://ruagentic.com/embed/trade-it" width="480" height="150" style="border:0;max-width:100%" loading="lazy" title="Trade It on RUAGENTIC"></iframe>