MCP Server
Active
Apache-2.0
io.github.lonniev/schwab-mcp MCP Server
io.github.lonniev/schwab-mcp
What is the io.github.lonniev/schwab-mcp MCP server?
Multi-tenant FastMCP server for Charles Schwab brokerage data, monetized via DPYC Tollbooth
How to install io.github.lonniev/schwab-mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"schwab-mcp": {
"url": "https://schwab-mcp.fastmcp.app/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"schwab-mcp": {
"serverUrl": "https://schwab-mcp.fastmcp.app/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"schwab-mcp": {
"type": "http",
"url": "https://schwab-mcp.fastmcp.app/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"schwab-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://schwab-mcp.fastmcp.app/mcp"
]
}
}
}Claude Code
claude mcp add --transport http schwab-mcp https://schwab-mcp.fastmcp.app/mcpRelated MCP servers
FastMCP server for posting formatted content to X (Twitter) — Tollbooth-monetized, DPYC-native
3
View repository →Python
FastMCP server for TheBrain API — AI access to a personal knowledge graph, Tollbooth-monetized
3
View repository →Python
Apache-2.0
Monetized graph answers via named Cypher queries — Tollbooth DPYC operator
0
View repository →TypeScript
Apache-2.0
DPYC Social Contract community concierge — free MCP for membership, governance, and onboarding
0
View repository →Python
Apache-2.0
Optionality — AI-judged options trading drill, Tollbooth-monetized MCP server
0
View repository →TypeScript
Apache-2.0
TaxSort — Tollbooth-monetized MCP server for personal tax transaction classification
0
View repository →TypeScript
Apache-2.0