Trade Agent
Execute stock and crypto trades via Trade Agent
Trade It MCP Server
๐ Full Documentation Here ๐
Now available through the Official MCP Registry
Endpoints:
- Streamable HTTP:
https://mcp.tradeit.app/mcp - SSE:
https://mcp.tradeit.app/sse
Overview
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 through the MCP protocol.
Brokerage Support:
Crypto Exchange Support:
More to be added soon!
This 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.
Tools
-
๐ฌ Create Trade Creates a trade order to buy or sell an asset.
ORDER TYPES:
- market (default) โ Executes immediately at current market price. No price fields required.
- limit โ Executes only at a specific limit_price or better. Requires
limit_price. - stop โ Triggers a market order when stop_price is reached. Requires
stop_price. - stop_limit โ Triggers a limit order when stop_price is reached. Requires BOTH
stop_priceandlimit_price.
EXAMPLES:
- "Buy $1000 of Tesla"
- "Buy $1000 of Tesla, but only if the price drops to $150 or lower"
- "Sell 10 shares of Apple if the price falls to $140 or lower"
- "Buy a share of Apple if it hits $200"
- "Buy 10 shares of Apple if the price rises to $140, but don't pay more than $142 per share"
DEFAULTS:
- If no amount is given, your default amount is used.
- If no account is given, your default account is used.
- If no order type is given, the trade is a market order.
- 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 Tradeto complete. This allows you to review and confirm trades.
-
๐ฌ Create Option Trade (Beta) Creates a trade order to buy or sell an options contract.
EXAMPLES:
- "Buy 1 call option on Apple with a $300 strike price expiring next month"
- "Sell a covered call on my Microsoft shares at $500 strike"
- "Open a call spread: buy 1 TSLA $475 call and sell 1 TSLA $485 call, both expiring next week"
- "Buy an ATM straddle on SPY, expiring this Friday"
- "Buy 2 AMZN 200 1/30 P, limit price $3.50"
- "Sell AMZN260130P00200000"
-
๐ฌ Execute Trade Execute the trade on your brokerage.
-
๐ฌ Show Account Details List your linked brokerages along with their current value and cash balance. Example:
"Show my accounts" -
๐ฌ Search Asset Get current price and metadata for any stock or cryptocurrency. Example:
"How's Apple doing?"or"What's the price of TSLA?"
Getting Started
- First, create an account at https://tradeit.app.
- Sign up for the Pro plan's free trial.
- Connect your brokerage of choice.
Connecting
- Connect your MCP client to
https://mcp.tradeit.app/mcporhttps://mcp.tradeit.app/sse. - Authenticate through the browser-based OAuth flow.
- You're now ready to start trading!
Related Servers
Baozi Bet Prediction Markets
Baozi bet MCP server to allow agents create their own prediction markets
maven-indexer-mcp
A Model Context Protocol (MCP) server that indexes your local Maven repository (~/.m2/repository) and Gradle cache ( ~/.gradle/caches/modules-2/files-2.1) to provide AI agents with tools to search for Java classes, method signatures, and source code.
MCP HUB
The Ultimate Control Plane for MCP Unlock the full power of Model Context Protocol with zero friction. One-Click GPT Integration: Bridge the gap between MCP servers and ChatGPT/LLMs instantly. No more manual config hunting. Pro-Level Orchestration: Manage, monitor, and toggle multiple MCP tools from a single, intuitive dashboard. Secure by Design: Built-in support for complex auth flows and 2FA, making enterprise-grade tool integration seamless. Streamlined Debugging: Test queries and inspect tool responses in real-time without leaving the hub. Stop wrestling with JSON configs. Start building agentic workflows that actually work.
Healthcare RAG
A healthcare-focused RAG server using Groq API and Chroma for information retrieval from patient records.
Nomad Stays
The world's platform for finding and booking digital nomad friend accommodation
Time MCP Server
Provides time-related functions such as current time queries, timezone conversions, and time difference calculations.
NBA MCP Server
Provides NBA statistics and live game data using the Model Context Protocol (MCP).
OSINT MCP
Real-time OSINT intelligence platform for global security monitoring.
Upstox MCP server
A MCP server for integrating with the Upstox trading API by Upstox.
PolicyLayer MCP
Non-custodial spending controls for AI agent crypto wallets โ enforce daily limits, per-tx caps, and recipient whitelists.