Skip to main content
Glama

Schwab Model Context Protocol Server

by jkoelker
utils.py227 B
# from typing import Callable async def call(func: Callable, *args, **kwargs): """Call a method on the Schwab client""" response = await func(*args, **kwargs) response.raise_for_status() return response.text

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