MCP Server
MCP
io.github.codespar/mcp-khipu
MCP server for Khipu — Chilean instant bank-transfer payments (complements Transbank cards)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-khipu",
"version": "0.2.0-alpha.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Khipu v3 API key (sent as x-api-key header). Obtain from Khipu merchant panel → Developers.",
"format": "string",
"isSecret": true,
"name": "KHIPU_API_KEY"
},
{
"description": "Khipu receiver id (merchant id). Required only for legacy v2 HTTP Basic auth; not needed when KHIPU_API_KEY is set.",
"format": "string",
"name": "KHIPU_RECEIVER_ID"
},
{
"description": "Khipu receiver secret. Required only for legacy v2 HTTP Basic auth; not needed when KHIPU_API_KEY is set.",
"format": "string",
"isSecret": true,
"name": "KHIPU_SECRET"
},
{
"description": "Khipu API base URL. Defaults to https://payment-api.khipu.com/v3.",
"format": "string",
"name": "KHIPU_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment