- Home
- MCP servers
- Trade It
Trade It
- other
41
GitHub Stars
other
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
The Trade It MCP Server provides remote stock and crypto trading capabilities through natural-language requests. You can connect your MCP-compatible agent to perform trades, query accounts, and surface market insights without running any local server. This guide shows you how to use the endpoint, what you can do with the tools, and how to connect your MCP client.
How to use
Connect your MCP client to the remote endpoint at https://mcp.tradeit.app/sse and complete the browser-based OAuth flow to authorize access to your brokerages. Once connected, you can ask in plain language to create and execute trades, view account balances, and fetch current asset prices.
How to install
You do not need to install anything locally to use this MCP server. Simply configure your MCP client to connect to the provided remote endpoint and authenticate via OAuth.
Configuration and usage notes
Available trading actions are exposed as tools you can invoke through natural language. You can create trades, execute them, show account details, and search for asset prices. Some features (portfolio queries and copy trading) are labeled as coming soon and will be available in future updates.
To get started, connect your MCP client to the endpoint and authorize access to your linked brokerages. After authentication, you can begin issuing trade-related requests and querying market data.
Example workflow
-
Connect to
https://mcp.tradeit.app/ssefrom your MCP client and complete OAuth. -
Say: “Show my accounts” to list linked brokerages and balances.
-
Say: “Buy $1000 of Tesla” to create a market buy order using your default account.
Troubleshooting
If you cannot connect, verify your OAuth flow completes successfully and that you have at least one linked brokerage. Ensure your MCP client is configured to point to https://mcp.tradeit.app/sse and that your session token remains valid.
Available tools
Create Trade
Creates a trade order to buy or sell an asset. Supports market, limit, stop, and stop_limit order types with practical examples and defaults.
Execute Trade
Executes a prepared trade order on your brokerage when you are ready to finalize.
Show Account Details
Lists linked brokerages with current value and cash balance for each account.
Search Asset
Retrieves current price and metadata for a stock or cryptocurrency to inform trading decisions.
Portfolio Queries (Coming Soon)
Upcoming feature to query portfolio performance, allocations, and risk exposure.
Copy Trading (Coming Soon)
Upcoming feature to allocate or copy trades into another trader's portfolio.