Tradier

Tradier MCP Connector for Claude

A+

Trade equities and options, fetch real-time market data, and manage your brokerage accounts directly through any AI agent.

13 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Tradier brokerage account to any AI agent to streamline your trading workflow and market analysis through natural conversation.

What you can do

  • Market Data — Get real-time quotes via get_quotes, detailed option chains with get_option_chains, and historical price bars using get_historical_data.
  • Account Management — Check balances with get_account_balances, view current holdings via get_account_positions, and review transaction history with get_account_history.
  • Order Execution — Place, monitor, and cancel equity or option orders using place_order, get_order_status, and cancel_order directly through natural language.
  • Market Insights — Search for symbols using search_symbols and check the market calendar for trading hours and holidays with get_market_calendar.

How it works

  1. Subscribe to this server
  2. Enter your Tradier Access Token
  3. Start trading and analyzing markets from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Active Traders — Execute trades and monitor positions without switching between multiple platforms or browser tabs.
  • Financial Analysts — Pull historical data and option chains directly into your analysis workflow for instant processing.
  • Developers — Integrate brokerage capabilities into your AI-driven financial tools and custom trading assistants.
trading-apimarket-dataequitiesoptions-tradingreal-time-quotesbrokerage

13 tools expose this connector's capabilities to your AI agent.

get_account_balances

Get balances and buying power for a specific account

get_account_history

Review trading history and account activity

get_account_positions

View current holdings in an account

cancel_order

Cancel a pending order

create_streaming_session

Create a session to receive a streaming session ID

get_historical_data

Get historical price bars (daily, weekly, monthly)

get_market_calendar

Get market hours and holidays

get_option_chains

Retrieve option chains for a specific underlying symbol

get_order_status

Check the status of a specific order

place_order

Execute equity or option trades

get_quotes

Fetch real-time or delayed quotes for one or more symbols

search_symbols

Search for symbols by keyword or description

get_user_profile

Retrieve the user profile and linked accounts

See how to talk to your AI agent using Tradier.

What is the current price and daily change for TSLA and MSFT?

I've fetched the quotes for you. TSLA is currently trading at $242.10 (+1.2%) and MSFT is at $415.50 (-0.4%). Would you like to see the historical data for either of these?

Show me all open positions in my account 12345678.

In account 12345678, you currently hold 50 shares of AAPL and 10 contracts of SPY Dec 20 Put. Your total market value for these positions is approximately $12,400.

Get the option chain for NVDA expiring on 2025-01-17.

I've retrieved the option chain for NVDA for the Jan 17, 2025 expiration. There are 45 strikes available, ranging from $100 to $150. Would you like to filter for specific strikes or see the Greeks for the At-The-Money calls?

Yes. Use the `get_quotes` tool and provide a comma-separated list of symbols (e.g., 'AAPL,TSLA,NVDA'). The agent will return the latest market data for all requested tickers.

Related Connectors