schwab-mcp
by hamo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OWNER_EMAIL | Yes | The exact owner email address used for Cloudflare Access policy and code-level check. | |
| ACCESS_CLIENT_ID | Yes | Cloudflare Access generic OIDC client ID. | |
| SCHWAB_CLIENT_ID | Yes | Schwab Developer application app key/client ID. | |
| STATE_SIGNING_KEY | Yes | Random base64-encoded key used for signing OAuth approval state (generated with `openssl rand -base64 48`). | |
| ACCESS_TEAM_DOMAIN | Yes | Cloudflare Access team domain (e.g., example.cloudflareaccess.com). | |
| ACCESS_CLIENT_SECRET | Yes | Cloudflare Access generic OIDC client secret. | |
| SCHWAB_CLIENT_SECRET | Yes | Schwab Developer application secret. | |
| TOKEN_ENCRYPTION_KEY | Yes | Random base64-encoded key used for AES-256-GCM encryption of Schwab tokens (generated with `openssl rand -base64 32`). | |
| OWNER_ACCOUNT_FINGERPRINTS | No | Optional comma-separated list of account fingerprints to restrict the deployment to selected accounts. |
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 |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |