create_stripe_checkout
ActiveTool of io.github.kwizzlesurp10-ctrl/x402-mcp
declared in 1.28.1
Create Stripe Checkout Session for pro tier or tool credits (fiat rail).
Parameters schema
{
"type": "object",
"title": "create_stripe_checkoutArguments",
"properties": {
"credits": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Credits",
"default": null
},
"purpose": {
"type": "string",
"title": "Purpose",
"default": "pro_tier_upgrade"
},
"agent_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Agent Id",
"default": null
}
}
}Parent server
io.github.kwizzlesurp10-ctrl/x402-mcp
https://github.com/kwizzlesurp10-ctrl/x402-mcp
1/7 registries