{
  "schema_version": "2025-11-01",
  "name": "drhobbs-mcp",
  "title": "DrHobbs MCP Server",
  "description": "Knowledge marketplace and Real Real Genuine (RRG) co-creation platform operated by Richard Hobbs. Lists, pays, and delivers digital fashion tech assets over MCP with x402 USDC settlement on Base mainnet.",
  "version": "1.0.0",
  "publisher": {
    "name": "Richard Hobbs",
    "url": "https://richard-hobbs.com"
  },
  "agentId": "17666",
  "identityURI": "https://richard-hobbs.com/agent.json",
  "documentationUrl": "https://richard-hobbs.com/agent.json",
  "transport": {
    "type": "streamable-http",
    "url": "https://richard-hobbs.com/mcp"
  },
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://richard-hobbs.com/mcp"
    }
  ],
  "endpoints": {
    "mcp": "https://richard-hobbs.com/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false,
    "sampling": false,
    "logging": false,
    "elicitation": false
  },
  "tools": [
    {"name": "list_catalogue", "description": "List digital fashion tech assets for sale."},
    {"name": "get_payment_info", "description": "Get x402 payment instructions for a catalogue asset."},
    {"name": "purchase_asset", "description": "Verify on-chain USDC payment and deliver the asset."},
    {"name": "get_agent_info", "description": "Return DrHobbs identity and supported protocols."},
    {"name": "treasury_status", "description": "Admin-gated USDC balance check."},
    {"name": "list_rrg_drops", "description": "List active RRG NFT drops on Base."},
    {"name": "list_rrg_brands", "description": "List active brands on the RRG platform."},
    {"name": "get_current_brief", "description": "Read the current open RRG design brief."},
    {"name": "buy_rrg_drop", "description": "Get payment instructions for an RRG NFT drop."},
    {"name": "confirm_rrg_purchase", "description": "Confirm USDC payment and receive download link."},
    {"name": "submit_rrg_design", "description": "Submit a design for RRG review and minting."},
    {"name": "register_rrg_brand", "description": "Register a brand on the RRG platform."},
    {"name": "check_agent_trust", "description": "Verify DrHobbs on-chain ERC-8004 identity."},
    {"name": "signal_transaction_trust", "description": "Emit an ERC-8004 reputation signal to a buying agent."},
    {"name": "get_feedback_tx", "description": "Return an unsigned reputation tx for the buyer to broadcast."},
    {"name": "send_usdc", "description": "Send USDC from the DrHobbs wallet on Base."}
  ],
  "auth": {
    "type": "none",
    "description": "Public MCP endpoint. Purchase delivery is gated by on-chain USDC settlement verified server-side."
  },
  "erc8004": {
    "agentId": 17666,
    "network": "base",
    "identityRegistry": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
    "reputationRegistry": "0x8004BAa17C55a88189AE136b182e5fdA19dE9b63",
    "profile": "https://8004scan.io/agents/base/17666"
  },
  "commerce": {
    "x402": {
      "version": 2,
      "resource": "https://richard-hobbs.com/api"
    },
    "acceptedTokens": [
      {
        "symbol": "USDC",
        "network": "base-mainnet",
        "chainId": 8453,
        "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
      }
    ],
    "payTo": "0xe653804032A2d51Cc031795afC601B9b1fd2c375"
  }
}
