MCP Openpay runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Openpay — BBVA-owned Mexican gateway (cards, SPEI, OXXO, subscriptions, payouts)
Today is the operative word: we check MCP Openpay every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-openpay -- npx -y @codespar/mcp-openpay
{
"mcpServers": {
"mcp-openpay": {
"args": [
"-y",
"@codespar/mcp-openpay"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-openpay]
command = "npx"
args = ["-y", "@codespar/mcp-openpay"]
{
"mcpServers": {
"mcp-openpay": {
"args": [
"-y",
"@codespar/mcp-openpay"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-openpay": {
"args": [
"-y",
"@codespar/mcp-openpay"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
OPENPAY_MERCHANT_ID (Openpay merchant id (forms part of the API URL path)), OPENPAY_PRIVATE_KEY (Openpay private API key (used as HTTP Basic auth username with empty password)), OPENPAY_ENV (Environment: 'sandbox' (default) or 'production'. Selects between https://sandbox-api.openpay.mx and https://api.openpay.mx.).
The author declared them in the registry entry; get the values from the project itself.
Conekta — Mexican payment gateway (cards, OXXO cash, SPEI)
MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes
MCP server for iugu — invoices, subscriptions, customers, payment methods
MCP server for Kushki — LATAM PSP: card charges, preauth, PSE/SPEI transfer, cash, subscriptions
MCP server for Culqi — Peru PSP: charges, refunds, cards, Yape/PagoEfectivo, subscriptions
MCP server for Asaas — billing automation, Pix, boleto, credit card, subscriptions
MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks
MCP server for Vindi — recurring billing, subscriptions, invoices
Answers built from our own checks of this server.