Cobroya MCP Server

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. Its 5 documented tools cluster into read & search, create & write. It runs locally over stdio via the published package.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-11 · ★ 3 · #81 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Cobroya

before you install - you'll need

Set MERCADO_PAGO_ACCESS_TOKEN, TELEGRAM_BOT_TOKEN, WHATSAPP_ACCESS_TOKEN, WHATSAPP_PHONE_NUMBER_ID, WHATSAPP_VERIFY_TOKEN before connecting.

Claude Code

claude mcp add dan1d-mercadopago-tool -- npx -y cobroya

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dan1d-mercadopago-tool": {
      "command": "npx",
      "args": [
        "-y",
        "cobroya"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package cobroya - unscoped; check the name against the project README before installing

registry namespace io.github.dan1d is GitHub-verified and matches the repo owner

03 · What Cobroya can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create a Mercado Pago checkout payment link. Returns an init_point URL to share with buyers. Supports back_urls and notification_url, retrieve full details of a payment by ID, including status, amount, and payer info, search payments with filters: status (approved, pending, rejected, etc.), sort order, and pagination, and get the authenticated merchant's profile: user ID, nickname, and site.

Capability map

Tools grouped from the project's README - what Cobroya lets an agent do.

read & search

3 tools - e.g. Retrieve full details of a payment by ID, including status, amount, and payer info.; Search payments with filters: status (approved, pending, rejected, etc.), sort order, and pagination.; Get the…

get_payment · search_payments · get_merchant_info

create & write

2 tools - e.g. Create a Mercado Pago checkout payment link. Returns an init_point URL to share with buyers. Supports back_urls and notification_url.; Issue a full or partial refund for a payment. Omit amount for a full…

create_payment_preference · create_refund

Latest releases

v1.0.1 · 2026-03-08

CobroYa v1.0.1 · Mercado Pago MCP server for AI agents, Telegram, and WhatsApp. · 5 MCP tools: create payment links, search payments, get payment details, refunds, merchant info · Telegram bot with inline payment…

04 · Who maintains Cobroya

cobroya is maintained by dan1d. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
communication - ranked #81 of 99 actively-maintained communication servers as of 2026-08-25.
registry
io.github.dan1d/cobroya (active, first published 2026-03-06)
packages
npm:cobroya

06 · Cobroya FAQ

Is Cobroya still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-11. We re-verify nightly.

What can Cobroya do?

With this server connected, an agent can create a Mercado Pago checkout payment link. Returns an init_point URL to share with buyers. Supports back_urls and notification_url, retrieve full details of a payment by ID, including status, amount, and payer info, search payments with filters: status (approved, pending, rejected, etc.), sort order, and pagination, and get the authenticated merchant's profile: user ID, nickname, and site.

How do I install Cobroya?

Run `npx -y cobroya`. The README documents 5 environment variables (MERCADO_PAGO_ACCESS_TOKEN, TELEGRAM_BOT_TOKEN, WHATSAPP_ACCESS_TOKEN…) to set first. Set MERCADO_PAGO_ACCESS_TOKEN, TELEGRAM_BOT_TOKEN, WHATSAPP_ACCESS_TOKEN, WHATSAPP_PHONE_NUMBER_ID, WHATSAPP_VERIFY_TOKEN before connecting. You can also paste the ready-made client config above.

Does Cobroya run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Cobroya

More communication MCP servers · Figmanage · Ethora MCP CLI · Entra News Podcast · Iterable Data

More TypeScript MCP servers · Kit.com MCP Server · LLM Bus · Repomemory · Make MCP · see all