loading…
Search for a command to run...
loading…
MCP server exposing Tradier brokerage tools to Claude, enabling account balance checks, position management, order operations, and market data queries.
MCP server exposing Tradier brokerage tools to Claude, enabling account balance checks, position management, order operations, and market data queries.
MCP server exposing Tradier brokerage tools to Claude.
cd ~/mcp-servers/tradier-mcp
npm install
cp .env.example .env # then fill in real values
TRADIER_API_TOKEN=your_api_token_here
TRADIER_ACCOUNT_ID=your_account_id_here
TRADIER_ENV=sandbox # change to "live" for real trading
Get credentials: https://developer.tradier.com/user/sign_up
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"]
}
}
}
| Tool | Endpoint | Description |
|---|---|---|
get_balance |
GET /accounts/{id}/balances | Cash and margin balances |
get_positions |
GET /accounts/{id}/positions | Open positions |
get_orders |
GET /accounts/{id}/orders | All orders |
get_gainloss |
GET /accounts/{id}/gainloss | Closed P&L history |
get_profile |
GET /user/profile | User profile info |
get_quotes |
GET /markets/quotes | Real-time quotes (symbols param) |
get_option_expirations |
GET /markets/options/expirations | Expiry dates for a symbol |
get_option_chain |
GET /markets/options/chains | Full option chain |
place_equity_order |
POST /accounts/{id}/orders | Submit a buy/sell order |
cancel_order |
DELETE /accounts/{id}/orders/{id} | Cancel an open order |
Set TRADIER_ENV=live only when you intend to place real orders. Always test with sandbox first.
Run in your terminal:
claude mcp add tradier-mcp -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs