Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JUSPAY_ENV | No | Set to 'production' to use live API endpoints. Options: 'sandbox' (default), 'production' | sandbox |
| JUSPAY_API_KEY | No | Your Juspay API key for payment processing | |
| JUSPAY_MCP_TYPE | No | Determines which set of tools the server will expose. Options: 'CORE' (default), 'DASHBOARD' | CORE |
| JUSPAY_MERCHANT_ID | No | Your Juspay merchant ID | |
| JUSPAY_WEB_LOGIN_TOKEN | No | Your Juspay dashboard login token | |
| INCLUDE_RESPONSE_SCHEMA | No | When set to 'true', tool descriptions will include JSON schemas for responses. Options: 'false' (default), 'true' | false |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |