Bonus Pink MCP Server
Click on "Deploy 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., "@Bonus Pink MCP Serveradd 50 points to card for jane@example.com"
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.
Bonus Pink MCP Server
Remote MCP server that lets Bonus Pink sub-accounts operate their loyalty program from any AI agent (Claude, Cursor, etc.): issue cards, add/subtract points, stamps and visits, redeem rewards, send push/SMS, read statistics — 84 tools for sub-accounts, plus 24 agency-only tools that appear automatically when connected with the Bonus Pink agency key.
Stateless Cloudflare Worker. Your API key travels with each request and is never stored on the server.
End-user guide for sub-accounts: USAGE.md — getting an API key, connecting each client, example prompts, troubleshooting.
Connect (sub-accounts)
Get your API key from the Bonus Pink dashboard (Settings → Integrations / API).
Claude Code
claude mcp add --transport http bonuspink https://mcp.bonuspink.com \
--header "Authorization: Bearer YOUR_API_KEY"claude.ai / clients without custom headers — put the key in the URL instead:
https://mcp.bonuspink.com/k/YOUR_API_KEYGeneric MCP JSON (Cursor, etc.)
{
"mcpServers": {
"bonuspink": {
"url": "https://mcp.bonuspink.com",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Then ask your agent things like: "Find the card for customer jane@example.com and add 50 points" or "How much revenue did we do last month?"
Related MCP server: YaparAI Enterprise MCP Server
Development
npm install
npm run gen # openapi.json → src/tools.gen.mjs (108 tools)
npm test # generator sanity check
npm run dev # local server on :8787
npm run deploy # gen + test + wrangler deployTo refresh the API surface: re-download the spec and regenerate.
curl -s https://api.digitalwallet.cards/api/v2/docs/json -o openapi.json && npm run gen && npm testHow it works
scripts/gen-tools.mjsgenerates one MCP tool per OpenAPI operation (path + query + body merged into one flat input schema). Marketplace endpoints are excluded (separateX-App-Tokenauth, not for sub-accounts).src/index.tsis a stateless JSON-RPC handler:initialize,tools/list,tools/call,ping. It proxies calls tohttps://api.digitalwallet.cardswith the caller'sX-API-Keyand passes API responses (including errors) through verbatim so the agent can self-correct.Agency detection: one probe of
GET /api/v2/profile/agencyper key (cached in-memory). Agency-only tools (companies, white-label branding, tariffs) are hidden from sub-account keys and return an error if called anyway.
Custom domain
mcp.bonuspink.com is attached via routes in wrangler.jsonc (custom_domain). The workers.dev URL also still works: https://bonus-pink-mcp.mecaca.workers.dev
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
Prepaid balance for AI agents: one key, 4,900+ tools your agent can run today, caps, receipts.
63 MCP tools for loyalty programs, rewards, and member operations with HITL approval.
60+ Meta Ads tools for AI agents: audits, campaign management, audiences and CAPI tracking.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceConnects GoHighLevel sub-accounts to AI models with over 260 tools for managing contacts, messaging, sales pipelines, and marketing automation. It enables users to automate complex CRM operations and business tasks through natural language interfaces like Claude Desktop.9 npmISC
- AlicenseAqualityDmaintenanceEnables AI assistants to manage social media accounts and CRM operations, including posting, analytics, inbox management, and customer management.22Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage GoHighLevel workspaces through natural language, with 508 tools across 18 domains for complete CRM, marketing, and workflow automation.Apache 2.0

@walletap/mcp-serverofficial
AlicenseAqualityCmaintenanceEnables AI assistants to issue and manage Apple Wallet and Google Wallet passes, including template creation, pass issuance, notifications, stamping, and loyalty management.2641 npmMIT