← Index

io.github.alexey-pelykh/qontoctl

io.github.alexey-pelykh/qontoctl·v1.0.0·Finance & Payments
Quality Score
80
/100

CLI and MCP server for the Qonto banking API

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "qontoctl": {
      "command": "npx",
      "args": [
        "-y",
        "qontoctl"
      ],
      "env": {
        "QONTOCTL_ORGANIZATION_SLUG": "<qontoctl_organization_slug>",
        "QONTOCTL_SECRET_KEY": "<your-qontoctl_secret_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "qontoctl": {
      "command": "npx",
      "args": [
        "-y",
        "qontoctl"
      ],
      "env": {
        "QONTOCTL_ORGANIZATION_SLUG": "<qontoctl_organization_slug>",
        "QONTOCTL_SECRET_KEY": "<your-qontoctl_secret_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y qontoctl
§02  Environment variables
QONTOCTL_ORGANIZATION_SLUG
required

Qonto organization slug

QONTOCTL_SECRET_KEY
requiredsecret

Qonto API secret key

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Finance & Payments