← Registry

Content Tools

lightpaper.org

Manage documents on LightPaper, a platform for publishing and sharing structured documents.

1 endpoint25 known toolsFirst detected May 12, 2026Last detected June 22, 2026

ENDPOINT 1

https://lightpaper.org/mcp

No auth detected

Known tools 25

publish_lightpaper

Publish a document to lightpaper.org.

Potential side effects
search_lightpapers

Search published documents on lightpaper.org.

Inferred read-only
get_lightpaper

Get a document by ID from lightpaper.org.

Inferred read-only
update_lightpaper

Update an existing document.

Potential side effects
delete_lightpaper

Delete a document (soft-delete).

Potential side effects
list_my_lightpapers

List all documents published by the authenticated account.

Inferred read-only
get_account_info

Get the authenticated account's info: handle, display name, email, gravity level, verification badges, and tier.

Potential side effects
update_account

Update account profile fields: display_name, bio, and linkedin_url (shown as clickable badge on published documents).

Potential side effects
get_gravity_info

Get 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-only
get_author_profile

Get a public author profile by handle.

Inferred read-only
get_document_versions

List version history for a document.

Inferred read-only
list_credentials

List all verified credentials submitted for the authenticated account.

Inferred read-only
auth_email

Send a 6-digit verification code to the user's email.

Potential side effects
auth_verify

Verify a 6-digit code from the user's email.

Potential side effects
auth_linkedin

Start LinkedIn OAuth for login/signup.

Inferred read-only
auth_linkedin_poll

Poll for LinkedIn OAuth completion.

Inferred read-only
verify_domain

Start or check domain DNS verification.

Inferred read-only
verify_linkedin

Start or check LinkedIn verification.

Inferred read-only
verify_orcid

Verify an ORCID iD.

Inferred read-only
verify_credentials

Submit verified credentials (degrees, certifications, employment) for an account.

Inferred read-only
publish_book

Publish a multi-chapter book to lightpaper.org.

Potential side effects
get_book

Get a book's metadata and chapter listing by book ID.

Inferred read-only
update_book

Update a book's metadata (title, subtitle, description, format, tags, listed).

Potential side effects
narrate_book

Turn a published book into an audiobook using AI narration.

Inferred read-only
export_print

Export a published book as print-ready PDF for Amazon KDP / IngramSpark.

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

Indexed

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