We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
list_customers
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The list_customers tool only returns a list of customer IDs:
[{"id":"cus_S0DqdedL4d4E27"},{"id":"cus_S0DqbklTTosNkC"},{"id":"cus_S0Dqztq8AjzSkZ"},{"id":"cus_S0DqMnmgl9EDpl"},{"id":"cus_S0Dqcp3HDU5f6L"},{"id":"cus_S0DqohKYJy6LE9"},{"id":"cus_S0DqXmUppyTgul"},{"id":"cus_S0DqJaIaY6jzBd"},{"id":"cus_S0Dq9n0LJ6OSkS"},{"id":"cus_S0Dq4x1XWMqRQM"}]
However, the API documentation suggests that customer metadata should also returned.
npx -y @modelcontextprotocol/inspector npx @stripe/mcp --tools=all --api-key={{API-KEY}}
Tools
List Tools
The MCP server should return a a list of users IDs and their metadata.
macOs
Python 3.11.9
This issue seems to be across all implementations, not just MCP
The text was updated successfully, but these errors were encountered:
I've opened a PR for this issue. #59
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The
list_customers
tool only returns a list of customer IDs:However, the API documentation suggests that customer metadata should also returned.
To Reproduce
npx -y @modelcontextprotocol/inspector npx @stripe/mcp --tools=all --api-key={{API-KEY}}
Tools
tab, clickList Tools
, and run thelist_customers
toolExpected behavior
The MCP server should return a a list of users IDs and their metadata.
OS
macOs
Language version
Python 3.11.9
Additional context
This issue seems to be across all implementations, not just MCP
The text was updated successfully, but these errors were encountered: