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 "Deploy 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 deployed
Maintenance
Related MCP Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Multi-tenant MCP gateway for AI commerce. One connection, every store.
Multi-tenant MCP gateway for AI commerce. One connection, every store.
Multi-tenant MCP gateway for AI commerce. One connection, every store.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to order food from TGO Yemek by browsing restaurants, managing carts, and completing checkouts. It allows users to handle address selection and order tracking directly through natural language interactions.22 npm13MIT
- AlicenseAqualityDmaintenanceA thin MCP server that exposes Wolt's public consumer endpoints to AI agents, enabling discovery of nearby venues and fetching their menus with live prices and deal signals.42MIT
- AlicenseAqualityDmaintenanceMCP server for Chipotle — let AI agents find locations, browse menus, build custom orders, and checkout for pickup or delivery.1832 npmMIT
- AlicenseAqualityDmaintenanceMCP server for Starbucks — let AI agents search the menu, customize drinks, find stores, place mobile pickup orders, and manage Starbucks Rewards.169 npm1MIT