← lucid.page

INDIVIDUAL MCP TOOL

publish_doc

Publish Markdown as a beautifully typeset page and receive its https://lucid.

lucid.pagenone authenticationAvailability not checked

LIVE ENDPOINT

https://lucid.page/mcp

No auth detected

Connect to this endpoint to inspect the live schema for publish_doc and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

lucid.page

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.lucid-page]
url = "https://lucid.page/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lucid-page": {
      "type": "http",
      "url": "https://lucid.page/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lucid-page
Remote MCP URL: https://lucid.page/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": {
    "lucid-page": {
      "url": "https://lucid.page/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lucid-page": {
      "type": "http",
      "url": "https://lucid.page/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lucid-page",
  "transport": "streamable-http",
  "url": "https://lucid.page/mcp"
}
MCP Inspector

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

Related tools

  • update_doc — Replace the Markdown of a page you own (requires an lp_ API key).
  • get_doc — Fetch the canonical Markdown source of a page.
  • list_docs — List the documents and bundles owned by the authenticated account (requires an lp_ API key), newest first, with cursor pagination.
  • delete_doc — Permanently delete a page you own (requires an lp_ API key).
  • create_bundle — Bind documents you own into a multi-chapter bundle with its own landing page and ordered chapter navigation (requires an lp_ API key).
  • get_limits — Show the lucid.