Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug logging | |
NODE_ENV | No | Environment mode (development or production) | development |
SATIM_BASE_URL | No | SATIM payment gateway URL (test or 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 |