← lightpaper.org
INDIVIDUAL MCP TOOL
list_credentials
List all verified credentials submitted for the authenticated account.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.get_account_info— Get the authenticated account's info: handle, display name, email, gravity level, verification badges, and tier.update_account— Update account profile fields: display_name, bio, and linkedin_url (shown as clickable badge on published documents).