Tradernet MCP Server
About
MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, alerts and more
Details
- Author
- verbart
- Categories
- Cloud Service, Finance, Other, API
Jump to
Setup
Install Tradernet MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/verbart/tradernet-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
MCP server for theTradernet/Freedom24trading platform API. Manage your portfolio, place orders, get quotes, search tickers, set alerts — all through AI assistants like Claude, ChatGPT, and others.
- Log in toTradernetorFreedom24
- Go to your profile settings
- Generate API keys (Public Key and Private Key)
Add to~/Library/Application Support/Claude/claude_desktop_config.json(macOS) or%APPDATA%\Claude\claude_desktop_config.json(Windows):
{ "mcpServers": { "tradernet": { "command": "npx", "args": ["-y", "tradernet-mcp"], "env": { "TRADERNET_PUBLIC_KEY": "your_public_key", "TRADERNET_PRIVATE_KEY": "your_private_key" } } } }
claude mcp add tradernet -- npx -y tradernet-mcp
Then set environment variablesTRADERNET_PUBLIC_KEYandTRADERNET_PRIVATE_KEY.
ChatGPT only supports remote MCP servers over HTTP. To connect this stdio server, usesupergatewayas a bridge andngrokto expose it publicly:
TRADERNET_PUBLIC_KEY=your_public_key \ TRADERNET_PRIVATE_KEY=your_private_key \ npx -y supergateway --stdio "npx -y tradernet-mcp" --outputTransport streamableHttp --port 8000
- In ChatGPT:Settings → Connectors → Add Connector, enter your ngrok URL with/mcppath (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:
- "Show my portfolio"
- "What are my open positions?"
- "Buy 10 shares of AAPL"
- "Set stop-loss for SBER at 250"
- "Search for Tesla stock"
- "Show AAPL price history for the last month"
- "Set an alert when MSFT crosses $400"
This server implements theTradernet API. For the full API reference, see theofficial documentation.
Interact with the Alpaca trading API for stock trading, market data, and account management.
A server for interacting with the Alpaca trading API. Requires API credentials via environment variables.
Interact with Alpaca's Trading API for stock trading, portfolio management, and real-time market data.
Provides seamless access to the Binance exchange API. Requires Binance API credentials to be configured.
Interact with the Binance API to view portfolios, convert tokens, and execute trades with minimal market impact.
Access the Binance Futures API for trading, account management, and market data.
Interact with the Invertir Online (IOL) API to manage investments and access market data.
An MCP server for interacting with the T-Invest API, providing access to investment and financial data.
The 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.
US/HK markets — 110 tools: real-time quotes, options, orders, fundamentals, alerts, DCA & portfolio
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




