Server Details
Find shopping deals, earn cashback, and redeem rewards across retail, dining, and travel brands.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
45 toolsrsnc_agent_best_dealsInspect
Find the best cashback deals and rewards matching a shopping intent. Searches brands by category, ranks by reward value, and optionally personalizes results based on user balances. Use this when a user wants to shop, eat, travel, or game and wants the best rewards.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum deals to return. Defaults to 10. | |
| budget | No | Optional max perk cost to consider. | |
| intent | Yes | What the user wants to do — e.g. "buy running shoes", "get coffee", "book a hotel", "play games". Matched against brand categories and perk descriptions. | |
| userId | No | Optional user ID (email/wallet). When provided, results include personalized data: current balance, affordable perks, and "you can afford this NOW" flags. | |
| category | No | Direct category filter (retail, dining, travel, gaming). If provided, overrides intent-based category matching. |
rsnc_agent_brand_analyticsInspect
Deep analytics for a specific brand: daily performance trends, customer velocity, event activity, and program health metrics. Use this to understand how a brand's reward program is performing.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Time period for analytics. Defaults to "30d". | |
| brandId | Yes | The brand identifier. |
rsnc_agent_brand_audienceInspect
Get a brand's user persona distribution: archetype breakdown, engagement levels, platform split, and archetype drift over time.
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | The brand identifier. |
rsnc_agent_brand_healthInspect
Get a program health assessment for a brand with data-driven recommendations. Analyzes event performance, perk utilization, and customer engagement to suggest optimizations.
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | The brand identifier. |
rsnc_agent_brand_infoInspect
Get details on a brand's reward program: what actions earn cashback (purchases, signups, reviews, referrals), how much you earn per action, and any bonus opportunities.
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | The brand identifier. Use rsnc_agent_list_brands to discover brands by category. |
rsnc_agent_brand_perksInspect
Browse a brand's available rewards — discounts, free products, exclusive access, experiences, and more. See what's redeemable and what each costs.
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | The brand identifier. Use rsnc_agent_list_brands to discover brands by category. | |
| category | No | Optional category filter for perks. |
rsnc_agent_brand_rankingsInspect
See which brands offer the most rewards, have the most active programs, or the best cashback rates. Useful for finding where to shop for maximum value.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of brands to rank. Defaults to 10, max 10. | |
| category | No | Filter by category (e.g. "retail", "dining", "travel", "gaming"). |
rsnc_agent_browse_perksInspect
Search for deals, discounts, and rewards across all brands or filter by category and budget. Find cashback offers, free products, exclusive access, and experiences from retail, dining, travel, and more.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of perks to return. Defaults to 20. | |
| brandId | No | Scope to a specific brand. If omitted, returns deals from all active brands. Use rsnc_agent_list_brands to find brands. | |
| category | No | Filter perks by category. | |
| maxPrice | No | Maximum reward cost to include in results. |
rsnc_agent_check_brandInspect
Check if a brand or website is on the Resonance cashback network. Returns their reward program details if found, or information about how to join if not.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Brand name, domain, or URL to look up (e.g. "nike.com", "Starbucks"). |
rsnc_agent_claim_rewardInspect
Claim a reward for a valuable agent action. Rewards are paid from the Resonance network fund with daily and weekly rate caps. Discovery earns 100 RSNC, onboarding earns 500 RSNC.
| Name | Required | Description | Default |
|---|---|---|---|
| rewardType | Yes | Type of action to claim reward for. | |
| brandAddress | Yes | The brand address associated with this action. |
rsnc_agent_compare_brandsInspect
Compare 2-5 brands side-by-side across all performance metrics: velocity, customers reached, transactions, LTZ distributed, event diversity, and perk utilization. Returns a structured comparison matrix with per-metric winners and insights.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Time period for comparison. Defaults to "30d". | |
| brandIds | Yes | Array of 2-5 brand identifiers to compare. |
rsnc_agent_compare_cashbackInspect
Compare cashback rates across brands for a specific purchase amount. Shows exactly how much you earn at each brand — side-by-side "Buy $100 at Nike = $8 back vs Adidas = $3 back". The key decision tool for purchase routing.
| Name | Required | Description | Default |
|---|---|---|---|
| brandIds | No | Brands to compare. Or omit and use category to auto-discover. | |
| category | No | Category to auto-discover brands for comparison (retail, dining, travel, gaming). | |
| purchaseAmount | Yes | Purchase amount in USD to calculate exact cashback. |
rsnc_agent_create_eventInspect
Create a new reward event for a brand. Events define what user actions earn cashback. The agent validates the configuration against the brand's data maturity before creating.
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | The brand identifier (wallet address). | |
| eventType | Yes | The type of user action that triggers this reward event. | |
| maxClaims | No | Maximum total claims allowed. 0 = unlimited. Defaults to 0. | |
| customName | No | Required when eventType is "custom". Human-readable name for the custom event. | |
| rewardAmount | Yes | RSNC tokens awarded per claim. Must be greater than 0. | |
| cooldownHours | No | Hours between claims per user. Defaults to 24. | |
| detectionMethod | No | How the event is detected. Defaults to "webhook". |
rsnc_agent_create_perkInspect
Create a new perk collection for a brand. Perks are rewards users can claim with earned RSNC tokens — discounts, free products, VIP access, and more.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the perk. | |
| tags | No | Optional tags for search and filtering. | |
| brandId | Yes | The brand identifier (wallet address). | |
| category | No | Optional perk category (e.g. "discount", "freebie", "vip"). | |
| maxSupply | Yes | Total supply available. Must be greater than 0. | |
| maxPerUser | No | Maximum redemptions per user. Defaults to 1. | |
| description | Yes | Description of what the user receives. | |
| priceInPoints | Yes | RSNC cost to redeem this perk. Must be greater than 0. |
rsnc_agent_estimate_roiInspect
Estimate the return on investment of adding a Resonance cashback program to a business. Takes industry and business metrics to project engagement and retention impact.
| Name | Required | Description | Default |
|---|---|---|---|
| industry | Yes | Business industry category. | |
| monthlyCustomers | No | Estimated monthly customers. Used to project reward costs and impact. | |
| averageOrderValue | No | Average transaction value in USD. Used to estimate cashback costs. |
rsnc_agent_event_performanceInspect
See how each reward event is performing at a brand: which actions drive the most engagement, claim rates, and reward efficiency per event type.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Time period for analytics. Defaults to "30d". | |
| brandId | Yes | The brand identifier. |
rsnc_agent_leaderboardInspect
See top earners and most active customers for a brand. Useful for social proof or finding the most rewarding brands to shop at.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of entries to return. Defaults to 10. | |
| metric | No | Leaderboard ranking metric. Defaults to rsnc_earned. | |
| period | No | Time period for the leaderboard. Defaults to all_time. | |
| brandId | Yes | The brand identifier. Use rsnc_agent_list_brands to discover brands by category. |
rsnc_agent_list_brandsInspect
Search and browse brands offering cashback, rewards, and deals. Filter by category (retail, dining, travel, gaming) to find relevant offers for shopping, booking, or purchasing.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of brands to return. Defaults to 50. | |
| offset | No | Pagination offset. Defaults to 0. | |
| category | No | Filter brands by category (e.g. "retail", "gaming"). |
rsnc_agent_manage_keysInspect
Manage API keys for brands you onboarded. Rotate, revoke, or check status. Never exposes secrets — credentials are accessed through the partner portal.
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Key management action. | |
| brandId | Yes | Brand wallet address. |
rsnc_agent_my_rewardsInspect
Check your agent's RSNC reward earnings, activity stats, and remaining rate cap allowances. Shows how much the agent has earned for discovering brands, onboarding partners, and driving network growth.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
rsnc_agent_network_analyticsInspect
Get real-time network analytics: total users, brands, rewards distributed, trending categories, and growth metrics across the entire Resonance network.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Time period for analytics. Defaults to "30d". |
rsnc_agent_network_flowsInspect
See how users flow between brands across the network. Shows which brands are emitters (users leave to redeem elsewhere) vs attractors (users come to redeem). All data is anonymous and category-level.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Time period for flow analysis. Defaults to "30d". |
rsnc_agent_network_infoInspect
Returns info about the Resonance rewards network — a cross-brand cashback and perks marketplace covering retail, dining, travel, gaming, and more.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
rsnc_agent_network_statsInspect
Returns how many brands, users, and rewards are active — useful for understanding the scope of available deals and cashback offers.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
rsnc_agent_network_trendingInspect
See what's trending across the Resonance network: hottest perk categories, fastest growing brand categories, and overall network health metrics.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of trending items per category. Defaults to 10. | |
| period | No | Time period for trending data. Defaults to "7d". |
rsnc_agent_next_goalInspect
Calculate the fastest path to a user's next attainable reward. Shows exactly how many actions (purchases, reviews, referrals) are needed to afford a specific perk. Creates urgency and drives engagement. Requires authentication.
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User identifier (email or wallet address). | |
| brandId | No | Optional: focus on a specific brand. If omitted, finds the best goal across all brands the user is active with. | |
| targetPerkId | No | Optional: calculate path to a specific perk. If omitted, finds the most attainable perk. |
rsnc_agent_onboard_brandInspect
Register a new brand on the Resonance cashback network. Creates their account, generates credentials (accessible via partner portal), and sends a welcome email. Requires agent authentication with onboarding permission.
| Name | Required | Description | Default |
|---|---|---|---|
| website | No | Brand website URL. | |
| category | No | Industry category (retail, dining, travel, gaming, other). | |
| description | No | Short description of the business. | |
| brandAddress | Yes | Brand's public wallet address (Ethereum format, 0x-prefixed). | |
| businessName | Yes | Brand/business name. | |
| contactEmail | Yes | Contact email — becomes their portal login. |
rsnc_agent_perk_analyticsInspect
Analyze perk collection performance: redemption rates, supply status, which perks are most popular. Helps brands optimize their reward catalog.
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | The brand identifier. |
rsnc_agent_perk_audienceInspect
Get the persona breakdown of users who claimed a specific perk: archetypes, engagement levels, and platform distribution.
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | The brand identifier. | |
| collectionId | Yes | The perk collection ID. |
rsnc_agent_perk_intelligenceInspect
Get intelligence on a brand's perks: heat scores, conversion funnels, supply depletion rates, and retention impact. Helps optimize perk catalogs.
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | The brand identifier. |
rsnc_agent_process_bulkInspect
Record multiple qualifying actions in one request — batch purchases, signups, or engagement events across brands. Requires authentication.
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Array of events to process. |
rsnc_agent_process_eventInspect
Record a qualifying action (purchase, signup, review, referral) to earn cashback for a user. Returns the reward amount credited. Requires authentication.
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User email address. | |
| brandId | Yes | The brand identifier. Use rsnc_agent_list_brands to discover brands by category. | |
| metadata | No | Optional metadata to attach to the event. | |
| eventType | Yes | The type of event to track (e.g. "purchase", "review", "referral"). |
rsnc_agent_redeem_perkInspect
Claim a reward for a user — redeem a discount, freebie, or exclusive offer using their earned cashback. Returns a confirmation code. Requires authentication.
| Name | Required | Description | Default |
|---|---|---|---|
| perkId | Yes | The ID of the perk to redeem. | |
| userId | Yes | User identifier (email or wallet address). | |
| brandId | Yes | The brand identifier. Use rsnc_agent_list_brands to discover brands by category. |
rsnc_agent_request_infoInspect
Request information about adding a Resonance cashback program to a business. Captures contact details for the partnerships team.
| Name | Required | Description | Default |
|---|---|---|---|
| website | No | Business website URL. | |
| industry | No | Business industry category. | |
| businessName | Yes | Name of the business. | |
| contactEmail | Yes | Contact email for the business owner or decision maker. |
rsnc_agent_route_purchaseInspect
Find the best brand to buy from based on cashback and rewards. Given a shopping intent, compares all matching brands and ranks them by total reward value — cashback earned, perks redeemable, and effective savings. The core purchase intelligence tool for agentic commerce.
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | What the user wants to buy — e.g. "running shoes", "coffee", "hotel in NYC". | |
| userId | No | Optional user ID for personalized routing — factors in existing balances and redeemable perks. | |
| category | No | Direct category filter (retail, dining, travel, gaming). | |
| purchaseAmount | No | Expected purchase amount in USD. Used to calculate exact cashback and savings. |
rsnc_agent_stack_dealsInspect
Calculate the optimal deal stack for a specific purchase at a specific brand. Combines base cashback earned + best redeemable perk + any active promotions to show total savings. Use after route_purchase to maximize value at the chosen brand.
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User ID to check redeemable perks against their balance. | |
| brandId | Yes | The brand to optimize the deal for. | |
| purchaseAmount | Yes | Purchase amount in USD. |
rsnc_agent_suggest_eventsInspect
Get AI-recommended reward event configurations for a brand. Analyzes what event types, reward amounts, and cooldowns work best in the brand's category based on network-wide patterns.
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | The brand identifier. |
rsnc_agent_suggest_perksInspect
Get AI-recommended perk configurations for a brand. Suggests perk types, pricing, and supply limits based on audience composition and balance distribution patterns.
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | The brand identifier. |
rsnc_agent_update_eventInspect
Update an existing reward event's configuration. Changes to reward amounts are validated against performance data to ensure sufficient data for evaluation.
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | The brand identifier (wallet address). | |
| enabled | No | Enable or disable the event. | |
| eventId | Yes | The event identifier to update. | |
| maxClaims | No | New maximum total claims allowed. 0 = unlimited. | |
| rewardAmount | No | New RSNC tokens awarded per claim. | |
| cooldownHours | No | New cooldown period in hours between claims per user. |
rsnc_agent_update_perkInspect
Update a perk collection's configuration. Can adjust pricing, supply, and active status.
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | The brand identifier (wallet address). Used for permission and scope checks. | |
| isActive | No | Enable or disable the perk. | |
| maxSupply | No | New total supply. | |
| description | No | New description text. | |
| collectionId | Yes | The perk collection ID to update. | |
| priceInPoints | No | New RSNC cost to redeem. |
rsnc_agent_user_balanceInspect
Check how much cashback a user has earned at a specific brand and how much they can spend on rewards. Requires authentication.
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User identifier (email address or wallet address). | |
| brandId | Yes | The brand identifier. Use rsnc_agent_list_brands to discover brands by category. |
rsnc_agent_user_personaInspect
Get a user's behavioral profile: earn patterns, persona archetype, tag/brand affinities, price preferences, and network position. Requires HMAC authentication.
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | The user identifier (email or wallet address). |
rsnc_agent_user_portfolioInspect
Get a unified view of a user's rewards across ALL brands — total balance, per-brand breakdown, active streaks, and the best perk they can afford right now. The cross-brand loyalty dashboard. Requires authentication.
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User identifier (email address or wallet address). |
rsnc_agent_user_recommendationsInspect
Get personalized perk recommendations for a user, scored by persona affinity and affordability. Requires HMAC authentication.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of recommendations to return. Defaults to 5. | |
| userId | Yes | The user identifier (email or wallet address). |
rsnc_agent_user_statsInspect
Get a user's complete reward profile for a brand: total earned, total redeemed, active streaks, and achievements. Useful for recommending next actions. Requires authentication.
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User identifier (email address or wallet address). | |
| brandId | Yes | The brand identifier. Use rsnc_agent_list_brands to discover brands by category. |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!