Colombia Payments Mcp

by junter1989k-ai

164 downloads
Not rated
GitHub Website

About

Colombia Payments Mcp is a remote MCP (Model Context Protocol) server that enables any AI agent (Claude, ChatGPT, Cursor, etc.) to accept payments in Colombia via Mercado Pago's hosted checkout. It supports PSE bank transfers, Nequi, credit/debit cards, and Efecty cash. The…

Details

Author
junter1989k-ai
Downloads
164

- Remote MCP server for AI agents
- Accepts PSE, Nequi, cards, Efecty payments
- Stateless: no database or credential storage
- Pull‑based payment status verification
- Zero runtime dependencies; requires Node ≥ 18
- Streamable HTTP transport (JSON‑RPC)

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

Configure your MCP client (e.g., Claude, Cursor) with the endpoint https://mcp-co.wishpool.app/mcp and set the header x-mercadopago-access-token to your Mercado Pago access token (use TEST- for test mode, APP_USR- for production). Available tools are create_payment_link (generates a COP 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": {
        "colombia payments mcp": {
            "colombia-payments": {
                "type": "http",
                "url": "https://mcp-co.wishpool.app/mcp"
            }
        }
    }
}

McpServers

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