Spoonity Consumer MCP Server
Allows voice/AI assistant integration with Google Gemini for loyalty and rewards management via Spoonity API.
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., "@Spoonity Consumer MCP Servercheck 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.
Spoonity Consumer MCP Server
MCP server exposing the Spoonity Loyalty REST API for voice/AI assistant integration (Siri, Google Gemini, in-app voice control).
Quick Start
npm install
npm run build
# Run with user credentials from the mobile app
SPOONITY_SESSION_KEY=<session_key> \
SPOONITY_VENDOR_ID=<vendor_id> \
node dist/index.jsRelated MCP server: swaggbot
Configuration
Env Var | Required | Default | Description |
| ✅ | — | User's session key (passed from mobile app) |
| ✅ | — | Brand/vendor identifier |
| ❌ |
| API base URL |
Tools (28)
Auth
Tool | Description |
| Email/password authentication |
| New account creation |
| Pre-registration check |
| End session |
Profile
Tool | Description |
| User info (name, email, phone) |
| Edit profile fields |
| Password change |
Loyalty & Payments
Tool | Description |
| Quick Pay wallet balance |
| Loyalty point balances |
| QR code for scanning at register |
| Available rewards + tier + progress |
| Saved payment methods |
| Add funds to wallet |
| Auto-reload settings |
Transactions
Tool | Description |
| Purchase history |
| Star rating + comment |
| Add tip |
Stores & Cards
Tool | Description |
| Nearby store locator |
| Linked loyalty/gift cards |
| Link a card |
| Unlink a card |
Communication
Tool | Description |
| In-app inbox |
| Digital gift card |
| Promo code redemption |
| Help content |
| Forgot password |
| Guest balance check |
| Account removal |
Prompts
Prompt | Description |
| Check points, balance, tier, and available rewards |
| Reorder last purchase |
| Reload wallet with specified amount |
| Find closest open stores |
| Send a digital gift card |
Claude Desktop Config
{
"mcpServers": {
"spoonity": {
"command": "node",
"args": ["/path/to/spoonity-consumer-mcp-server/dist/index.js"],
"env": {
"SPOONITY_SESSION_KEY": "<session_key>",
"SPOONITY_VENDOR_ID": "106292"
}
}
}
}Architecture
This server is designed to work alongside the Deliverect MCP Server for seamless ordering + loyalty integration. The mobile app:
Authenticates user (gets session key)
Launches MCP client with session key as env var
Voice assistant uses both servers: Spoonity for loyalty/rewards, Deliverect for ordering
Rewards from Spoonity can be applied during Deliverect checkout
Spoonity 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/spoonity-consumer-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server