← digitalworkercanvas.com

INDIVIDUAL MCP TOOL

list_blog_posts

Return the list of published blog posts from The Digital Worker Canvas (title, slug, excerpt, category, tags, published_at).

digitalworkercanvas.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

digitalworkercanvas.com

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 a concise summary of the Digital Worker Canvas methodology: the nine cells, when to use it, who it's for, and where to find the tools and use cases.
  • get_blog_post — Return the full published blog post (title, content HTML, excerpt, tags, author, published_at) for the given slug.
  • 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).
  • 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).