Peru Payments Mcp

by junter1989k-ai

131 downloads
Not rated
GitHub Website

About

Peru Payments Mcp is a remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Peru. It integrates with Mercado Pago’s hosted checkout to support Yape, PagoEfectivo cash, cards, and Mercado Pago wallet. The server acts as a stateless translation…

Details

Author
junter1989k-ai
Downloads
131

- Remote MCP server for AI agents
- Accepts Yape, PagoEfectivo, cards, and Mercado Pago wallet
- Stateless, no database or credential storage
- Funds flow directly from buyer to merchant via Mercado Pago
- Tools: create payment link and query payment status
- Works with Claude, ChatGPT, Cursor, and other MCP clients

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 Peru 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

Point your MCP client to the endpoint https://mcp-pe.wishpool.app/mcp, providing your Mercado Pago access token via the x-mercadopago-access-token header. Two tools are available: create_payment_link (creates a PEN hosted-checkout link) and query_payment_status (pulls payment status; paid=true when paid). For local development, run node test/serve.js or node test/e2e.js.

Claude Desktop / Cursor

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

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

McpServers

{
    "peru-payments": {
        "type": "http",
        "url": "https://mcp-pe.wishpool.app/mcp"
    }
}
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.