MCP server for the tastytrade open API: quotes, positions, balances, and dry-run-gated order flow for LLM agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tastytrade-mcp": {
"command": "npx",
"args": [
"-y",
"tastytrade/tastytrade-mcp"
]
}
}
}
Run in terminal:
claude mcp add tastytrade-mcp npx -y tastytrade/tastytrade-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"tastytrade-mcp": {
"command": "npx",
"args": [
"-y",
"tastytrade/tastytrade-mcp"
]
}
}
}