list_customers tool only returns customer IDs
#174
safranchik
started this conversation in
Ideas
Replies: 2 comments
|
Hi @safranchik - we are thinking about the best way to do this and avoid data exfiltration when used with other MCP servers. We have thought about an opt-in system to enable exposing more sensitive data like customer PII. What are your thoughts on that? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The
list_customerstool 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}}Toolstab, clickList Tools, and run thelist_customerstoolExpected 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
All reactions