What you can do
Once connected, an AI assistant can answer natural-language questions about your loyalty data:- “Show me the top ten loyalty programs by active customers this month.”
- “List gift cards issued in the last 24 hours.”
- “What’s the wallet-pass install rate for program XYZ?”
- “Create a new customer record for [email protected] in program ABC.”
Architecture
Tool surface
The MCP server is read-only — it covers listing, getting, and searching the high-traffic parts of the API:- Loyalty programs —
list_programs,get_program - Customers —
search_customers,get_customer - Loyalty transactions —
get_customer_transactions - Wallet passes —
list_passes,get_pass - Gift cards —
list_gift_cards,get_gift_card,get_gift_card_transactions - System —
get_system_health
Next steps
Install the server
Clone, configure, and run the MCP server locally.
Connect a client
Wire up Claude Desktop, Claude Code, Cursor, or Windsurf.
