← lightpaper.org

INDIVIDUAL MCP TOOL

get_account_info

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

lightpaper.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests sending messages.

Parent endpoint

lightpaper.org

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.

Related tools

  • publish_lightpaper — Publish a document to lightpaper.org.
  • search_lightpapers — Search published documents on lightpaper.org.
  • get_lightpaper — Get a document by ID from lightpaper.org.
  • update_lightpaper — Update an existing document.
  • delete_lightpaper — Delete a document (soft-delete).
  • list_my_lightpapers — List all documents published by the authenticated account.
  • update_account — Update account profile fields: display_name, bio, and linkedin_url (shown as clickable badge on published documents).
  • 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.