VoucherVault MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VOUCHERVAULT_URL | Yes | Base URL of the VoucherVault container (the internal URL) | |
| VOUCHERVAULT_API_TOKEN | Yes | Bearer token for the token API (same token as the read stats endpoint; generate in the VoucherVault Django admin) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| coupons_listA | List vouchers, coupons, gift cards and loyalty cards. Use |
| coupon_getA | Get full details of a single item by its id (UUID string). |
| coupon_createA | Create a new item (coupon, voucher, gift card or loyalty card).
|
| coupon_updateA | Update fields of an existing item by id. Only provided fields change. Editable: name, issuer, redeem_code, expiry_date (YYYY-MM-DD), description, currency, value, value_type (money | percentage | multiplier). Returns the updated item. |
| coupon_mark_usedA | Toggle the used status of an item. Calling this once marks the item as USED; calling it again marks it available again. The returned item reflects the new state. |
| coupon_deleteC | Permanently delete an item by its id. This cannot be undone. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mmarquezs/vouchervault-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server