MCP server enabling Mercado Pago payment link creation, payment search, refunds, and merchant info retrieval for LATAM merchants.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Cobroya.
create_payment_preferenceCreate a Mercado Pago checkout payment link. Returns an `init_point` URL to share with buyers. Supports `back_urls` and `notification_url`.
get_paymentRetrieve full details of a payment by ID, including status, amount, and payer info.
search_paymentsSearch payments with filters: `status` (approved, pending, rejected, etc.), sort order, and pagination.
create_refundIssue a full or partial refund for a payment. Omit `amount` for a full refund.
get_merchant_infoGet the authenticated merchant's profile: user ID, nickname, and site.
Cobra con Mercado Pago en 10 segundos.
CobroYa is an open-source Mercado Pago payment tool for AI agents, Telegram, WhatsApp, and automation platforms. Create payment links, search payments, issue refunds -- all from your AI assistant or chat bot.
CobroYa is an MCP (Model Context Protocol) server. Add it to your AI tool in one step -- no cloning, no building. Just provide your Mercado Pago access token.
Add to your claude_desktop_config.json:
Add to .cursor/mcp.json in your project root:
Add to your Windsurf MCP configuration:
Once configured, ask your AI assistant things like: "Create a payment link for $5000 for a Python course" or "Show me today's approved payments".
CobroYa exposes 5 MCP tools that any connected AI agent can call:
| Tool | Description |
|---|---|
create_payment_preference | Create a Mercado Pago checkout payment link. Returns an init_point URL to share with buyers. Supports back_urls and notification_url. |
get_payment | Retrieve full details of a payment by ID, including status, amount, and payer info. |
search_payments | Search payments with filters: status (approved, pending, rejected, etc.), sort order, and pagination. |
create_refund | Issue a full or partial refund for a payment. Omit amount for a full refund. |
get_merchant_info | Get the authenticated merchant's profile: user ID, nickname, and site. |
CobroYa includes a ready-to-use Telegram bot: @CobroYa_bot
Or from source:
CobroYa supports WhatsApp Business Cloud API for receiving commands and sending payment notifications.
ngrok http 3000) and configure the webhook URL in your Meta Dashboard.For full details on supported commands and payment notifications, see the WhatsApp documentation.
Pre-built packages for popular automation platforms are available in the packages/ directory:
packages/n8n-nodes-mercadopagopackages/zapier-mercadopagopackages/make-mercadopagopackages/pipedream-mercadopagoEach package wraps the CobroYa core with platform-specific configuration. See the README in each package for setup instructions.
Install as a dependency:
| Variable | Required | Description |
|---|---|---|
MERCADO_PAGO_ACCESS_TOKEN | Yes | Mercado Pago API access token (get one here) |
TELEGRAM_BOT_TOKEN | For Telegram | Telegram bot token from @BotFather |
WHATSAPP_ACCESS_TOKEN | For WhatsApp | Meta Graph API token |
WHATSAPP_PHONE_NUMBER_ID | For WhatsApp | WhatsApp Business phone number ID |
WHATSAPP_VERIFY_TOKEN | For WhatsApp | Webhook verification token |
WA_NOTIFY_PHONE | No | Phone number for WhatsApp payment notifications |
MERCADO_PAGO_WEBHOOK_SECRET | No | HMAC secret for Mercado Pago webhook signature validation |
MP_CURRENCY | No | Default currency (defaults to ARS) |
MP_SUCCESS_URL | No | Default success redirect URL for payment preferences |
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dan1d-cobroya)<a href="https://allmcps.com/mcp/dan1d-cobroya"><img src="https://allmcps.com/api/badge/dan1d-cobroya?style=directory" alt="Cobroya on AllMCPs" /></a>