Skip to main content
Glama

stripe

Official
by stripe
.flake8595 B
[flake8] # E501 is the "Line too long" error. We disable it because we use Black for # code formatting. Black makes a best effort to keep lines under the max # length, but can go over in some cases. # W503 goes against PEP8 rules. It's disabled by default, but must be disabled # explicitly when using `ignore`. # E704 is disabled in the default configuration, but by specifying `ignore`, we wipe that out. # ruff formatting creates code that violates it, so we have to disable it manually ignore = E501, W503, E704 per-file-ignores = # setup.py is required for tooling setup.py: IMP102

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/stripe/agent-toolkit'

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