mercadopago
Create MercadoPago payment links to collect payments in MXN. Auth via OneCLI proxy.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create MercadoPago payment links to collect payments in MXN. Auth via OneCLI proxy.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Add the EasyBits MCP server (@easybits.cloud/mcp) so the container agent can manage cloud files, images, video/voice generation, designs, websites, forms, brand kits, characters, and a built-in DB. 65+ tools (server-side).
Reference & priority guide for the EasyBits MCP server (`mcp__easybits__*`). When to use EasyBits vs native skills, and which EasyBits tools exist.
Semantic search over your workspace text files using local multilingual embeddings (fastembed + e5-small). Free, local.
Extract text from images locally with PaddleOCR weights via onnxruntime. Free, multi-language, batch.
Remove backgrounds and segment images locally with the u2net family (rembg). Free, no API keys, works in batch.
Generate vector logos (SVG) and convert raster images to SVG via Recraft on fal.ai. Use for logo / brand mark / icon requests, or when the user sends a PNG/JPG and wants the editable SVG version.
| name | mercadopago |
| description | Create MercadoPago payment links to collect payments in MXN. Auth via OneCLI proxy. |
| allowed-tools | Bash(mercadopago:*) |
Create payment links for MercadoPago Checkout Pro. Auth is handled by OneCLI — the script always passes Authorization: Bearer placeholder and the HTTPS proxy rewrites it with the real MP_ACCESS_TOKEN at api.mercadopago.com.
# Create a payment link
mercadopago create-link <amount> "<description>"
# Examples
mercadopago create-link 50 "Cooperación por preguntar el modelo"
mercadopago create-link 100 "Servicio premium"
Returns a checkout URL (the init_point) that the user can open to pay. Send it back via send_message.
currency_id in the script.placeholder and will fail outside the proxy.unauthorized from MercadoPago: OneCLI secret for MercadoPago not configured or not assigned to this agent. Tell the user to re-run /add-mercadopago on the host.invalid_amount: Check the amount is a positive number with no currency symbol.