Skip to main content
Glama

Interactive Brokers MCP Server

by code-rabi
MIT License
304
  • Linux
  • Apple

get_market_data

Retrieve real-time market data for a specified trading symbol using the Interactive Brokers MCP Server. Input a symbol (e.g., AAPL, TSLA) and optional exchange to access up-to-date financial information.

Instructions

Get real-time market data for a symbol

Input Schema

NameRequiredDescriptionDefault
exchangeNoExchange (optional)
symbolYesTrading symbol (e.g., AAPL, TSLA)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "exchange": { "description": "Exchange (optional)", "type": "string" }, "symbol": { "description": "Trading symbol (e.g., AAPL, TSLA)", "type": "string" } }, "required": [ "symbol" ], "type": "object" }
Install Server

Other Tools from Interactive Brokers MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/code-rabi/interactive-brokers-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server