- Home
- MCP servers
- Trade It
Trade It
- javascript
41
GitHub Stars
javascript
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.
Trade It MCP Server offers remote, cloud-based access to stock, crypto, and options trading via the MCP protocol. You can interact with major brokerages using natural language to place trades, check portfolios, and surface market insights, all without running any software locally.
How to use
Connect your MCP client to the remote Trade It MCP Server at the provided MCP endpoints. Use the HTTP endpoint to issue trading commands and queries, or the SSE endpoint if your client supports server-sent events for real-time updates. After connection, authenticate using the browser-based OAuth flow when prompted.
How to install
This server is remote-only and does not require local deployment. Follow these practical steps to start using it with your MCP client.
In your MCP client, configure the remote MCP connection using the following endpoints.
Configuration and usage notes
-
Endpoints you will use: the Streamable HTTP endpoint at https://mcp.tradeit.app/mcp and the SSE endpoint at https://mcp.tradeit.app/sse.
-
Tools available include creating trades, creating option trades (Beta), executing trades, showing account details, and searching assets. You can issue natural-language requests like “Buy $1000 of Tesla” or “Show my accounts” to perform actions or retrieve data.
-
Actions behave according to your broker connections. If an auto-execute setting is enabled, trades execute immediately; otherwise they remain in draft until you confirm.
Example usage scenarios
Create a market order to buy an asset: tell your client, for example, “Buy $1000 of Tesla”.
Query current prices: say “What’s the price of TSLA now?” to fetch real-time data.
Example MCP configuration for a client
{
"mcpServers": {
"trade_it": {
"command": "",
"args": [],
"type": "http",
"url": "https://mcp.tradeit.app/mcp"
}
}
}
Available tools
Create Trade
Creates a trade order to buy or sell an asset with configurable order types (market, limit, stop, stop_limit).
Create Option Trade (Beta)
Creates a trade order for options contracts with various strategies (call/put, spreads, straddles).
Execute Trade
Executes a prepared trade on your connected brokerage.
Show Account Details
Lists linked brokerages with current value and cash balance.
Search Asset
Retrieves current price and metadata for a stock or cryptocurrency.