MCP Server
MCP
io.github.codespar/mcp-nequi
Nequi — Colombian digital wallet (50M+ users, by Bancolombia)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-nequi",
"version": "0.2.0-alpha.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for Nequi",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NEQUI_API_KEY"
},
{
"description": "OAuth2 client ID",
"isRequired": true,
"format": "string",
"name": "NEQUI_CLIENT_ID"
},
{
"description": "OAuth2 client secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NEQUI_CLIENT_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment