Tradier Connector for AI agents.
13 live capabilities
Trade equities and options and manage brokerage accounts with natural language.
Waiting for input…
Why people use Tradier
Tradier for Real-Time Options and Equities Trading
This Connector changes that by bringing the data to you. Instead of hunting for information, you just ask your agent. You can pull quotes, see option chains, and execute trades without ever leaving your current workspace. You get a faster way to move from analysis to execution.
What Vinkius changes
You get a direct line to your brokerage account from any MCP-compatible chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking buying power before a trade
A user asks their agent to check their balance.
- Real-world use case 02
Analyzing a stock's option chain
An analyst asks for the NVDA option chain.
- Real-world use case 03
Correcting a mistaken order
A user realizes they entered the wrong price.
Complete set · 13capabilities
The complete Tradier capability set.
These are the exact actions your AI can choose when you ask it to work with Tradier.
01—04
4 capabilities in this set.
Part of 13 available through Tradier.
- 01 Capability
Get account history
Review your past trades and account activity in a list. Use this to keep a record of your previous movements.
- 02 Capability
Get account positions
See exactly what assets you currently hold in your account. This provides a quick look at your current portfolio.
- 03 Capability
Cancel order
Stop a pending equity or option order before it fills. This is vital for correcting mistakes quickly.
- 04 Capability
Get option chains
Get a full list of strikes and dates for a specific underlying symbol. This helps you see all available options at once.
05—07
3 capabilities in this set.
Part of 13 available through Tradier.
- 05 Capability
Search symbols
Find the correct ticker symbol using a keyword or company description. This ensures you're trading the right asset.
- 06 Capability
Get account balances
Check your available cash and buying power for a specific account. This helps you know exactly what you can afford to trade next.
- 07 Capability
Get order status
See if your latest order is filled, pending, or rejected. This keeps you updated on the execution of your trades.
08—10
3 capabilities in this set.
Part of 13 available through Tradier.
- 08 Capability
Place order
Execute new equity or option trades using natural language. This lets you trade without navigating complex menus.
- 09 Capability
Get quotes
Fetch real-time or delayed prices for multiple symbols at once. Use this to get a quick pulse on the market.
- 10 Capability
Get user profile
View your profile details and all linked accounts. This helps you manage your overall identity on the platform.
11—13
3 capabilities in this set.
Part of 13 available through Tradier.
- 11 Capability
Create streaming session
Start a session to receive live data feeds. This allows for more dynamic data handling in your workspace.
- 12 Capability
Get historical data
Pull daily, weekly, or monthly price bars for any symbol. This is perfect for looking at long-term trends.
- 13 Capability
Get market calendar
Check trading hours and upcoming market holidays. Use this to ensure you don't try to trade when markets are closed.
Set up in minutes
One URL. Then ask Tradier to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Tradier from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_JtYluBRG07taNtdGJJiRauinEVmEQmPLa8dHWz65/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Tradier, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Tradier for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_JtYluBRG07taNtdGJJiRauinEVmEQmPLa8dHWz65/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Tradier URL.
- Step 03
Save and start
Save the connection and enable Tradier in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"tradier": {
"url": "https://edge.vinkius.com/vk_preview_JtYluBRG07taNtdGJJiRauinEVmEQmPLa8dHWz65/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Tradier
Open Agent mode in chat and ask: "Using Tradier, help me...". 13 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"tradier": {
"url": "https://edge.vinkius.com/vk_preview_JtYluBRG07taNtdGJJiRauinEVmEQmPLa8dHWz65/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Tradier
Ask Copilot: "Using Tradier, help me...". 13 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"tradier": {
"url": "https://edge.vinkius.com/vk_preview_JtYluBRG07taNtdGJJiRauinEVmEQmPLa8dHWz65/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Tradier
Open Cascade and ask: "Using Tradier, help me...". 13 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"tradier": {
"url": "https://edge.vinkius.com/vk_preview_JtYluBRG07taNtdGJJiRauinEVmEQmPLa8dHWz65/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Tradier
Ask Cline: "Using Tradier, help me...". 13 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add tradier --transport http "https://edge.vinkius.com/vk_preview_JtYluBRG07taNtdGJJiRauinEVmEQmPLa8dHWz65/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Tradier
Ask Claude: "Using Tradier, show me...". 13 tools are ready
Where the request belongs
Work Tradier can move forward.
This is for traders who hate switching tabs and analysts who need data pulled into their workflow instantly. It solves the friction of manual data entry and constant platform jumping.
Active Trader
Executes trades and monitors positions via text while staying focused on the charts.
Financial Analyst
Pulls historical data and option chains into a workspace to perform instant calculations.
FinTech Developer
Builds custom trading bots or financial capabilities that require a reliable connection to brokerage APIs.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAlpaca Trading
Trade stocks and crypto, access real-time market data, and manage your Alpaca brokerage account directly through any AI agent.
IBKR (Interactive Brokers)
Manage your Interactive Brokers account. execute trades, monitor portfolio ledgers, and fetch real-time market data via the Client Portal API.
lemon.markets
Trade European stocks and ETFs and access real-time market data via lemon.markets.
Chatham Financial
Manage financial risk and valuations via Chatham Financial. track trades, monitor debt, and access market data directly from any AI agent.
CometAPI
Connect to real-time financial market data with APIs for stocks, forex, and crypto that power trading applications.
IEX Cloud
Access real-time and historical financial data, stock quotes, crypto, and market metrics directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Tradier connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Tradier.
The practical details behind the request, access and result.
Can I actually place trades with the Tradier MCP?
Yes, you can place equity and option orders using natural language. Your agent can handle the execution for you based on your instructions.
Does the Tradier MCP support real-time quotes?
Yes, it fetches real-time and delayed quotes for symbols you're watching. This helps you stay updated on market movements instantly.
How do I see my current holdings using the Tradier MCP?
Just ask your agent to show your positions. It will pull your current holdings and account data immediately so you can see your portfolio.
Can the Tradier MCP help me find specific stock tickers?
Yes, you can ask the agent to search for symbols by keyword or company description. This makes it easy to find the right ticker quickly.
Does the Tradier MCP work with Claude or Cursor?
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf. You just need to connect it via Vinkius.
Can I check my trading history with the Tradier MCP?
Yes, you can review your past account activity and transaction history through the agent. It's a great way to keep track of your trading moves.
Can I check real-time prices for multiple stocks at once?
Yes. Use the get_quotes capability 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.
Is it possible to view my current portfolio holdings and buying power?
Absolutely. Use get_account_positions to see your current holdings and get_account_balances to check your available cash and buying power for a specific account ID.
Can I place option trades through this integration?
Yes. The place_order capability supports both 'equity' and 'option' asset classes. You can specify the side (e.g., buy_to_open), quantity, and order type to execute your strategy.
One connection away
Give your agent a direct line to Tradier.
Connect Tradier once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available