tradier-mcp
tradier-mcp
Claude에게 Tradier 증권 도구를 제공하는 MCP 서버입니다.
설정
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 trading자격 증명 받기: https://developer.tradier.com/user/sign\\\\_up
Related MCP server: ibkr-mcp-server
Claude Code에 등록
~/.claude/claude_desktop_config.json에 추가하세요 (README의 통합 블록 또는 아래 내용 참조):
{
"mcpServers": {
"tradier": {
"command": "node",
"args": ["/home/aribarbari/mcp-servers/tradier-mcp/index.js"]
}
}
}도구
도구 | 엔드포인트 | 설명 |
| GET /accounts/{id}/balances | 현금 및 증거금 잔액 |
| GET /accounts/{id}/positions | 보유 포지션 |
| GET /accounts/{id}/orders | 모든 주문 |
| GET /accounts/{id}/gainloss | 청산된 손익 내역 |
| GET /user/profile | 사용자 프로필 정보 |
| GET /markets/quotes | 실시간 시세 (symbols 파라미터) |
| GET /markets/options/expirations | 심볼의 만기일 |
| GET /markets/options/chains | 전체 옵션 체인 |
| POST /accounts/{id}/orders | 주식 매수/매도 주문 제출 |
| DELETE /accounts/{id}/orders/{id} | 미체결 주문 취소 |
경고
실제 주문을 실행하려는 경우에만 TRADIER_ENV=live로 설정하세요. 항상 먼저 sandbox로 테스트하십시오.
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
- Alicense-qualityDmaintenanceAn 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.1085MIT
- AlicenseAqualityFmaintenanceMCP server for Interactive Brokers API integration, enabling account management, trading, market data, and short selling analysis through Claude.835MIT
- Alicense-qualityAmaintenanceA 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
- Alicense-qualityCmaintenanceAn MCP server that gives Claude direct access to TradersPost webhook trading. Send trade signals, inspect strategy configs, query trade history, and monitor positions.MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows.
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/fi222/tradier-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server