org.lightpaper/lightpaper-mcp✓
org.lightpaper/lightpaper-mcp · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "org.lightpaper/lightpaper-mcp",
"description": "API-first publishing platform. Publish markdown as permanent web pages with quality scoring.",
"repository": {
"url": "https://github.com/lightpaperorg/lightpaper",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "pypi",
"identifier": "lightpaper-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your lightpaper.org API key (lp_free_xxx). Optional — the server can create accounts interactively.",
"isSecret": true,
"name": "LIGHTPAPER_API_KEY"
},
{
"description": "Base URL for the lightpaper API. Defaults to https://lightpaper.org.",
"name": "LIGHTPAPER_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}