Overview
options-chain-mcp is a Model Context Protocol (MCP) server that provides access to the Tradier Sandbox API for options chain data and historical prices.
To use options-chain-mcp, install Node.js, clone the repository, and configure it with your Tradier sandbox API token. Connect it with Claude Desktop to run queries using natural language.
- Access to options chain data for specific stocks and expiration dates. - Filtering options by type (call/put) and price range. - Historical price retrieval for stocks and options. - Natural language query support for user-friendly interaction.
- Analyzing options chains for stock trading strategies.
- Retrieving historical prices for backtesting trading models.
- Providing market data insights for financial applications.
Add to your AI client
Use these steps to connect options-chain-mcp in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"options-chain-blake365": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-options-chain-blake365"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"options-chain-blake365": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-options-chain-blake365"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"options-chain-blake365": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-options-chain-blake365"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"options-chain-blake365": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-options-chain-blake365"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"options-chain-blake365": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-options-chain-blake365"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"options-chain-blake365": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-options-chain-blake365"
]
}
}
}FAQ
Do I need a Tradier account to use this?
Yes, a Tradier account and sandbox API access token are required.
Is the market data real-time?
No, the sandbox API market data is delayed by 15 minutes.
Can I use this for live trading?
This implementation is intended for informational purposes only and should not be used for live trading.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2463,"uuid":"de28ab70-47d7-411f-a64a-4942ce633d0e","name":"options-chain","title":"options-chain-mcp","description":"Option Chain MCP server","avatar_url":"https://avatars.githubusercontent.com/u/68243611?v=4","created_at":"2025-03-13T08:08:26.692Z","updated_at":"2025-03-13T12:05:13.171Z","status":"created","author_name":"blake365","author_avatar_url":"https://avatars.githubusercontent.com/u/68243611?v=4","tags":"options,mcp,market-data,claude,mcp-server","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/blake365/options-chain","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-13 19:06:48\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]