Chile Payments Mcp

by junter1989k-ai

130 downloads
Not rated
GitHub Website

About

Chile Payments Mcp is a remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Chile via Mercado Pago’s hosted checkout. It supports cards, Mercado Pago wallet, and bank transfers. The server acts as a stateless translation layer — it never…

Details

Author
junter1989k-ai
Downloads
130

- Accepts payments via Mercado Pago in Chile.
- Supports cards, Mercado Pago wallet, and bank transfers.
- Stateless translation layer; no database or credential storage.
- Remote MCP server compatible with any AI agent.
- Two tools: create payment link and query payment status.
- Listed on the official MCP Registry.

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

Use the MCP endpoint https://mcp-cl.wishpool.app/mcp with Streamable HTTP and set the x-mercadopago-access-token header to your Mercado Pago access token (use TEST- tokens for test mode). Two tools are available: create_payment_link (creates a CLP hosted-checkout link) and query_payment_status (pull-based status check).

Claude Desktop / Cursor

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

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

McpServers

{
    "chile-payments": {
        "type": "http",
        "url": "https://mcp-cl.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.