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
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Comments