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
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Comments