MCP Servers / other / Questrade MCP Server

Questrade MCP Server

JSON →
none3other

An unofficial server to integrate with the Questrade API, providing access to trading accounts, market data, and portfolio information.

Install
How to run this server
[ { "cmd": "npm install -g questrade-mcp-server", "imports": [] } ]
server path: questrade-mcp-server
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envQUESTRADE_API_URL
envQUESTRADE_REFRESH_TOKEN
Resources
Questrade MCP Server — MCP Server · libregistry