Skip to main content
Glama
fi222

tradier-mcp

by fi222

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 trading

Get 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_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

Warning

Set TRADIER_ENV=live only when you intend to place real orders. Always test with sandbox first.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An 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.
    31
    5
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    MCP server for Interactive Brokers API integration, enabling account management, trading, market data, and short selling analysis through Claude.
    8
    35
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A 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
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that gives Claude direct access to TradersPost webhook trading. Send trade signals, inspect strategy configs, query trade history, and monitor positions.
    MIT

Latest Blog Posts

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