Argentina Payments Mcp
@junter1989k-ai
Overview
What is Argentina Payments Mcp?
Argentina Payments Mcp is a remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Argentina via Mercado Pago's hosted checkout. It supports Mercado Pago wallet, cards with cuotas, and cash payments (Rapipago / Pago Fácil). It acts as a stateless translation layer — funds flow directly from buyer to Mercado Pago to the merchant, never holding funds or storing credentials.
How to use Argentina Payments Mcp?
Connect your AI client to the endpoint https://mcp-ar.wishpool.app/mcp and include the HTTP header x-mercadopago-access-token with your Mercado Pago access token (starting with TEST- for test mode or APP_USR- for production). Two tools are available: create_payment_link to generate an ARS hosted-checkout link, and query_payment_status for pull‑based status checks. For local development, run node test/serve.js (requires Node ≥ 18).
Key features of Argentina Payments Mcp
- Accepts Mercado Pago wallet, credit cards with cuotas, and cash methods.
- Generates ARS hosted-checkout links via
create_payment_link. - Pull‑based payment status query with
query_payment_status. - Stateless architecture — no database, no credential storage.
- Zero runtime dependencies beyond Node.js ≥ 18.
- Remotely hosted; ready to use with any MCP-compatible agent.
Use cases of Argentina Payments Mcp
- An AI chatbot selling digital products in Argentina that needs to generate Mercado Pago payment links on the fly.
- A virtual assistant that checks if a customer has paid an invoice before releasing a service.
- An e-commerce agent integrated with Claude or ChatGPT that accepts local payment methods without hardcoding bank APIs.
FAQ from Argentina Payments Mcp
What Mercado Pago features are supported?
The server supports Mercado Pago wallet, credit cards with cuotas (installments), and cash payments via Rapipago / Pago Fácil, using Mercado Pago's hosted checkout flow.
How do I authenticate with Argentina Payments Mcp?
Pass your Mercado Pago access token in the x-mercadopago-access-token HTTP header. Use a token starting with TEST- for the developer sandbox or APP_USR- for production.
Is the server stateless? Where does data live?
Yes, Argentina Payments Mcp is a stateless translation layer. It never holds funds, stores credentials, or uses a database. Payment data flows directly between the buyer, Mercado Pago, and the merchant.
What tools does Argentina Payments Mcp provide?
Two tools: create_payment_link (creates an ARS hosted-checkout link) and query_payment_status (checks if a payment is completed). Both are standard JSON‑RPC tools.
What are the runtime requirements?
The server requires Node.js ≥ 18 and has zero other runtime dependencies. It is licensed under MIT.