All Digital Rewards Connector for AI agents.
10 live capabilities
Manage loyalty rewards and participant incentives through a conversational interface.
Waiting for input…
Why people use All Digital Rewards
All Digital Rewards for Automated Loyalty Management
This Connector lets you handle that entire workflow from a single chat window. You can ask your agent to find a user, issue their points, and confirm their order status in one go. You get a unified way to manage your rewards without the manual overhead.
What Vinkius changes
You get a conversational interface for managing your entire rewards and loyalty backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rewarding a customer referral
A marketing manager needs to reward a customer for a referral.
- Real-world use case 02
Identifying top contest winners
An HR manager wants to see who won a sales contest.
- Real-world use case 03
Checking on a late gift card
A customer asks about a late gift card.
Complete set · 10capabilities
The complete All Digital Rewards capability set.
These are the exact actions your AI can choose when you ask it to work with All Digital Rewards.
01—04
4 capabilities in this set.
Part of 10 available through All Digital Rewards.
- 01 Capability
List programs
View all current incentive programs in your account. This helps you see your active loyalty structures at a glance.
- 02 Capability
List participants
See a list of all reward participants. Use this to get a high-level view of your active user base.
- 03 Capability
Issue points
Give points to a participant to reward a specific behavior. It's a fast way to handle manual rewards.
- 04 Capability
List reward products
View all available rewards in your catalog. This lets you see your full inventory of gift cards and items.
05—07
3 capabilities in this set.
Part of 10 available through All Digital Rewards.
- 05 Capability
Get product details
See the metadata for a specific reward item. This helps you check the details of a single reward product.
- 06 Capability
List orders
See a list of all reward redemption orders. This helps you monitor the volume of rewards being claimed.
- 07 Capability
Get order details
Check the fulfillment status of a specific order. Use this to see if a gift card or item has shipped.
08—10
3 capabilities in this set.
Part of 10 available through All Digital Rewards.
- 08 Capability
Get program details
Get the metadata for a specific program. This provides the specific rules and details for a single incentive.
- 09 Capability
Get participant details
See a full profile for a specific participant. This includes their point balance and activity history.
- 10 Capability
Create participant
Enroll a new user into your reward system. Use this to quickly add people to your loyalty programs.
Set up in minutes
One URL. Then ask All Digital Rewards to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use All Digital Rewards from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8glqwMuvK9g37YJxKWOOg8ClzxJdlLMX3S6wRUxP/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it All Digital Rewards, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable All Digital Rewards for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8glqwMuvK9g37YJxKWOOg8ClzxJdlLMX3S6wRUxP/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the All Digital Rewards URL.
- Step 03
Save and start
Save the connection and enable All Digital Rewards in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"all-digital-rewards": {
"url": "https://edge.vinkius.com/vk_preview_8glqwMuvK9g37YJxKWOOg8ClzxJdlLMX3S6wRUxP/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using All Digital Rewards
Open Agent mode in chat and ask: "Using All Digital Rewards, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"all-digital-rewards": {
"url": "https://edge.vinkius.com/vk_preview_8glqwMuvK9g37YJxKWOOg8ClzxJdlLMX3S6wRUxP/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using All Digital Rewards
Ask Copilot: "Using All Digital Rewards, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"all-digital-rewards": {
"url": "https://edge.vinkius.com/vk_preview_8glqwMuvK9g37YJxKWOOg8ClzxJdlLMX3S6wRUxP/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using All Digital Rewards
Open Cascade and ask: "Using All Digital Rewards, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"all-digital-rewards": {
"url": "https://edge.vinkius.com/vk_preview_8glqwMuvK9g37YJxKWOOg8ClzxJdlLMX3S6wRUxP/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using All Digital Rewards
Ask Cline: "Using All Digital Rewards, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add all-digital-rewards --transport http "https://edge.vinkius.com/vk_preview_8glqwMuvK9g37YJxKWOOg8ClzxJdlLMX3S6wRUxP/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using All Digital Rewards
Ask Claude: "Using All Digital Rewards, show me...". 10 tools are ready
Where the request belongs
Work All Digital Rewards can move forward.
This is for the marketing and HR ops people who are tired of manual data entry and want to automate loyalty rewards and employee recognition.
Marketing Manager
Manages customer loyalty incentives and tracks gift card redemptions without manual spreadsheet updates.
HR & People Ops
Automates employee recognition programs and reward distribution for internal company milestones.
Sales Leader
Issues performance bonuses and monitors sales contest rewards through a simple chat interface.
Customer Success
Provides instant rewards for customer referrals or milestones using natural language commands.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsZinrelo
Manage loyalty programs, reward points, and customer engagement via the Zinrelo API.
Vouchery.io
Manage coupon, discount, and loyalty programs on Vouchery.io with AI agents.
Glow Loyalty
Manage loyalty members, track point balances, and oversee rewards via AI agents with Glow Loyalty.
Giftbit
Order, send, and track digital gift cards and rewards via AI agents with Giftbit.
AwardWallet
Manage loyalty points, travel rewards, and itineraries via AwardWallet. monitor your miles and trips directly via AI.
Rewardful
Manage affiliate and referral programs via Rewardful. list campaigns, register affiliates, and track commissions directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep All Digital Rewards connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about All Digital Rewards.
The practical details behind the request, access and result.
Can the All Digital Rewards MCP help me manage my RewardSTACK™ account?
Yes, it connects your account so your agent can perform actions like issuing points, registering participants, and checking order statuses directly.
How does the All Digital Rewards MCP handle gift card redemptions?
Your agent can list your reward products and check the fulfillment status of specific orders to see if a gift card has been sent.
Can I use the All Digital Rewards MCP for employee recognition?
Yes, it is a great way for HR teams to automate point distribution and monitor rewards for internal company contests and milestones.
Does the All Digital Rewards MCP show participant balances?
It allows your agent to retrieve detailed profiles, which include current point balances and activity history for any participant.
Can I use this to see what rewards are currently in stock?
You can ask your agent to list all available reward products to see what is currently in your catalog at any time.
Is the All Digital Rewards MCP good for tracking sales contests?
Yes, it lets you manage participants and issue performance bonuses programmatically, making it easy to track contest progress.
How do I find my RewardSTACK API credentials?
Use your standard RewardSTACK administrative email and password. Your AI agent will use these to obtain a temporary JWT (JSON Web Token) for all API requests.
Can I issue points to multiple participants at once?
The issue_points capability currently processes points for a specific participant ID. For bulk processing, you can ask your agent to loop through a list of IDs or use the RewardSTACK batch file upload feature.
What types of rewards are available in the catalog?
The Reward Catalog API provides access to thousands of digital gift cards (Visa, Amazon, etc.), physical merchandise from major retailers, and unique experiential rewards.
One connection away
Give your agent a direct line to All Digital Rewards.
Connect All Digital Rewards once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available