tradier-mcp
Click on "Deploy 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., "@tradier-mcpwhat is my account balance?"
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.
tradier-mcp
MCP server exposing Tradier brokerage tools to Claude.
Setup
cd ~/mcp-servers/tradier-mcp
npm install
cp .env.example .env # then fill in real values.env
TRADIER_API_TOKEN=your_api_token_here
TRADIER_ACCOUNT_ID=your_account_id_here
TRADIER_ENV=sandbox # change to "live" for real tradingGet credentials: https://developer.tradier.com/user/sign_up
Related MCP server: ibkr-mcp-server
Register with Claude Code
Add to ~/.claude/claude_desktop_config.json (see combined block in README or below):
{
"mcpServers": {
"tradier": {
"command": "node",
"args": ["/home/aribarbari/mcp-servers/tradier-mcp/index.js"]
}
}
}Tools
Tool | Endpoint | Description |
| GET /accounts/{id}/balances | Cash and margin balances |
| GET /accounts/{id}/positions | Open positions |
| GET /accounts/{id}/orders | All orders |
| GET /accounts/{id}/gainloss | Closed P&L history |
| GET /user/profile | User profile info |
| GET /markets/quotes | Real-time quotes (symbols param) |
| GET /markets/options/expirations | Expiry dates for a symbol |
| GET /markets/options/chains | Full option chain |
| POST /accounts/{id}/orders | Submit a buy/sell order |
| DELETE /accounts/{id}/orders/{id} | Cancel an open order |
Warning
Set TRADIER_ENV=live only when you intend to place real orders. Always test with sandbox first.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server for integrating with Zerodha Kite API that provides Claude with tools to interact with your Kite trading account, enabling portfolio management, market data access, and order execution.37 npm5MIT
- AlicenseAqualityFmaintenanceMCP server for Interactive Brokers API integration, enabling account management, trading, market data, and short selling analysis through Claude.835MIT
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server that connects Claude to your eToro account, enabling queries about your portfolio, P\&L, balances, watchlists, live prices, and price history.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives Claude direct access to TradersPost webhook trading. Send trade signals, inspect strategy configs, query trade history, and monitor positions.MIT