Live · MCP endpoint:
https://mcp-dz.wishpool.app/mcp· Listed on the official MCP Registry asapp.wishpool/algeria-payments-mcp· Part of a 81-country family — hub: mcp.wishpool.app
A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor…) accept payments in Algeria: EDAHABIA (Algérie Poste), CIB interbank cards — via Chargily Pay — via Chargily Pay's hosted checkout.
⚖️ Stateless translation layer: funds always flow buyer → Chargily Pay → merchant directly. Never holds funds or stores credentials — no database at all.
Quick start
MCP endpoint: https://mcp-dz.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC)
| Header | Value |
|---|---|
x-chargily-secret-key | your Chargily Pay secret key from pay.chargily.com (test_sk_ = test mode, live_sk_ = production) |
Tools
| Tool | What it does |
|---|---|
create_payment_link | Create a DZD hosted-checkout link. |
query_payment_status | Pull-based status check; paid=true when PAID. |
Develop
node test/serve.js # local server (http://localhost:3286/mcp)
node test/e2e.js # protocol + validation suite (probes real Chargily Pay auth errors)
Zero runtime dependencies; Node ≥ 18. MIT license.