Replies: 2 comments 3 replies
-
This is an advertisement, closing. |
Beta Was this translation helpful? Give feedback.
3 replies
-
And just to be clear, even today OAuth/subs is not the only way. Since elicitation was introduced in the protocol a few months ago, we can send the user a payment link before executing a tool - kind of a built-in paywall. Unfortunately, not all major clients support elicitation yet, so for now we have to use hacks like creating additional tools in the MCP server just for payment confirmation. |
Beta Was this translation helpful? Give feedback.
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.
-
Pre-submission Checklist
Question Category
Your Question
I’ve been working on a small library called paymcp for both Python and TypeScript. It’s designed to make it easy to add pricing and accept payments in MCPs - just by adding a price parameter.
Right now, it supports just two providers but it’s built to be provider-agnostic - adding new payment providers is fast and straightforward.
I’m aiming to improve it and make it more flexible for different use cases. I’d love to hear from other developers:
• How are you currently handling payments in your MCP?
• Does your current solution meet your needs?
• If you’ve tried paymcp, what worked well for you and what didn’t?
• What features or provider integrations would you like to see?
Let me know what you think - feedback, ideas, or suggestions are very welcome!
Beta Was this translation helpful? Give feedback.
All reactions