io.github.alexey-pelykh/qontoctl✓
io.github.alexey-pelykh/qontoctl · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.alexey-pelykh/qontoctl",
"description": "CLI and MCP server for the Qonto banking API",
"repository": {
"url": "https://github.com/alexey-pelykh/qontoctl",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "qontoctl",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Qonto organization slug",
"isRequired": true,
"format": "string",
"name": "QONTOCTL_ORGANIZATION_SLUG"
},
{
"description": "Qonto API secret key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "QONTOCTL_SECRET_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}