Skip to main content
Glama

stripe

Official
by stripe
pyproject.toml997 B
[project] name = "stripe-agent-toolkit" version = "0.6.1" description = "Stripe Agent Toolkit" readme = "README.md" license = {file = "LICENSE"} authors = [ {name = "Stripe", email = "support@stripe.com"} ] keywords = ["stripe", "api", "payments"] [project.urls] "Bug Tracker" = "https://github.com/stripe/agent-toolkit/issues" "Source Code" = "https://github.com/stripe/agent-toolkit" [tool.setuptools.packages.find] include = ["stripe_agent_toolkit*"] exclude = ["tests*", "examples*"] [tool.ruff] # same as our black config line-length = 79 extend-exclude = ["build"] [tool.ruff.format] # currently the default value, but opt-out in the future docstring-code-format = false [tool.pyright] include = [ "*", ] exclude = ["build", "**/__pycache__"] reportMissingTypeArgument = true reportUnnecessaryCast = true reportUnnecessaryComparison = true reportUnnecessaryContains = true reportUnnecessaryIsInstance = true reportPrivateImportUsage = true reportUnnecessaryTypeIgnoreComment = true

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