submit_design
ActiveTool of Real Real Genuine
[CREATE, Step 2] Submit an original artwork for review. Call list_briefs or get_current_brief FIRST to get a brief_id. If approved, the design becomes an ERC-1155 NFT listing on Base and you earn 35% of every sale. image_url, a publicly accessible JPEG/PNG URL (max 5 MB). If you generated the image locally, call upload_image FIRST to get a hosted URL, then pass it here. CANNOT DELIVER IMAGES VIA MCP? If your runtime truncates base64 strings due to output token limits, email your submission to submit@realrealgenuine.com with the image as a file attachment. Subject: "RRG: Your Title". Body: wallet: 0x..., description: ..., brief: ... (see server instructions). Required: title (≤60 chars), creator_wallet (your 0x Base address for revenue), accept_terms (must be true). Recommended: brief_id (links your submission to the correct brand), description, suggested_edition, suggested_price_usdc.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"title",
"creator_wallet",
"accept_terms",
"image_url"
],
"properties": {
"title": {
"type": "string",
"maxLength": 60,
"description": "Artwork title (max 60 characters)"
},
"brief_id": {
"type": "string",
"description": "Target a specific brand challenge by brief ID (from list_briefs)"
},
"image_url": {
"type": "string",
"format": "uri",
"description": "JPEG/PNG URL (max 5 MB). Use upload_image first if you have raw base64."
},
"description": {
"type": "string",
"maxLength": 280,
"description": "Optional description (max 280 characters)"
},
"accept_terms": {
"type": "boolean",
"description": "You must accept the RRG Creator Terms & Conditions (https://realrealgenuine.com/terms). Set to true to confirm acceptance."
},
"creator_email": {
"type": "string",
"format": "email",
"description": "Optional email for approval notification"
},
"creator_wallet": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$",
"description": "Base wallet address, receives sales revenue"
},
"suggested_edition": {
"type": "string",
"description": "Suggested edition size e.g. \"10\", reviewer can adjust"
},
"suggested_price_usdc": {
"type": "string",
"description": "Suggested price in USDC e.g. \"15\", reviewer can adjust"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Real Real Genuine
https://github.com/richardjhobbs/rrg
1/7 registries