Deliverect Commerce MCP Server
Enables voice ordering via Google Gemini by exposing Deliverect Commerce API tools for store lookup, menu browsing, basket management, checkout, and Spoonity rewards integration.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Deliverect Commerce MCP ServerOrder a coffee and apply my rewards"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Deliverect Commerce MCP Server
MCP server exposing the Deliverect Commerce API for voice/AI assistant integration (Siri, Google Gemini, in-app voice control). Features seamless cross-service integration with Spoonity for applying loyalty rewards during checkout.
Quick Start
npm install
npm run build
DELIVERECT_CHANNEL_LINK_ID=<channel_link_id> \
DELIVERECT_ACCOUNT_ID=<account_id> \
SPOONITY_API_URL=https://api.spoonity.com \
node dist/index.jsRelated MCP server: wolt-mcp
Configuration
Env Var | Required | Default | Description |
| ✅ | — | Channel link ID for the ordering channel |
| ❌ | — | Account ID for payment gateway lookups |
| ❌ |
| Commerce API base URL |
| ❌ |
| Meta API base URL |
| ❌ |
| Spoonity API for rewards integration |
Tools (19)
Stores
Tool | Description |
| All ordering locations |
| Single store details |
| Open/closed status check |
Menu
Tool | Description |
| Full menu: categories, products, modifiers |
Basket
Tool | Description |
| Start a new order |
| Update items |
| Current cart state |
| Pre-checkout validation |
| Apply tip (flat/percentage) |
| Promo code |
| Pickup/delivery settings |
| Customer details |
Delivery
Tool | Description |
| Delivery availability + fee |
Checkout
Tool | Description |
| Submit order |
| Track order |
| Recommended add-ons |
Rewards Integration (Spoonity)
Tool | Description |
| Available rewards + wallet balance |
| Apply rewards/Quick Pay to basket |
| Finalize redemption after checkout |
Prompts
Prompt | Description |
| Quickly order a specific item |
| Explore menu and build an order |
| Recreate a previous order |
| Order + apply Spoonity rewards |
Order Flow
1. list_stores → Find a store
2. check_store_open → Verify availability
3. get_menus → Browse the menu
4. create_basket → Start order with items
5. set_tip → Add tip (optional)
6. get_rewards_for_checkout → Check rewards (optional)
7. apply_rewards → Apply discounts (optional)
8. set_customer → Customer info
9. validate_basket → Pre-flight check
10. checkout → Submit order
11. get_order_status → Track order
12. complete_redemption → Finalize rewards (if applied)Claude Desktop Config
{
"mcpServers": {
"deliverect": {
"command": "node",
"args": ["/path/to/deliverect-mcp-server/dist/index.js"],
"env": {
"DELIVERECT_CHANNEL_LINK_ID": "<channel_link_id>",
"DELIVERECT_ACCOUNT_ID": "<account_id>",
"SPOONITY_API_URL": "https://api.spoonity.com"
}
}
}
}Cross-Service Architecture
This server works alongside the Spoonity Consumer MCP Server:
Voice Assistant → "Order a coffee and use my rewards"
├── Spoonity MCP: get_balance, get_rewards
├── Deliverect MCP: list_stores → get_menus → create_basket
├── Deliverect MCP: get_rewards_for_checkout (uses Spoonity session)
├── Deliverect MCP: apply_rewards → checkout
└── Deliverect MCP: complete_redemptionSpoonity Product Team — March 2026
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/maxvbailey/deliverect-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server