Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | The application environment | development |
| SATIM_BASE_URL | No | The SATIM API base URL (use https://satim.dz/payment/rest for production) | https://test.satim.dz/payment/rest |
| SATIM_PASSWORD | Yes | Your SATIM merchant password | |
| SATIM_USERNAME | Yes | Your SATIM merchant username | |
| SATIM_TERMINAL_ID | No | Your bank-assigned terminal ID |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| configure_credentials | Configure SATIM payment gateway credentials |
| register_order | Register a new order with SATIM payment gateway |
| confirm_order | Confirm order status after payment attempt |
| refund_order | Process refund for a completed order |
| validate_payment_response | Validate and interpret payment response status |