You're viewing a demo portfolio

Join the waitlist
PRSM

create_customer

Active

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

declared in 1.0.0

Crea un cliente en Stripe. Cuesta 5 créditos.

Parameters schema

{
  "type": "object",
  "required": [
    "stripe_key",
    "email"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Nombre del cliente"
    },
    "email": {
      "type": "string",
      "description": "Email del cliente"
    },
    "metadata": {
      "type": "object",
      "description": "Metadata adicional"
    },
    "stripe_key": {
      "type": "string",
      "description": "Tu Stripe secret key"
    }
  }
}

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_customer — io.github.mifactory-bot/mifactory-payments — PRSM MCP