MCP Server
MCP
io.github.codespar/mcp-openpay
MCP server for Openpay — BBVA-owned Mexican gateway (cards, SPEI, OXXO, subscriptions, payouts)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-openpay",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Openpay merchant id (forms part of the API URL path)",
"isRequired": true,
"format": "string",
"name": "OPENPAY_MERCHANT_ID"
},
{
"description": "Openpay private API key (used as HTTP Basic auth username with empty password)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OPENPAY_PRIVATE_KEY"
},
{
"description": "Environment: 'sandbox' (default) or 'production'. Selects between https://sandbox-api.openpay.mx and https://api.openpay.mx.",
"format": "string",
"name": "OPENPAY_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment