Skip to main content
Glama

Schwab MCP Server

by sudowealth
wrangler.example.jsonc1.19 kB
/** * Example personal/local development configuration * * Instructions: * 1. Copy this file to wrangler.jsonc (for your personal deployment) * 2. Replace YOUR_KV_NAMESPACE_ID_HERE with your actual KV namespace ID * 3. Optionally change the name to avoid conflicts with others * * For more details on how to configure Wrangler, refer to: * https://developers.cloudflare.com/workers/wrangler/configuration/ */ { "$schema": "node_modules/wrangler/config-schema.json", "name": "schwab-mcp-personal", // Change this to a unique name for your deployment "main": "src/index.ts", "compatibility_date": "2025-04-17", "compatibility_flags": ["nodejs_compat"], "migrations": [ { "new_sqlite_classes": ["MyMCP"], "tag": "v1", }, ], "durable_objects": { "bindings": [ { "class_name": "MyMCP", "name": "MCP_OBJECT", }, ], }, "kv_namespaces": [ { "binding": "OAUTH_KV", "id": "YOUR_KV_NAMESPACE_ID_HERE", // Replace with your actual KV namespace ID }, ], "observability": { "enabled": false, // Set to true for production monitoring (has costs) }, "dev": { "port": 8788, "local_protocol": "https", "upstream_protocol": "https", }, }

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/sudowealth/schwab-mcp'

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