← rsnc.network

INDIVIDUAL MCP TOOL

rsnc_agent_update_event

Update an existing reward event's configuration.

rsnc.networknone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

rsnc.network

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.resonance-reward-agent]
url = "https://agent.rsnc.network/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "resonance-reward-agent": {
      "type": "http",
      "url": "https://agent.rsnc.network/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: resonance-reward-agent
Remote MCP URL: https://agent.rsnc.network/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "resonance-reward-agent": {
      "url": "https://agent.rsnc.network/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "resonance-reward-agent": {
      "type": "http",
      "url": "https://agent.rsnc.network/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "resonance-reward-agent",
  "transport": "streamable-http",
  "url": "https://agent.rsnc.network/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • rsnc_agent_network_info — Returns info about the Resonance rewards network — a cross-brand cashback and perks marketplace covering retail, dining, travel, gaming, and more.
  • rsnc_agent_list_brands — Search and browse brands offering cashback, rewards, and deals.
  • rsnc_agent_network_stats — Returns how many brands, users, and rewards are active — useful for understanding the scope of available deals and cashback offers.
  • rsnc_agent_check_brand — Check if a brand or website is on the Resonance cashback network.
  • rsnc_agent_brand_rankings — See which brands offer the most rewards, have the most active programs, or the best cashback rates.
  • rsnc_agent_brand_info — 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.
  • rsnc_agent_brand_perks — Browse a brand's available rewards — discounts, free products, exclusive access, experiences, and more.
  • rsnc_agent_user_balance — Check how much cashback a user has earned at a specific brand and how much they can spend on rewards.