
from mercadopago-claude-marketplace12
Integration guidance for Mercado Pago in-store payments: static/dynamic/hybrid QR flows and Point (card reader) devices for face-to-face transactions.
Provides detailed integration patterns and decision logic for implementing Mercado Pago in‑store payment flows. Covers QR modes (static, dynamic, hybrid), Point devices (PDV and self‑service/kiosk), order creation, webhook handling, and device registration. The skill outlines step‑by‑step flows and operational gotchas for reliable in‑person payments.
Use this skill when building or debugging face‑to‑face payment experiences (retail, restaurants, events) that require QR-based or physical terminal payments. Trigger on intents like 'accept payments in store', 'POS', 'QR code payment', 'card reader', or 'self‑service kiosk'. Avoid for standard online checkout flows (use mp-checkout-online).
Best used with developer‑facing agents capable of returning integration steps and API payloads (Copilot/Gemini/Codex/Claude Code).
Mercado Pago in-store payments integration skill (mp-instore/mp-integrate). Provides a comprehensive wizard that scaffolds Mercado Pago payment integrations across 7 LATAM countries, 10 products, and multiple SDKs. The SKILL.md is exceptionally detailed with hard locks to prevent common mistakes, MCP-first architecture for live docs, OAuth auth flow, and credential leak prevention. No scripts were included (0 scripts found). The GitHub source URL in the DB appears outdated — the repo path references mp-instore but the actual repo contains mp-integrate, mp-webhooks, mp-test-setup, mp-review.
The skill_md_body field was null in the fetch output and the raw GitHub URL 404'd. Content was retrieved from the main repo branch (mp-integrate SKILL.md) for analysis. The DB entry for this skill may need its source URL updated. Security posture is strong — OAuth-based auth, credential scanning hooks, no destructive commands, explicit .env/.gitignore guidance.