Skip to main content
Glama

E*TRADE MCP Server

by jjmerri

etrade_lookup_product

Search for stocks, mutual funds, and options using symbols or company names to retrieve detailed product information from E*TRADE market data.

Instructions

Look up products by symbol or company name.

Args: search: Full or partial symbol name to search for company: Full or partial company name (optional) type: Security type - EQ (equity), MF (mutual fund), OPTN (option) (optional)

Returns: List of matching products with details

Input Schema

NameRequiredDescriptionDefault
searchYes
companyNo
typeNo

Input Schema (JSON Schema)

{ "properties": { "company": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "search": { "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null } }, "required": [ "search" ], "type": "object" }

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/jjmerri/etrade-mcp'

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