MCP Server
MCP
io.github.codespar/mcp-bold-co
MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-bold-co",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Bold identity API key (llave de identidad), sent as x-api-key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BOLD_API_KEY"
},
{
"description": "Bold secret key. Only needed for the local checkout-signature and webhook-validation tools.",
"format": "string",
"isSecret": true,
"name": "BOLD_SECRET_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment