mp-integrate

mp-integrate is a skill for Claude Code from mercadopago/mercadopago-claude-marketplace. It costs 45 tokens per session (20,824 once invoked), scanned A, original, Apache-2.0.

A guided procedure for adding Mercado Pago payments using official and bundled reference material. Mercado Pago is a payment service, and the procedure covers different products such as hosted checkout and payment APIs.

In plain words
What is it for?
Use it when adding or moving a Mercado Pago checkout or payment flow into an application.
Why use it?
It gathers the needed project details and applies the relevant product guide so the resulting integration follows the documented terminology and structure. It can use an external documentation connection only when the bundled sources do not answer a question.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: names the AskUserQuestion tool; mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the mercadopago plugin — 4 skills, 4 commands, 1 agent, 2 hooks, 1 MCP server shipped together

Good fit Use it when adding or moving a Mercado Pago checkout or payment flow into an application.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add mercadopago/mercadopago-claude-marketplace
Claude Code
/plugin install mercadopago

Made for: Claude Code.

Or install mercadopago, the plugin that ships this one along with the rest of its 4 skills, 4 commands, 1 agent, 2 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mp-integrate

README.md
[![agentmods](https://agentmods.dev/badge/skills/mercadopago/mercadopago-claude-marketplace/mp-integrate/github.svg)](https://agentmods.dev/skills/mercadopago/mercadopago-claude-marketplace/mp-integrate)
Your own site
<a href="https://agentmods.dev/skills/mercadopago/mercadopago-claude-marketplace/mp-integrate"><img src="https://agentmods.dev/badge/skills/mercadopago/mercadopago-claude-marketplace/mp-integrate/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mp-integrate

Your own site · 80×15
<a href="https://agentmods.dev/skills/mercadopago/mercadopago-claude-marketplace/mp-integrate"><img src="https://agentmods.dev/badge/skills/mercadopago/mercadopago-claude-marketplace/mp-integrate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 20,824 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.20824
Opus 5 $0.00023 $0.10412
Sonnet 5 $0.00009 $0.04165
Haiku 4.5 $0.00005 $0.02082

Measured 12d ago against content hash adf458ec3615, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

mp-integrate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/mercadopago/skills/mp-integrate/SKILL.md · 1,164 lines

How it starts

The opening of the file, as written. The whole thing — 1,164 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Use ${CLAUDE_PLUGIN_ROOT} for every bundled reference and script. Claude Code resolves it to the active plugin version. Never scan an installation cache, load another marketplace copy, or copy the plugin's .mcp.json into the developer's project.

File Absolute path Read when
terminology-rules.md ${CLAUDE_PLUGIN_ROOT}/skills/mp-integrate/references/terminology-rules.md Always first
recommendation-template.md ${CLAUDE_PLUGIN_ROOT}/skills/mp-integrate/references/recommendation-template.md Always — mandatory output structure
guides/checkout-pro.md ${CLAUDE_PLUGIN_ROOT}/skills/mp-integrate/references/guides/checkout-pro.md product = checkout-pro
guides/checkout-api.md ${CLAUDE_PLUGIN_ROOT}/skills/mp-integrate/references/guides/checkout-api.md product = checkout-api
guides/bricks.md ${CLAUDE_PLUGIN_ROOT}/skills/mp-integrate/references/guides/bricks.md product = bricks
guides/qr.md ${CLAUDE_PLUGIN_ROOT}/skills/mp-integrate/references/guides/qr.md product = qr
guides/point.md ${CLAUDE_PLUGIN_ROOT}/skills/mp-integrate/references/guides/point.md product = point
guides/subscriptions.md ${CLAUDE_PLUGIN_ROOT}/skills/mp-integrate/references/guides/subscriptions.md product = subscriptions
guides/marketplace.md ${CLAUDE_PLUGIN_ROOT}/skills/mp-integrate/references/guides/marketplace.md product = marketplace
guides/wallet-connect.md ${CLAUDE_PLUGIN_ROOT}/skills/mp-integrate/references/guides/wallet-connect.md product = wallet-connect
guides/payouts.md ${CLAUDE_PLUGIN_ROOT}/skills/mp-integrate/references/guides/payouts.md product = money-out (current name: Payouts)
guides/smartapps.md ${CLAUDE_PLUGIN_ROOT}/skills/mp-integrate/references/guides/smartapps.md product = smartapps
guides/webhooks.md ${CLAUDE_PLUGIN_ROOT}/skills/mp-integrate/references/guides/webhooks.md any product + webhooks
products.md ${CLAUDE_PLUGIN_ROOT}/skills/mp-integrate/references/products.md test cards per country, API reference

Read the full file on GitHub · 1,164 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 1,164 lines · 45 tokens per session scan A adf458ec3615

Subscribe to this mod's changes

mp-integrate is a skill published in the GitHub repository mercadopago/mercadopago-claude-marketplace (26 stars, last pushed 8d ago), licensed Apache-2.0. It adds 45 tokens to every session and 20,824 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens

stripe

Stripe API integration with managed OAuth. Manage customers, subscriptions, invoices, products, prices, and payments. Use this skill when users want to process payments, manage billing, or handle subscriptions with Stripe. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).…

CraftOS-dev/CraftBot · 79 tokens

etsy-pricing-strategy

Etsy pricing — cost calculation, competitor pricing, perceived value, shipping cost integration, sales and coupons.

nexscope-ai/eCommerce-Skills · 26 tokens

amazon-wholesale-sourcing

Wholesale product sourcing — supplier discovery, negotiation, MOQ optimization, margin analysis.

nexscope-ai/Amazon-Skills · 20 tokens

ai-slop

Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside…

waybarrios/opencode-power-pack · 61 tokens

payment-processor

Skill "payment-processor" from Signal-Execution-Labs/forex-trading-ai-agent, covering payment processor skill, supported services, capabilities, view balances and get all balances.

Signal-Execution-Labs/forex-trading-ai-agent · 0 tokens