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.
Related MCP Servers
- Alicense-qualityDmaintenanceAn 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.Last updated1314MIT
- 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.Last updated2MIT
- AlicenseAqualityDmaintenanceMCP server for Chipotle — let AI agents find locations, browse menus, build custom orders, and checkout for pickup or delivery.Last updated21842MIT
- AlicenseAqualityDmaintenanceMCP server for Starbucks — let AI agents search the menu, customize drinks, find stores, place mobile pickup orders, and manage Starbucks Rewards.Last updated16191MIT
Related MCP Connectors
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
Connect e-commerce and marketing data to AI assistants via MCP.
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/maxvbailey/deliverect-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server