Uruguay Payments Mcp

by junter1989k-ai

271 downloads
Not rated
GitHub Website

Description

<!-- mcp-name: app.wishpool/uruguay-payments-mcp --> # Uruguay Payments MCP — let AI agents accept payments in Uruguay > **Live** · MCP endpoint: `https://mcp-uy.wishpool.app/mcp` · Listed on the [official MCP…

About

<!-- mcp-name: app.wishpool/uruguay-payments-mcp --> # Uruguay Payments MCP — let AI agents accept payments in Uruguay > **Live** · MCP endpoint: `https://mcp-uy.wishpool.app/mcp` · Listed on the [official MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=wishpool) as…

Details

Author
junter1989k-ai
Downloads
271

- Remote server, no local installation required.
- Supports cards, Abitab/Redpagos cash, and Mercado Pago wallet.
- Stateless — no database, no funds holding, no credential storage.
- Provides create_payment_link and query_payment_status tools.
- Part of an 81-country MCP family (hub: mcp.wishpool.app).

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Uruguay Payments Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Connect your MCP client to the endpoint https://mcp-uy.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC) and pass a x-mercadopago-access-token header with your Mercado Pago access token (test or production). The server provides two tools: create_payment_link (creates a UYU hosted-checkout link) and query_payment_status (pull-based status check; returns paid=true when paid).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "uruguay payments mcp": {
            "uruguay-payments": {
                "type": "http",
                "url": "https://mcp-uy.wishpool.app/mcp"
            }
        }
    }
}

McpServers

{
    "uruguay-payments": {
        "type": "http",
        "url": "https://mcp-uy.wishpool.app/mcp"
    }
}

Uruguay Payments MCP — let AI agents accept payments in Uruguay

> Live · MCP endpoint: https://mcp-uy.wishpool.app/mcp · Listed on the official MCP Registry as app.wishpool/uruguay-payments-mcp · Part of a 81-country family — hub: mcp.wishpool.app

A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor…) accept payments in Uruguay: cards, Abitab / Redpagos cash, Mercado Pago wallet — via Mercado Pago's hosted checkout.

> ⚖️ Stateless translation layer: funds always flow buyer → Mercado Pago → merchant directly. Never holds funds or stores credentials — no database at all.

Quick start

MCP endpoint: https://mcp-uy.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC)

| Header | Value |
|---|---|
| x-mercadopago-access-token | your Mercado Pago access token (TEST- = test mode from mercadopago.com developers, APP_USR- = production) |

Tools

| Tool | What it does |
|---|---|
| create_payment_link | Create a UYU hosted-checkout link. |
| query_payment_status | Pull-based status check; paid=true when PAID. |

Develop

node test/serve.js      # local server (http://localhost:3289/mcp)
node test/e2e.js        # protocol + validation suite (probes real Mercado Pago auth errors)

Zero runtime dependencies; Node ≥ 18. MIT license.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.