← realrealgenuine.com

INDIVIDUAL MCP TOOL

submit_design

[CREATE, Step 2] Submit an original artwork for review.

realrealgenuine.comnone 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

realrealgenuine.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.rrg-real-real-genuine]
url = "https://realrealgenuine.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rrg-real-real-genuine": {
      "type": "http",
      "url": "https://realrealgenuine.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rrg-real-real-genuine
Remote MCP URL: https://realrealgenuine.com/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": {
    "rrg-real-real-genuine": {
      "url": "https://realrealgenuine.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rrg-real-real-genuine": {
      "type": "http",
      "url": "https://realrealgenuine.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rrg-real-real-genuine",
  "transport": "streamable-http",
  "url": "https://realrealgenuine.com/mcp"
}
MCP Inspector

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

Related tools

  • search_products — [FIND] START HERE when you know what you want.
  • list_drops — [BROWSE] List active RRG listings, paginated, optionally scoped by brand_slug.
  • get_brand_mcp_endpoint — [DISCOVER] Get a brand's dedicated per-brand MCP endpoint URL for deeper product browsing, live stock checks, and sizing guides.
  • get_current_brief — [CREATE] Get the current design brief, the active creative challenge.
  • upload_image — Upload a JPEG or PNG image and get back a hosted URL you can use with submit_design.
  • get_submission_status — [CREATE] Check the status of a design submission.
  • initiate_purchase — [BUY, HUMAN WALLETS ONLY] Returns an EIP-712 permit payload that must be signed with signTypedData.
  • confirm_purchase — [BUY, Step 2] Complete the purchase by submitting the signed EIP-712 permit from initiate_purchase.