Colombia Payments Mcp
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
Jump to
- 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:
- 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
Colombia 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
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"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


