Spoonity Consumer MCP Server

Spoonity Consumer MCP Server

MCP server exposing the Spoonity Loyalty REST API for voice/AI assistant integration, enabling users to check rewards, manage loyalty, and perform other actions via natural language.

Category
Visit Server

README

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.js

Configuration

Env Var Required Default Description
SPOONITY_SESSION_KEY User's session key (passed from mobile app)
SPOONITY_VENDOR_ID Brand/vendor identifier
SPOONITY_API_URL https://api.spoonity.com API base URL

Tools (28)

Auth

Tool Description
login Email/password authentication
register New account creation
check_email_exists Pre-registration check
logout End session

Profile

Tool Description
get_profile User info (name, email, phone)
update_profile Edit profile fields
change_password Password change

Loyalty & Payments

Tool Description
get_balance Quick Pay wallet balance
get_points Loyalty point balances
get_barcode QR code for scanning at register
get_rewards Available rewards + tier + progress
get_credit_cards Saved payment methods
reload_balance Add funds to wallet
get_auto_reload Auto-reload settings

Transactions

Tool Description
get_transactions Purchase history
rate_transaction Star rating + comment
tip_transaction Add tip

Stores & Cards

Tool Description
get_stores Nearby store locator
get_cards Linked loyalty/gift cards
add_card Link a card
remove_card Unlink a card

Communication

Tool Description
get_messages In-app inbox
send_egift Digital gift card
activate_promotion Promo code redemption
get_faq Help content
request_password_reset Forgot password
check_card_balance Guest balance check
delete_account Account removal

Prompts

Prompt Description
check_my_rewards Check points, balance, tier, and available rewards
order_my_usual Reorder last purchase
reload_my_balance Reload wallet with specified amount
find_nearest_store Find closest open stores
send_a_gift 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:

  1. Authenticates user (gets session key)
  2. Launches MCP client with session key as env var
  3. Voice assistant uses both servers: Spoonity for loyalty/rewards, Deliverect for ordering
  4. Rewards from Spoonity can be applied during Deliverect checkout

Spoonity Product Team — March 2026

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured