INDIVIDUAL MCP TOOL
list_use_cases
Return the catalogue of real AI products mapped across all nine cells of the Digital Worker Canvas (product, slug, tag, verdict, url).
LIVE ENDPOINT
https://digitalworkercanvas.com/mcp
Connect to this endpoint to inspect the live schema for list_use_cases and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.digital-worker-canvas-mcp]
url = "https://digitalworkercanvas.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"digital-worker-canvas-mcp": {
"type": "http",
"url": "https://digitalworkercanvas.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: digital-worker-canvas-mcp
Remote MCP URL: https://digitalworkercanvas.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": {
"digital-worker-canvas-mcp": {
"url": "https://digitalworkercanvas.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"digital-worker-canvas-mcp": {
"type": "http",
"url": "https://digitalworkercanvas.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "digital-worker-canvas-mcp",
"transport": "streamable-http",
"url": "https://digitalworkercanvas.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
about_methodology— Return the canonical Digital Worker Canvas methodology: the Five-Candidate Staircase, five worker patterns, nine Canvas decisions, build sequence, Management Loop, and official reference links.list_method_topics— List the canonical question-led Digital Worker Canvas Method pages covering digital workers, AI agents, automation, design, testing, management, measurement, human oversight, guardrails and autonomy.get_method_topic— Return the canonical Digital Worker Canvas answer, framework, rule, example and related questions for one Method topic by slug.list_blog_posts— Return the list of published blog posts from The Digital Worker Canvas (title, slug, excerpt, category, tags, published_at).get_blog_post— Return the full published blog post (title, content HTML, excerpt, tags, author, published_at) for the given slug.get_use_case— Return the full 9-cell Digital Worker Canvas breakdown for a single use case by slug (persona, signal, input, process, output, consumer, knowledge, oversight, risk).list_site_tools— Return the interactive tools published on The Digital Worker Canvas site (Opportunity Map, Digital Worker Canvas).