tradernet-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tradernet-mcpShow my portfolio"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Available Tools
Tool | Description |
| Account info, portfolio summary, open positions |
| Current positions, balances, P&L |
| Place buy/sell/short/margin orders |
| Cancel an active order |
| Set SL/TP for a position |
| Ticker details (currency, exchange, min step) |
| Historical OHLCV candlestick data |
| Search securities by name or symbol |
| Set a price alert with notifications |
| Remove a price alert |
| List open security sessions |
| Call any Tradernet API command directly |
Related MCP server: claude-tws-connect
Setup
1. Get API Keys
Go to your profile settings
Generate API keys (Public Key and Private Key)
2. Configure
Claude Desktop
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 Code
claude mcp add tradernet -- npx -y tradernet-mcpThen set environment variables TRADERNET_PUBLIC_KEY and TRADERNET_PRIVATE_KEY.
ChatGPT
ChatGPT only supports remote MCP servers over HTTP. To connect this stdio server, use supergateway as a bridge and ngrok to expose it publicly:
Start the server with HTTP transport:
TRADERNET_PUBLIC_KEY=your_public_key \
TRADERNET_PRIVATE_KEY=your_private_key \
npx -y supergateway --stdio "npx -y tradernet-mcp" --outputTransport streamableHttp --port 8000Expose it via ngrok:
ngrok http 8000In 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.
Usage Examples
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"
Environment Variables
Variable | Required | Description |
| Yes | Your Tradernet API public key |
| Yes | Your Tradernet API private key |
| No | API base URL (default: |
API Documentation
This server implements the Tradernet API. For the full API reference, see the official documentation.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- MIT
- Alicense-qualityDmaintenanceAn MCP server that enables interaction with Interactive Brokers TWS/Gateway via natural language for portfolio management and market data retrieval. It provides tools for account summaries, historical data, and a secure two-step confirmation process for placing and canceling orders.Last updated6MIT
- Alicense-qualityDmaintenanceMCP server for Interactive Brokers TWS API that enables AI assistants to retrieve portfolio, account information, and real-time market prices.Last updated23Apache 2.0
- Alicense-qualityDmaintenanceMCP server for integrating FinanceMarker.ru with LLM agents, IDEs, n8n, and other MCP-compatible clients. It proxies the FinanceMarker REST API and exposes it as a set of MCP tools.Last updated16MIT
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
MCP server exposing the Backtest360 engine API as tools for AI agents.
Open-source MCP server for Zerodha Kite Connect. Portfolio, market data, backtesting, alerts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/verbart/tradernet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server