Questrade MCP Server
JSON →An unofficial server to integrate with the Questrade API, providing access to trading accounts, market data, and portfolio information.
Install
npm install -g questrade-mcp-server Tools · 8
- get_accounts Retrieves a list of all accounts associated with the authenticated user.
- get_account_positions Retrieves the positions for a specific account.
- get_account_balances Retrieves the balances for a specific account.
- get_market_quote Retrieves real-time or delayed market quotes for specified symbols.
- search_symbols Searches for symbols by name or ticker.
- place_order Places a new order for a specified account.
- get_order_status Retrieves the status of a specific order.
- cancel_order Cancels a pending order.
Environment variables
QUESTRADE_API_URLQUESTRADE_REFRESH_TOKEN
Links
★ 3 GitHub stars