Trade Agent MCP Server
@Trade-Agent
About Trade Agent MCP Server
Guide to connect to Trade It's MCP server and trade stocks, crypto, and options
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
5Look up a stock or crypto by ticker or name; returns price and metadata.
List linked accounts and balances; also used when linking a new brokerage.
Create a **draft** equity/crypto buy or sell for review.
Create a **draft** single- or multi-leg options order for review.
Submit a previously created draft to the broker **after** explicit user confirmation.
Overview
What is Trade Agent MCP Server?
Trade Agent MCP Server is a remote MCP server that enables AI agents to execute stock, crypto, and options trades through natural-language requests. It integrates with popular brokerages and crypto exchanges via the Model Context Protocol, allowing agents to search assets, view accounts, create draft orders, and execute trades only after explicit user confirmation.
How to use Trade Agent MCP Server?
No local installation is needed. Create an account at tradeit.app, sign up for the Pro plan free trial, and connect a supported brokerage. Then point your MCP-compatible client to https://mcp.tradeit.app/mcp (Streamable HTTP) or https://mcp.tradeit.app/sse (SSE) and authenticate via browser-based OAuth.
Key features of Trade Agent MCP Server
- Draft‑first safety model: trades require explicit user confirmation before execution
- Supports stock, crypto, and options trading
- Integrates with Robinhood, Charles Schwab, E*Trade, Webull, Public, Tastytrade, Coinbase, and Kraken
- Tools:
search_assets,get_accounts,create_trade,create_options_trade,execute_trade - Remote server – no local setup required
Use cases of Trade Agent MCP Server
- An AI assistant buying or selling equities based on user prompts like “Buy $500 of Apple”
- An agent creating multi‑leg options spreads (e.g., bull call spreads, credit spreads) after user approval
- Checking portfolio balances and available cash across linked brokerage accounts
- Searching for current prices and metadata of stocks or cryptocurrencies before trading
FAQ from Trade Agent MCP Server
Is Trade Agent MCP Server a local or remote service?
It is a remote server. You simply point your MCP client to https://mcp.tradeit.app/mcp or https://mcp.tradeit.app/sse – no local installation is needed.
Which brokerages and exchanges are supported?
Supported brokerages: Robinhood, Charles Schwab, E*Trade, Webull, Public, and Tastytrade. Supported crypto exchanges: Coinbase and Kraken.
How does the safety model work?
Trades are created as drafts first (create_trade or create_options_trade) and are not sent to the broker until you call execute_trade with explicit user confirmation. The agent must never execute trades automatically after drafting.
What transport protocols are available?
The server offers Streamable HTTP at https://mcp.tradeit.app/mcp and SSE at https://mcp.tradeit.app/sse.
What authentication is required?
After connecting to the server, you authenticate through a browser‑based OAuth flow linked to your Trade It account.
More AI & Agents MCP servers
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Comments