Skip to main content
Glama

Schwab Model Context Protocol Server

by jkoelker
pyproject.toml610 B
[project] name = "schwab-mcp" version = "0.1.0" description = "Schwab Model Context Protocol (MCP) for the Schwab API" readme = "README.md" authors = [ { name = "Jason Kölker", email = "jason@koelker.net" } ] requires-python = ">=3.10" dependencies = [ "anyio>=4.9.0", "click>=8.1.8", "mcp>=1.4.1", "platformdirs>=4.3.7", "pyyaml>=6.0.2", ] [project.scripts] schwab-mcp = "schwab_mcp:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [dependency-groups] dev = [ "mcp[cli]>=1.4.1", "pyright>=1.1.397", "pytest>=8.3.5", "ruff>=0.11.0", ]

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

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