Schwab MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The logging level for the server | INFO |
| SCHWAB_CLIENT_ID | No | Your Schwab App Key (Client ID). Optional override if not kept in the token file | |
| SCHWAB_TOKEN_PATH | No | Path to the JSON file containing your Schwab tokens and credentials | ~/.schwab-mcp/token.json |
| SCHWAB_CALLBACK_URL | No | The callback URL configured in your Schwab Developer account | https://127.0.0.1:8182/callback |
| SCHWAB_CLIENT_SECRET | No | Your Schwab App Secret (Client Secret). Optional override if not kept in the token file |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_positionsC | Get all positions with cost basis, quantity, market value, and gain/loss for an account |
| get_quoteB | Get real-time quote for a stock symbol including price, bid/ask, volume, and fundamentals |
| get_quotesC | Get real-time quotes for multiple symbols at once |
| get_instrumentsC | Search for instruments by symbol or description, or get fundamental data for a symbol |
| get_moversB | Get top movers (gainers or losers) for an index by percent or value change |
| load_price_historyA | Fetch price history and load into SQL database for querying. Use this instead of get_price_history when you need to analyze the data with SQL. After loading, use query_market_data to run SQL queries. |
| load_option_chainA | Fetch option chain and load into SQL database for querying. Use this instead of get_option_chain when you need to analyze the data with SQL. After loading, use query_market_data to run SQL queries. |
| query_market_dataA | Run SQL query against loaded market data (price_history and options tables). First use load_price_history or load_option_chain to load data, then query it. Only SELECT queries are allowed. Use get_data_schema to see table schemas and example queries. |
| get_data_schemaB | Get schema information for market data tables including column definitions, available data, and example SQL queries for common analyses like volume profile. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/acidsolution/schwab-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server