Creator Desk Agent Supervisor
Agent completion verification with defects, corrections, and evidence receipts.
Should I use this
Quality & Safety
Findings (1)
- LOWin creator_desk_standard_info
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
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-httpWhat it can do
Tool inventory
Tools (2)
🟢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
Evidence