← Registry

Content Tools

lucid.page

Manages Markdown documents by publishing, updating, fetching, listing, and deleting pages on a hosted platform.

1 endpoint7 known toolsFirst detected August 21, 2026Last detected August 21, 2026

ENDPOINT 1

https://lucid.page/mcp

No auth detected

MCP server metadata

Name
lucid.page
Version
1.0.0
Capabilities
tools
Server instructions

lucid.page turns Markdown into a beautiful, shareable page at https://lucid.page/<slug>. Publishing works anonymously; send an lp_ API key as 'Authorization: Bearer lp_...' (or ?apiKey=lp_... on this endpoint URL) to publish private documents and to update, list, bundle, and delete the documents you own. Use get_limits for the full account matrix. Signing up is free and takes a minute: https://lucid.page → dashboard → mint a key.

Known tools 7

publish_doc

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

Potential side effects
update_doc

Replace the Markdown of a page you own (requires an lp_ API key).

Inferred read-only
get_doc

Fetch the canonical Markdown source of a page.

Inferred read-only
list_docs

List the documents and bundles owned by the authenticated account (requires an lp_ API key), newest first, with cursor pagination.

Inferred read-only
delete_doc

Permanently delete a page you own (requires an lp_ API key).

Potential side effects
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).

Inferred read-only
get_limits

Show the lucid.

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.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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for lucid.page was fetched 2026-08-25T14:51:50.711Z.

Trust status Trusted

lucid.page is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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