Peru's Stripe-analog โ default PSP for Peruvian D2C and SaaS (CulqiOnline, CulqiLink, CulqiFull). Brings Peru into the catalog alongside BR/MX/AR/CO/CL.
$ npm install @codespar/mcp-culqiAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"culqi": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-culqi"
],
"env": {
"CULQI_SECRET_KEY": "<your_culqi_secret_key>"
}
}
}
}After restart, your agent can call any of the 20 tools below โ try create_token first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
CULQI_SECRET_KEYCulqi secret key. Use sk_test_... for sandbox, sk_live_... for production.
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_tokencreate_chargeget_chargelist_chargescapture_chargerefund_chargeget_refundcreate_customerMCP is a protocol โ any framework that speaks it can mount this server.