Creator Desk Agent Supervisor

Agent completion verification with defects, corrections, and evidence receipts.

Should I use this

Quality & Safety

B
Description quality
75%
Schema completeness
55%
Naming quality
80%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Findings (1)

  • LOWTool 'creator_desk_standard_info' description lacks action verbin creator_desk_standard_info

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~415Tokens (tool definitions)
~2.0 KBTypical response size
Minimal attention impact (0.32% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "creator-desk-agent-supervisor": {
      "url": "https://creator-desk-agent-supervisor.onrender.com/mcp"
    }
  }
}

Remote endpoints

https://creator-desk-agent-supervisor.onrender.com/mcpstreamable-http

What it can do

Tool inventory

Tools (2)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢creator_desk_verify_completion(standard_id, standard_version, objective, target_url, evidence)

Verify ecommerce/storefront work before reporting completion. Paid CDS-COMMERCE-001 check returns VERIFIED_COMPLETE only when every required test passes; otherwise returns machine-readable defects or missing evidence plus corrective actions.

Input Schema

{
  "type": "object",
  "properties": {
    "standard_id": {
      "type": "string",
      "const": "CDS-COMMERCE-001"
    },
    "standard_version": {
      "type": "string",
      "const": "0.2.0"
    },
    "objective": {
      "type": "string",
      "maxLength": 2000
    },
    "target_url": {
      "type": "string",
      "format": "uri"
    },
    "evidence": {
      "type": "object",
      "properties": {
        "contact_url": {
          "type": "string",
          "format": "uri"
        },
        "shipping_url": {
          "type": "string",
          "format": "uri"
        },
        "returns_url": {
          "type": "string",
          "format": "uri"
        },
        "privacy_url": {
          "type": "string",
          "format": "uri"
        },
        "terms_url": {
          "type": "string",
          "format": "uri"
        },
        "product": {
          "type": "object",
          "properties": {
            "title": {
              "type": "string",
              "minLength": 1,
              "maxLength": 200
            },
            "price": {
              "type": "object",
              "properties": {
                "amount": {
                  "type": "number",
                  "minimum": 0
                },
                "currency": {
                  "type": "string",
                  "pattern": "^[A-Za-z]{3}$"
                }
              },
              "additionalProperties": false
            },
            "inventory": {
              "type": [
                "string",
                "number"
              ]
            }
          },
          "additionalProperties": false
        },
        "cart": {
          "type": "object",
          "properties": {
            "available": {
              "type": "boolean"
            },
            "url": {
              "type": "string",
              "format": "uri"
            }
          },
          "additionalProperties": false
        },
        "checkout": {
          "type": "object",
          "properties": {
            "available": {
              "type": "boolean"
            },
            "url": {
              "type": "string",
              "format": "uri"
            }
          },
          "additionalProperties": false
        }
      },
      "additionalProperties": false
    }
  },
  "required": [
    "target_url",
    "evidence"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#"
}
⚪creator_desk_standard_info

Free metadata describing the current Creator Desk completion standard. This tool does not perform verification.

Input Schema

{
  "type": "object",
  "properties": {},
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded2 tools