Now available through the Official MCP Registry - Streamable HTTP: https://mcp.tradeit.app/mcp - SSE: https://mcp.tradeit.app/sse The Trade It MCP Server brings stock, crypto, and options trading support to agents. It enables natural-language interaction with stock and crypto brokerages—execute trades, query portfolio performance, and surface market insights by sending plain-English requests throu
Add this skill
npx mdskills install Trade-Agent/trade-agent-mcpRemote trading MCP server with clear tool descriptions and good examples across multiple brokerages
1# Trade It MCP Server23## [👉 Full Documentation Here 👈](https://docs.tradeit.app)4Now available through the [_Official MCP Registry_](https://registry.modelcontextprotocol.io/?q=app.tradeit%2Fmcp)567**Endpoints:**8- Streamable HTTP: `https://mcp.tradeit.app/mcp`9- SSE: `https://mcp.tradeit.app/sse`1011## Overview1213The Trade It MCP Server brings stock, crypto, and options trading support to agents. It enables natural-language interaction with stock and crypto brokerages—execute trades, query portfolio performance, and surface market insights by sending plain-English requests through the MCP protocol.1415**Brokerage Support:**16- <img height="14" width="14" src="https://images.tradeit.app/brokerages/robinhood-logo.svg" alt="Robinhood Logo" /> **[Robinhood](https://robinhood.com)**17- <img height="14" width="14" src="https://images.tradeit.app/brokerages/charles_schwab-logo.svg" alt="Charles Scwhab Logo" /> **[Charles Schwab](https://schwab.com)**18- <img height="14" width="14" src="https://images.tradeit.app/brokerages/etrade-logo.svg" alt="ETrade Logo" /> **[E*Trade](https://etrade.com)**19- <img height="14" width="14" src="https://images.tradeit.app/brokerages/webull-logo.svg" alt="Webull Logo" /> **[Webull](https://webull.com)**20- <img height="14" width="14" src="https://images.tradeit.app/brokerages/public-logo.svg" alt="Public Logo" /> **[Public](https://public.com)**21- <img height="14" width="14" src="https://images.tradeit.app/brokerages/tastytrade-logo.svg" alt="Tastytrade Logo" /> **[Tastytrade](https://tastytrade.com)**2223**Crypto Exchange Support:**24- <img height="14" width="14" src="https://images.tradeit.app/brokerages/coinbase-logo.svg" alt="Coinbase Logo" /> **[Coinbase](https://coinbase.com)**25- <img height="14" width="14" src="https://images.tradeit.app/brokerages/kraken-logo.svg" alt="Kraken Logo" /> **[Kraken](https://kraken.com)**2627More to be added soon!2829This server is **remote** so you don't need to run anything locally to connect. Just point your MCP-compatible agent platform to the URL above.3031---3233## Tools3435- 💬 **Create Trade**36 Creates a trade order to buy or sell an asset.3738 ORDER TYPES:39 - **market** (default) → Executes immediately at current market price. No price fields required.40 - **limit** → Executes only at a specific limit_price or better. Requires `limit_price`.41 - **stop** → Triggers a market order when stop_price is reached. Requires `stop_price`.42 - **stop_limit** → Triggers a limit order when stop_price is reached. Requires BOTH `stop_price` and `limit_price`.4344 EXAMPLES:45 - "Buy $1000 of Tesla"46 - "Buy $1000 of Tesla, but only if the price drops to $150 or lower"47 - "Sell 10 shares of Apple if the price falls to $140 or lower"48 - "Buy a share of Apple if it hits $200"49 - "Buy 10 shares of Apple if the price rises to $140, but don't pay more than $142 per share"5051 DEFAULTS:52 - If no amount is given, your default amount is used.53 - If no account is given, your default account is used.54 - If no order type is given, the trade is a market order.55 - If auto-execute is enabled in settings, the trade will execute immediately. Otherwise, it gets created in draft state and requires a call to `Execute Trade` to complete. This allows you to review and confirm trades.5657- 💬 **Create Option Trade (Beta)**58 Creates a trade order to buy or sell an options contract.5960 EXAMPLES:61 - "Buy 1 call option on Apple with a $300 strike price expiring next month"62 - "Sell a covered call on my Microsoft shares at $500 strike"63 - "Open a call spread: buy 1 TSLA $475 call and sell 1 TSLA $485 call, both expiring next week"64 - "Buy an ATM straddle on SPY, expiring this Friday"65 - "Buy 2 AMZN 200 1/30 P, limit price $3.50"66 - "Sell AMZN260130P00200000"6768- 💬 **Execute Trade**69 Execute the trade on your brokerage.7071- 💬 **Show Account Details**72 List your linked brokerages along with their current value and cash balance.73 Example: `"Show my accounts"`7475- 💬 **Search Asset**76 Get current price and metadata for any stock or cryptocurrency.77 Example: `"How's Apple doing?"` or `"What's the price of TSLA?"`7879---8081## Getting Started82831. First, create an account at https://tradeit.app.842. Sign up for the Pro plan's free trial.853. Connect your brokerage of choice.8687## Connecting881. Connect your MCP client to `https://mcp.tradeit.app/mcp` or `https://mcp.tradeit.app/sse`.892. Authenticate through the browser-based OAuth flow.903. You're now ready to start trading!91
Full transparency — inspect the skill content before installing.