← Registry

General Tools

deepworkplan.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint3 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://deepworkplan.com/api/mcp

No auth detected

MCP server metadata

Name
deep-work-plan-site
Version
5.0.23
Capabilities
tools
Server instructions

Read-only agent surface for deepworkplan.com, the Deep Work Plan (DWP) methodology site. Use get_init_prompt to fetch the canonical instruction that makes any repository AI-first with DWP, list_site_sections to map the site, and read_page to fetch any page as source Markdown. Full guidance: https://deepworkplan.com/llms.txt — developer surface: https://deepworkplan.com/developers

Known tools 3

get_init_prompt

Return the canonical /init.md adoption prompt — a self-contained instruction that makes any repository AI-first with Deep Work Plan (install the skill, onboard the repo, then plan and execute long-horizon work).

Potential side effects
list_site_sections

List the main sections of deepworkplan.com (methodology, specification, kit, examples, init, developers) with their paths and one-line descriptions.

Inferred read-only
read_page

Fetch any page of deepworkplan.com as native source Markdown (not HTML-to-Markdown conversion).

Inferred read-only

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.deep-work-plan-site]
url = "https://deepworkplan.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "deep-work-plan-site": {
      "type": "http",
      "url": "https://deepworkplan.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: deep-work-plan-site
Remote MCP URL: https://deepworkplan.com/api/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": {
    "deep-work-plan-site": {
      "url": "https://deepworkplan.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "deep-work-plan-site": {
      "type": "http",
      "url": "https://deepworkplan.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "deep-work-plan-site",
  "transport": "streamable-http",
  "url": "https://deepworkplan.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.