Loading MCP server directory, please wait...
MCP server for Openpay — BBVA-owned Mexican gateway (cards, SPEI, OXXO, subscriptions, payouts)
npx @getmcp/cli add io.github.codespar/mcp-openpayRequires Node.js 18+. Community-contributed server. Review source before installing.
OPENPAY_MERCHANT_IDOpenpay merchant id (forms part of the API URL path)
OPENPAY_PRIVATE_KEYOpenpay private API key (used as HTTP Basic auth username with empty password)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-openpay": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-openpay"
],
"env": {
"OPENPAY_MERCHANT_ID": "",
"OPENPAY_PRIVATE_KEY": "",
"OPENPAY_ENV": ""
}
}
}
}