← realrealgenuine.com

INDIVIDUAL MCP TOOL

create_concierge

[RETIRED] This tool no longer creates anything.

realrealgenuine.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.
  • submit_design — [CREATE, Step 2] Submit an original artwork for review.
  • 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.