Trade-Agent/trade-agent-mcp
Trade stocks and crypto on common brokerages (Robinhood, E*Trade, Coinbase, Kraken) via Trade Agent's MCP server.
Ads
Overview
Trade stocks and crypto on common brokerages (Robinhood, E*Trade, Coinbase, Kraken) via Trade Agent's MCP server.
Installation
https://mcp.tradeit.app/mcp
Configuration
Configuration example is not available yet.
Capabilities
- Look up stock or crypto prices
ask for current price and metadata for a ticker like TSLA or Bitcoin using `search_assets`.
- View linked brokerage accounts
list all connected accounts with balances and available cash via `get_accounts`.
- Create draft equity or crypto orders
place a draft buy/sell with symbol, amount, and optional limit or stop parameters using `create_trade`.
- Create draft options orders
build single-leg or multi-leg options drafts (spreads, straddles) with `create_options_trade`.
- Execute a reviewed draft trade
submit a confirmed draft to the brokerage for placement using `execute_trade`.
Tags
- finance
- crypto
- data-analysis
- awesome-list
Related MCP servers
PayRam Crypto Card Payment Gateway
OfficialSelf Hosted Payment gateway for agents, openclaw, hermes and more
Capital.com Public API MCP Server
OfficialThe Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.