Content Tools
lightpaper.org
Manage documents on LightPaper, a platform for publishing and sharing structured documents.
ENDPOINT 1
https://lightpaper.org/mcp
Known tools 25
get_account_infoGet the authenticated account's info: handle, display name, email, gravity level, verification badges, and tier.
Potential side effectsupdate_accountUpdate account profile fields: display_name, bio, and linkedin_url (shown as clickable badge on published documents).
Potential side effectsget_gravity_infoGet the authenticated account's gravity level details: current level (0-5), search ranking multiplier, featured quality threshold, verification badges, and instructions for reaching the next level.
Inferred read-onlylist_credentialsList all verified credentials submitted for the authenticated account.
Inferred read-onlyverify_credentialsSubmit verified credentials (degrees, certifications, employment) for an account.
Inferred read-onlyupdate_bookUpdate a book's metadata (title, subtitle, description, format, tags, listed).
Potential side effectsexport_printExport a published book as print-ready PDF for Amazon KDP / IngramSpark.
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.lightpaper-org]
url = "https://lightpaper.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lightpaper-org": {
"type": "http",
"url": "https://lightpaper.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lightpaper-org
Remote MCP URL: https://lightpaper.org/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": {
"lightpaper-org": {
"url": "https://lightpaper.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lightpaper-org": {
"type": "http",
"url": "https://lightpaper.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lightpaper-org",
"transport": "streamable-http",
"url": "https://lightpaper.org/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.