Add OAuth user to Stripe request logs via MCP server #214
Closed
JavierCane
started this conversation in
Ideas
Replies: 2 comments
|
Thanks for the request - this is something we are planning to implement in the near future. I'll follow back up here when it's available! |
0 replies
|
@JavierCane Sorry for the long delay here - this has been available since ~mid February. You should be able to see a user associated with the request made via MCP in Workbench now. We've also added some additional filters such as being able to filter all requests where |
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.
Example of a refund request performed via the Stripe MCP Server:

Problem: You can easily view that the request was made via the MCP server thanks to the user agent value, but you can not identify the OAuth user who granted access to that API key. The API key is an ephemeral key (
ekprefix), and there is no mapping between ephemeral keys and Stripe users in the Stripe Dashboard.It would be great to have that value in the log information 😊
All reactions