schwab-readonly-mcp

dylancm4/schwab-readonly-mcp
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
Minimal, auditable, read-only MCP server exposing a Charles Schwab brokerage account to Claude Code.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "schwab-readonly-mcp": {
      "command": "uvx",
      "args": [
        "schwab-readonly-mcp"
      ]
    }
  }
}

Or install with pip: pip install schwab-readonly-mcp

README Excerpt

A minimal, auditable, **read-only** [Model Context Protocol](https://modelcontextprotocol.io/) server that exposes a personal Charles Schwab brokerage account to local LLM tooling (e.g. Claude Code). Written from scratch — no third-party Schwab SDK, no aggregators — so the entire surface a Schwab access token touches can be read end-to-end in a single sitting.

Tools (4)

get_accountget_quotesget_transactionslist_accounts

Topics

claude-codemcpoauthread-onlyschwab