MCP Hub
Back to servers

@theyahia/chargily-mcp

MCP server for Chargily Pay — payment gateway, CIB/EDAHABIA cards (Algeria)

npm188/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/chargily-mcp

chargily-mcp

MCP server for Chargily Pay payment gateway (Algeria).

Tools (8)

ToolDescription
create_checkoutCreate a checkout session
get_checkoutGet checkout status
list_checkoutsList checkouts
create_customerCreate a customer
list_customersList customers
create_productCreate a product
list_productsList products
create_priceCreate a price for a product

Quick Start

{
  "mcpServers": {
    "chargily": {
      "command": "npx",
      "args": ["-y", "@theyahia/chargily-mcp"],
      "env": {
        "CHARGILY_SECRET_KEY": "<YOUR_CHARGILY_SECRET_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
CHARGILY_SECRET_KEYYesSecret key from Chargily dashboard

License

MIT

Reviews

No reviews yet

Sign in to write a review