Collega l'API Stripe
Integra l'API Stripe tramite l'API REST unificata di Modiva e il server MCP ospitato. Manage customers, products, prices, subscriptions, invoices, payments, balance and checkout sessions in Stripe. OAuth, aggiornamento dei token, rate limit e 19 strumenti tipizzati sono gestiti per te: collega una volta e richiama Stripe da qualsiasi agente o app attraverso un singolo endpoint.
Cosa puoi fare con l'API Stripe
- ✓ Customers
- ✓ Products, prices & subscriptions
- ✓ Invoices & payments
- ✓ Checkout sessions
- — Webhooks (Poll via the payment/subscription tools)
Strumenti MCP e scope di Stripe
- customers_
- list · get · create · update
- products_prices
- list · create
- subscriptions_
- list · get · create · cancel
- invoices_
- list · create
- payments_
- list · get · create
- balance_checkout
- balance · checkout sessions
Scope OAuth richiesti
- Read & write customers
- Read & write products, prices and subscriptions
- Read & write invoices and payments
- Read balance and create checkout sessions
Collega Stripe nel tuo agente
# Add Modiva's MCP server to your agent
{
"mcpServers": {
"modiva": {
"url": "https://mcp.modiva.ai",
"headers": { "Authorization": "Bearer $MODIVA_MCP_KEY" }
}
}
}
# Then connect Stripe and call its tools, e.g.
accounts_list(provider="stripe")Domande frequenti
Come collego l'API Stripe con Modiva?
Crea un account Modiva, genera una chiave MCP e collega Stripe dalla tua dashboard. Modiva esegue l'intero flusso OAuth e memorizza il token cifrato per te, senza client secret nel tuo codice.
Cosa posso fare con l'API Stripe tramite Modiva?
Manage customers, products, prices, subscriptions, invoices, payments, balance and checkout sessions in Stripe. Ottieni 19 strumenti tipizzati raggruppati per risorsa (customers_, products_prices, subscriptions_, invoices_, payments_, balance_checkout), richiamabili tramite REST o il server MCP.
Devo gestire personalmente OAuth o l'aggiornamento dei token?
No. Modiva gestisce l'handshake OAuth di Stripe, l'archiviazione dei token (cifrati con envelope encryption) e l'aggiornamento automatico. Tu richiami un singolo endpoint unificato.
Un agente IA può usare l'API Stripe?
Sì, è proprio questo il punto. Modiva espone Stripe come strumenti Model Context Protocol (MCP), così agenti come Claude, Cursor o la tua app possono leggere e agire su Stripe attraverso un unico endpoint.
Playbook e guide di Stripe
Playbook gratuiti e passo dopo passo sulla crescita con Stripe: cosa funziona, oltre a come metterlo in pratica con Modiva.