Universal payment layer for MCP tools and agents
Add monetization to MCP tools with pluggable support for Stripe, Walleot, and more. Server-side payment verification.
{
"mcpServers": {
"paymcp": {
"mcpServers": {
"paymcp": {
"env": {
"STRIPE_SECRET_KEY": "YOUR_STRIPE_SECRET"
},
"args": [
"-y",
"paymcp"
],
"command": "npx"
}
}
}
}
}