
Cobroya
Let agents create Mercado Pago payment links, look up payments, issue refunds, and read merchant info while you integrate LATAM checkout.
Overview
Cobroya is a MCP server for the Build phase that exposes Mercado Pago payment links, payment search, refunds, and merchant info to agents over stdio npm transport.
What is this MCP server?
- stdio npm package identifier cobroya v1.0.1
- Mercado Pago tools: payment links, search, refunds, merchant info
- Requires MERCADO_PAGO_ACCESS_TOKEN (APP_USR- prefix)
- Published from github.com/dan1d/mercadopago-tool
- Built specifically for AI agents operating checkout workflows
- Server and npm package version 1.0.1
- Transport: stdio via registry package identifier cobroya
- Documented tool themes: payment links, search, refunds, merchant info
Community signal: 1 GitHub stars.
What problem does it solve?
Hooking Mercado Pago into an agent-assisted codebase means repetitive SDK documentation dives every time you need links, lookups, or refunds.
Who is it for?
Solo builders shipping LATAM SaaS or ecommerce who already use Mercado Pago and want stdio MCP payment tools in Claude Code or Cursor.
Skip if: US-only Stripe stacks, builders who cannot issue Mercado Pago credentials, or teams that need PCI-heavy card vaulting beyond Mercado Pago’s hosted flows.
What do I get? / Deliverables
With the token configured, your agent can call Cobroya tools to operate Mercado Pago flows while you focus on checkout UX and webhook handling.
- Agent-callable Mercado Pago payment link creation and payment search
- Refund and merchant-info operations without leaving the IDE
- Faster LATAM payment integration iteration during build
Recommended MCP Servers
Journey fit
Payment wiring is core product build work for monetized apps, especially before you ship billing flows to production. Integrations subphase is where third-party PSP APIs, tokens, and agent-callable payment tools land in the codebase.
How it compares
Mercado Pago stdio MCP integration, not a generic planning skill or cloud deploy server.
Common Questions / FAQ
Who is Cobroya for?
Developers and indie founders integrating Mercado Pago who want AI agents to create payment links, search payments, refund charges, and read merchant details via MCP.
When should I use Cobroya?
Use it during build integrations while implementing or debugging checkout, billing ops, and Mercado Pago back-office tasks from your agent environment.
How do I add Cobroya to my agent?
Install the npm package cobroya, set MERCADO_PAGO_ACCESS_TOKEN to your APP_USR- access token, and register the server with stdio transport in your MCP client configuration.