mp-subscriptions

Manage Mercado Pago subscriptions and recurring invoices via MCP endpoints.

24|14|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/mercadopago/mercadopago-claude-marketplace --skill mp-subscriptions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mp-subscriptions
Source: https://github.com/mercadopago/mercadopago-claude-marketplace/tree/main/plugins/mercadopago/skills/mp-subscriptions
Command: npx skills add https://github.com/mercadopago/mercadopago-claude-marketplace --skill mp-subscriptions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Subscriptions and recurring charges require orchestration across plan creation, preapprovals, and invoices. This skill centralizes the end-to-end workflow for Mercado Pago subscriptions, reducing integration complexity and maintenance.

Core Features & Use Cases

  • Plan creation: Define recurring plans with amount, frequency, and billing rules.
  • Preapproval & invoicing: Manage user authorization and on-demand invoices for recurring charges.
  • Lifecycle events: Handle webhooks and status transitions (authorized, active, paused, cancelled, etc.).
  • Use Case: Implement a monthly subscription for a SaaS product with automatic renewals and centralized monitoring.

Quick Start

Create a plan and enable preapproval workflows to start a Mercado Pago subscription for a user.

Frequently Asked Questions about mp-subscriptions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Mercado Pago recurring payments and subscriptions?

Mercado Pago subscriptions are managed by creating recurring plans, obtaining user preapprovals, generating on-demand invoices, and handling webhook events to monitor lifecycle state transitions like authorized, active, paused, or cancelled.

How do I handle Mercado Pago webhook events for subscription lifecycle states?

You handle Mercado Pago subscription webhooks by processing status transitions like authorized, active, paused, and cancelled to monitor lifecycle changes and maintain accurate recurring billing records across supported Latin American regions.

Does the Mercado Pago subscriptions integration support recurring billing in Mexico and Brazil?

Yes, the Mercado Pago subscriptions integration supports recurring billing features across Argentina, Brazil, Mexico, Chile, Colombia, Peru, and Uruguay for plan creation and preapproval workflows.

How do I create a recurring billing plan with Mercado Pago preapproval?

Creating a recurring billing plan with Mercado Pago preapproval requires defining the amount, frequency, and billing rules, then enabling the preapproval workflow to authorize automatic charges for users.

What is the best way to automate SaaS monthly subscriptions with Mercado Pago?

Automating SaaS monthly subscriptions with Mercado Pago is best achieved by creating a recurring plan with automatic renewals, processing preapprovals, and centralizing monitoring through webhook event handling.