ClaudeSuperPower

mp-integrate

Skill

Wizard that scaffolds a complete Mercado Pago integration for any product. Asks the developer the minimum questions needed (country, product, variant, SDK, mode), queries the MCP server for live docs, and produces a ready-to-paste code bundle. Use whenever the developer wants to add or migrate a Mer

Install

git clone https://github.com/mercadopago/mercadopago-claude-marketplace.git ~/.claude/skills/mp-integrate

What is mp-integrate?

Wizard that scaffolds a complete Mercado Pago integration for any product. Asks the developer the minimum questions needed (country, product, variant, SDK, mode), queries the MCP server for live docs, and produces a ready-to-paste code bundle. Use whenever the developer wants to add or migrate a Mercado Pago payment flow.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~81 tokens of context used while enabled, before you invoke anything

Documentation

README · ~29 min read

mp-integrate

This skill is the single entry point for building a Mercado Pago integration. It collects the minimum context from the developer and assembles a ready-to-paste bundle using curated reference files and, as fallback, the MCP server.

Reference files — read BEFORE generating any code

Finding the references directory: {version} is the installed plugin version. Resolve it via Bash:

PLUGIN_BASE=$(ls -d ~/.claude/plugins/cache/claude-plugins-official/mercadopago/*/ 2>/dev/null | sort -V | tail -1)

Then use $PLUGIN_BASE as the base path. Example:

  • $PLUGIN_BASE/skills/mp-integrate/references/terminology-rules.md

Alternatively use the path: ~/.claude/plugins/cache/claude-plugins-official/mercadopago/{version}/ where {version} = the version shown in the plugin listing.

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.