Content Tools
lucid.page
Manages Markdown documents by publishing, updating, fetching, listing, and deleting pages on a hosted platform.
ENDPOINT 1
https://lucid.page/mcp
MCP server metadata
- Name
- lucid.page
- Version
- 1.0.0
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_docPublish Markdown as a beautifully typeset page and receive its https://lucid.
Potential side effectslist_docsList the documents and bundles owned by the authenticated account (requires an lp_ API key), newest first, with cursor pagination.
Inferred read-onlycreate_bundleBind documents you own into a multi-chapter bundle with its own landing page and ordered chapter navigation (requires an lp_ API key).
Inferred read-onlyCONNECT 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.
lucid.page is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.