Algeria Payments Mcp
@junter1989k-ai
Overview
What is Algeria Payments Mcp?
A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor…) accept payments in Algeria via EDAHABIA (Algérie Poste) and CIB interbank cards, using Chargily Pay’s hosted checkout. It acts as a stateless translation layer; funds flow directly from buyer to Chargily Pay to merchant, never held by the server.
How to use Algeria Payments Mcp?
Connect any MCP client to the endpoint https://mcp-dz.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC). Set the HTTP header x-chargily-secret-key to your Chargily Pay secret key (test or live). Use the tool create_payment_link to create a DZD hosted-checkout link, and query_payment_status to check if payment succeeded.
Key features of Algeria Payments Mcp
- Stateless translation layer; no database or credential storage.
- Accepts EDAHABIA (Algérie Poste) and CIB interbank cards.
- Supports test and live modes via Chargily Pay secret keys.
- Remote MCP endpoint with Streamable HTTP transport.
- Zero runtime dependencies, Node.js ≥ 18 required for development.
- Pull-based payment status checking with
query_payment_status.
Use cases of Algeria Payments Mcp
- AI agents generating payment links for Algerian users on demand.
- Automating checkout flows in chatbots or voice assistants.
- Integrating Algerian payment methods into no-code MCP workflows.
- Testing payment integrations with Chargily Pay test keys.
FAQ from Algeria Payments Mcp
How does this server handle funds or credentials?
It never holds funds or stores credentials; it is a stateless translation layer. Payments flow directly from buyer to Chargily Pay to merchant, and the server uses only the passed API key.
What payment methods are supported?
EDAHABIA (Algérie Poste) and CIB interbank cards, both routed through Chargily Pay’s hosted checkout.
Where is the server hosted and how do I connect?
The server is remote at https://mcp-dz.wishpool.app/mcp using Streamable HTTP transport. No local installation is required; any MCP client can connect.
Is there a test mode?
Yes. Use a Chargily Pay secret key starting with test_sk_ for test mode, or live_sk_ for production.
What runtime dependencies are needed?
For local development, Node.js ≥ 18. The production server has zero runtime dependencies.