You're viewing a demo portfolio

Join the waitlist
PRSM

create_payment_link

Active

Tool of io.github.mifactory-bot/mifactory-payments

declared in 1.0.0

Crea un link de pago de Stripe. Cuesta 10 créditos.

Parameters schema

{
  "type": "object",
  "required": [
    "stripe_key",
    "amount",
    "description"
  ],
  "properties": {
    "amount": {
      "type": "number",
      "description": "Monto en USD (ej: 19.99)"
    },
    "currency": {
      "type": "string",
      "description": "Moneda (default: usd)"
    },
    "cancel_url": {
      "type": "string",
      "description": "URL de redirección al cancelar"
    },
    "stripe_key": {
      "type": "string",
      "description": "Tu Stripe secret key (sk_live_... o sk_test_...)"
    },
    "description": {
      "type": "string",
      "description": "Nombre del producto o servicio"
    },
    "success_url": {
      "type": "string",
      "description": "URL de redirección al pagar"
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

io.github.mifactory-bot/mifactory-payments

https://github.com/mifactory-bot/mifactory-payments

1/7 registries
View full server →
create_payment_link — io.github.mifactory-bot/mifactory-payments — PRSM MCP