mercadopago/mercadopago-claude-marketplace
Plugin Claude Code
Plugin marketplace listing 1 plugin: mercadopago.
mercadopago/mercadopago-claude-marketplace
Plugin Claude Code
Plugin marketplace listing 1 plugin: mercadopago.
mercadopago/mercadopago-claude-marketplace
Settings file Claude Code
Agent settings declaring 16 allowed tools.
mercadopago/mercadopago-claude-marketplace
Instructions file CodexOpenCode
Instructions for mercadopago/mercadopago-claude-marketplace, covering claude plugin development guide, architecture, plugin paths, file formats and integration invariants.
mercadopago/mercadopago-claude-marketplace
Instructions file
Instructions for mercadopago/mercadopago-claude-marketplace, covering claude code development contract — mercado pago plugin, current architecture (v4.3.2), claude plugin paths, file contracts and sources and mcp boundary.
mercadopago/mercadopago-claude-marketplace
Plugin Claude Code
Mercado Pago integration toolkit for Claude Code. One agent routes to four skills: mp-integrate (wizard for Checkout Pro, Checkout API, Bricks, QR Code, Point, Subscriptions, Marketplace, Wallet Connect, Payouts, and SmartApps — plus migration of legacy Instore integrations to the Orders API), mp-webhooks…
mercadopago/mercadopago-claude-marketplace
MCP server Claude CodeCodexCursor +2
MCP server "mcp", hosted remotely at mcp.mercadopago.com, as configured in mercadopago/mercadopago-claude-marketplace.
mercadopago/mercadopago-claude-marketplace
Agent
Use when implementing, reviewing, or debugging any Mercado Pago payment integration. Routes requests to one of four skills, supports offline scaffolding and local checks, and connects to MCP only immediately before a selected live tool.
mercadopago/mercadopago-claude-marketplace
Command
Verify or manually trigger Mercado Pago MCP authentication.
mercadopago/mercadopago-claude-marketplace
Command
Scaffold a Mercado Pago integration via the mp-integrate wizard. Supports Checkout Pro, Checkout API, Bricks, QR, Point, Subscriptions, Marketplace, Wallet Connect, Payouts, and SmartApps. Also migrates legacy Instore QR/Point integrations to the Orders API.
mercadopago/mercadopago-claude-marketplace
Command
Review a Mercado Pago integration with a local security checklist and, when requested, the official quality checklist from MCP.
mercadopago/mercadopago-claude-marketplace
Command
Returns test card numbers for a given country. No MCP authentication required.
mercadopago/mercadopago-claude-marketplace
Hook
Runs when you submit a prompt, before the agent sees it, running bash. From mercadopago/mercadopago-claude-marketplace.
mercadopago/mercadopago-claude-marketplace
Hook
Runs before the agent uses a tool for Bash, Edit, Write, MultiEdit, Read and NotebookEdit tool calls, running python3. From mercadopago/mercadopago-claude-marketplace.
mercadopago/mercadopago-claude-marketplace
Skill Claude CodeCodex
Wizard that scaffolds a complete Mercado Pago integration from official and bundled sources, using MCP only for selected account actions or documentation gaps. Use whenever the developer wants to add or migrate a Mercado Pago payment flow.
mercadopago/mercadopago-claude-marketplace
Skill Claude CodeCodex
Review a Mercado Pago integration with a local cross-cutting security checklist and official MCP quality tools on demand. Use after the integration is in place, or when /mp-review is invoked.
mercadopago/mercadopago-claude-marketplace
Skill Claude CodeCodex
Create test users and add funds to them for Mercado Pago testing. Wraps createtestuser and addmoneytestuser from the MCP. Clarifies that credentials come in APPUSR- (Orders API, Checkout Pro, Point, QR) and TEST- (Checkout API, Bricks, Payments API) formats — both are valid and actively issued.
mercadopago/mercadopago-claude-marketplace
Skill Claude CodeCodex
Configure and validate Mercado Pago webhooks. Wraps the MCP webhook tools (savewebhook, notificationshistory) and provides the HMAC-SHA256 signature validation pattern that every receiver must implement. Use when adding, debugging, or hardening notification handling.