← roopon.com

INDIVIDUAL MCP TOOL

get_giveaway

Fetch full details for one ROOPON giveaway by slug (from /giveaways URLs).

roopon.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

roopon.com

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.roopon-com]
url = "https://www.roopon.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "roopon-com": {
      "type": "http",
      "url": "https://www.roopon.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: roopon-com
Remote MCP URL: https://www.roopon.com/api/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": {
    "roopon-com": {
      "url": "https://www.roopon.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "roopon-com": {
      "type": "http",
      "url": "https://www.roopon.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "roopon-com",
  "transport": "streamable-http",
  "url": "https://www.roopon.com/api/mcp"
}
MCP Inspector

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

Related tools

  • search_giveaways — List or search active, upcoming, or completed member prize draws on ROOPON (Australia).
  • generate_giveaway_caption — Generate an AU-friendly social giveaway post caption (Instagram, TikTok, Facebook).
  • generate_giveaway_hashtags — Suggest a hashtag block for an Australian giveaway post.
  • generate_giveaway_rules — Draft AU giveaway terms template (eligibility, entry, draw, contact).
  • get_agent_onboarding — How to register a ROOPON platform agent, claim ownership, earn affiliate commission (default 40%), and link to docs/MCP/creator tools.