MCP server for Tradernet/Freedom24 trading API โ portfolio, orders, quotes, and more
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for the Tradernet / Freedom24 trading platform API. Manage your portfolio, place orders, get quotes, search tickers, set alerts โ all through AI assistants like Claude, ChatGPT, and others.
| Tool | Description |
|---|---|
get_user_data | Account info, portfolio summary, open positions |
get_portfolio | Current positions, balances, P&L |
place_order | Place buy/sell/short/margin orders |
cancel_order | Cancel an active order |
set_stop_loss_take_profit | Set SL/TP for a position |
get_security_info | Ticker details (currency, exchange, min step) |
get_quotes_history | Historical OHLCV candlestick data |
search_tickers | Search securities by name or symbol |
add_price_alert | Set a price alert with notifications |
delete_price_alert | Remove a price alert |
get_security_sessions | List open security sessions |
raw_api_call | Call any Tradernet API command directly |
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Then set environment variables TRADERNET_PUBLIC_KEY and TRADERNET_PRIVATE_KEY.
ChatGPT only supports remote MCP servers over HTTP. To connect this stdio server, use supergateway as a bridge and ngrok to expose it publicly:
/mcp path (e.g. https://abc123.ngrok-free.app/mcp)Requires ChatGPT Pro, Team, or Enterprise plan with Developer Mode enabled.
Once connected, you can ask your AI assistant things like:
| Variable | Required | Description |
|---|---|---|
TRADERNET_PUBLIC_KEY | Yes | Your Tradernet API public key |
TRADERNET_PRIVATE_KEY | Yes | Your Tradernet API private key |
TRADERNET_API_URL | No | API base URL (default: https://tradernet.com/api) |
This server implements the Tradernet API. For the full API reference, see the official documentation.
MIT
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tradernet-mcp-server)<a href="https://allmcps.com/mcp/tradernet-mcp-server"><img src="https://allmcps.com/api/badge/tradernet-mcp-server?style=directory" alt="Tradernet MCP Server on AllMCPs" /></a>