mcp culqi for VS Code
io.github.codespar/mcp-culqi
MCP server for Culqi — Peru PSP: charges, refunds, cards, Yape/PagoEfectivo, subscriptions
client:VS Code
transport:stdio
runtime:npm
Install mcp culqi in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "culqi-secret-key",
"description": "CULQI_SECRET_KEY",
"password": true
}
],
"servers": {
"mcp-culqi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-culqi"
],
"env": {
"CULQI_SECRET_KEY": "${input:culqi-secret-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs