Activity shown in the product preview: Workflow triggered, Task complete, 12 reactions, Credits redeemed.

MCP

Build a Rewards Store within hours

Tell your AI what to build. It ships a complete rewards storefront on Plum's MCP server.

claude_desktop_config.json
1{
2  "mcpServers": {
3    "xoxoday": {
4      "command": "npx",
5      "args": ["-y", "@xoxoday/mcp-server"],
6      "env": {
7        "XOXODAY_CLIENT_ID": "...",
8        "XOXODAY_CLIENT_SECRET": "..."
9      }
10    }
11  }
12}

From conversation to storefront

How teams transform their programmes with the platform.

Old Way
  • Hire developers for frontend + backend
  • Integrate multiple reward APIs manually
  • Build admin dashboard from scratch
  • Handle compliance and security yourself

$30,000–$80,000

Cost

2–3 months

Timeline

With MCP
  • Tell your AI what to build
  • MCP handles all API integration
  • Dashboard and storefront auto-generated
  • SOC 2, ISO 27001, GDPR built in

Free (open source)

Cost

Within hours

Timeline

Getting started

From install to first order in 3 steps

01

Install

Run npx @xoxoday/mcp-server or add to your MCP config file.

02

Configure

Set your Xoxoday client ID and secret as environment variables.

03

Build

Ask your AI to create a storefront, place orders, or check balances.

9 tools your AI discovers automatically

OAuth 2.0 authentication, in-memory credential cache, 30-second timeout.

Get Vouchers

Browse the full catalog of gift cards and vouchers.

Place Order

Order vouchers programmatically with recipient details.

Get Balance

Check available balance and pending amounts.

Order Details

Track order status from creation to delivery.

bash
1curl -X GET https://api.xoxoday.com/v1/vouchers \
2 -H "Authorization: Bearer sk_live_..." \
3 -H "Content-Type: application/json" \
4 -d '{
5 "country": "US",
6 "category": "gift-cards",
7 "limit": 50
8 }'

Reward Categories

Current & upcoming reward categories

Gift Cards

Browse and order from 10,000+ gift card brands across 150+ countries. Live now.

Lounge Access

QR-based airport lounge passes across 1,200+ global lounges. Coming soon.

Merchandise

Physical gifts, curated hampers, and branded merchandise. Coming soon.

Charity

Donations to verified non-profits in 150+ countries. Coming soon.

Mobile Top-up

Instant mobile recharges across global carriers. Coming soon.

More Coming

Experiences, travel, crypto, and more. Expanding the catalog continuously.

Use Cases

Built for developers, designed for teams

B2C Gift Card Store

Build a consumer-facing storefront with category browsing, search, cart, and checkout. Powered by MCP.

Loyalty Redemption Portal

Create a points-based redemption portal where users browse rewards by balance and redeem with one click.

Corporate Gifting

Build an HR gifting portal with CSV upload, budget controls, bulk ordering, and delivery tracking.

Employee Recognition

Create a recognition platform where managers send rewards instantly and track engagement.

App Generators

Say what you need. Get a deployable app

Use plain English prompts to manage rewards, check budgets, and generate reports.

Prompt

Build me a B2C gift card storefront with category browsing, search, cart, and checkout. Use the Xoxoday MCP for catalog and ordering.

Output
  • Next.js app with Tailwind UI
  • Category grid with 10M+ vouchers
  • Cart with multi-item checkout
  • Order confirmation with email delivery
Common questions

Everything you would want to know

MCP (Model Context Protocol) is an open standard that lets AI assistants discover and use external tools. The Xoxoday MCP server exposes 9 tools that any MCP-compatible AI (Claude Desktop, Cursor, VS Code Copilot) can use to browse reward catalogs, place orders, check balances, and more.