概览
What is Costa Rica Payments Mcp?
A remote MCP server that lets any AI agent accept payments in Costa Rica via cards and SINPE Movil. It acts as a stateless translation layer over ONVO Pay’s hosted checkout — never holding funds or storing credentials.
How to use Costa Rica Payments Mcp?
Set the MCP endpoint to https://mcp-cr.wishpool.app/mcp and pass your ONVO Pay secret key in the x-onvo-secret-key header (test keys enable test mode). The server exposes two tools: create_payment_link (generates a CRC hosted-checkout link) and query_payment_status (returns paid=true when the payment is confirmed).
Key features of Costa Rica Payments Mcp
- Remote, stateless MCP server (no database)
- Accepts cards and SINPE Movil via ONVO Pay
- Two simple tools:
create_payment_linkandquery_payment_status - Streamable HTTP transport, pure JSON-RPC
- Zero runtime dependencies; Node ≥ 18 required
- MIT licensed
Use cases of Costa Rica Payments Mcp
- An AI assistant creates a checkout link for a customer buying a digital service in Costa Rica
- An AI agent automatically verifies payment status of an order
- A chatbot processes SINPE Movil payments without handling credentials
FAQ from Costa Rica Payments Mcp
What runtime does the server need?
Node.js version 18 or later; zero external dependencies.
Does this server store any payment credentials or funds?
No. It is a stateless translation layer — funds flow directly from buyer to merchant via ONVO Pay, and no database is used.
How do test keys work?
Setting the x-onvo-secret-key header to a test key from ONVO Pay’s dashboard puts the server into test mode.
What transport does the MCP endpoint use?
Streamable HTTP with stateless JSON-RPC.
What payment methods are supported?
Cards and SINPE Movil, handled through ONVO Pay’s hosted checkout.