Peru Payments Mcp
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Peru Payments McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


