SATIM Payment Gateway MCP Server - Model Context Protocol server for SATIM payment processing
SATIM Payment Gateway MCP Server - Model Context Protocol server for SATIM payment processing. The satim payment gateway integration mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.
A Model Context Protocol (MCP) server for integrating with the SATIM payment gateway system in Algeria. The server provides a structured interface for processing CIB/Edhahabia card payments through the SATIM-ePAY platform. This package enables AI assistants like Cursor, Claude, and Copilot to directly access your account data through a standardized interface.
Everything the assistant can do here goes through one of these:
Prerequisites — The Prerequisites tool exposed by this serverconfigure_credentials — The configure_credentials tool exposed by this serverregister_order — The register_order tool exposed by this serverconfirm_order — The confirm_order tool exposed by this serverrefund_order — The refund_order tool exposed by this servervalidate_payment_response — The validate_payment_response tool exposed by this serverYou will need 4 environment variables: SATIM_USERNAME, SATIM_PASSWORD, SATIM_TERMINAL_ID, SATIM_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
The server ships on npm as tsx, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Satim Payment Gateway Integration's toolset — Prerequisites, configure_credentials, register_order and 3 more — is a fair guide to whether it matches your workflow. It is maintained by zakblacki; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Satim Payment Gateway Integration's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| configure_credentials | The configure_credentials tool exposed by this server. |
| register_order | The register_order tool exposed by this server. |
| confirm_order | The confirm_order tool exposed by this server. |
| refund_order | The refund_order tool exposed by this server. |
| validate_payment_response | The validate_payment_response tool exposed by this server. |
{
"mcpServers": {
"satim-payment-gateway-integration": {
"command": "npx",
"args": ["-y", "tsx"],
"env": {
"SATIM_USERNAME": "your-value",
"SATIM_PASSWORD": "your-value",
"SATIM_TERMINAL_ID": "your-value",
"SATIM_BASE_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| SATIM_USERNAME | Configuration value read at startup. | Optional |
| SATIM_PASSWORD | Configuration value read at startup. | Optional |
| SATIM_TERMINAL_ID | Configuration value read at startup. | Optional |
| SATIM_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.