# Mp Specialized

> Specialized Mercado Pago integrations for specific industries and regional payment methods. Covers insurance payments, Yape (Peru), and Fintoc (Chile).

- Skill: `fdu-ins/mp-specialized` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add fdu-ins/mp-specialized`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fdu-ins/mp-specialized/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: FDU-INS (https://skillmd.com/u/fdu-ins)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/fdu-ins/mp-specialized

---


# mp-specialized

## Products Covered

- **Insurance Payments (Aseguradoras)**: Specialized billing for insurance companies (Argentina)
- **Yape (Peru)**: Mobile wallet integration
- **Fintoc (Chile)**: Bank transfer via Fintoc

## When to Use

Use this skill when the query involves: insurance, aseguradora, Yape, Fintoc, specialized payment method.

For general checkout, use mp-checkout-online instead.

## Decision Tree

```
Specialized integration
├── Insurance company billing?
│   └── Insurance payment flow (special approval required)
├── Accept Yape payments (Peru)?
│   └── Yape integration via MP
└── Accept bank transfers via Fintoc (Chile)?
    └── Fintoc integration via MP
```

## Gotchas

- Insurance flows require specific MP approval and contract.
- Yape is Peru-only.
- Fintoc is Chile-only.
- Each has specific UX requirements.

## Prerequisites

- Specialized approval from MP for each product

## Country Availability

- Insurance: AR
- Yape: PE
- Fintoc: CL

## What to Fetch from MCP/Docs

- Insurance API endpoints
- Yape configuration
- Fintoc setup
- Country-specific docs

