Costa Rica Payments Mcp
Description
<!-- mcp-name: app.wishpool/costa-rica-payments-mcp --> # Costa Rica Payments MCP — let AI agents accept payments in Costa Rica > **Live** · MCP endpoint: `https://mcp-cr.wishpool.app/mcp` · Listed on the [official MCP…
About
<!-- mcp-name: app.wishpool/costa-rica-payments-mcp --> # Costa Rica Payments MCP — let AI agents accept payments in Costa Rica > **Live** · MCP endpoint: `https://mcp-cr.wishpool.app/mcp` · Listed on the [official MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=wishpool) as…
Details
- Author
- junter1989k-ai
- Downloads
- 274
Jump to
- Remote, stateless MCP server (no database)
- Accepts cards and SINPE Movil via ONVO Pay
- Two simple tools: create_payment_link and query_payment_status
- Streamable HTTP transport, pure JSON-RPC
- Zero runtime dependencies; Node ≥ 18 required
- MIT licensed
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
Costa Rica 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
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).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"costa rica payments mcp": {
"costa-rica-payments": {
"type": "http",
"url": "https://mcp-cr.wishpool.app/mcp"
}
}
}
}
McpServers
{
"costa-rica-payments": {
"type": "http",
"url": "https://mcp-cr.wishpool.app/mcp"
}
}
Costa Rica Payments MCP — let AI agents accept payments in Costa Rica
> Live · MCP endpoint: https://mcp-cr.wishpool.app/mcp · Listed on the official MCP Registry as app.wishpool/costa-rica-payments-mcp · Part of a 81-country family — hub: mcp.wishpool.app
A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor…) accept payments in Costa Rica: cards, SINPE Movil — via ONVO Pay — via ONVO Pay's hosted checkout.
> ⚖️ Stateless translation layer: funds always flow buyer → ONVO Pay → merchant directly. Never holds funds or stores credentials — no database at all.
Quick start
MCP endpoint: https://mcp-cr.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC)
| Header | Value |
|---|---|
| x-onvo-secret-key | your ONVO Pay secret key from dashboard.onvopay.com (test keys = test mode) |
Tools
| Tool | What it does |
|---|---|
| create_payment_link | Create a CRC hosted-checkout link. |
| query_payment_status | Pull-based status check; paid=true when PAID. |
Develop
node test/serve.js # local server (http://localhost:3288/mcp)
node test/e2e.js # protocol + validation suite (probes real ONVO Pay auth errors)
Zero runtime dependencies; Node ≥ 18. MIT license.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


