getlago/lago-billing
v1.0.0AGPL-3.0-only
Portable Lago billing guidance with the read-only documentation MCP and authenticated product MCP configurations for AI agents.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
lago-docsstreamable-http
{
"type": "streamable-http",
"url": "https://doc.getlago.com/mcp"
}lago-productstdio
{
"type": "stdio",
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"LAGO_API_KEY",
"-e",
"LAGO_API_URL",
"getlago/lago-mcp-server:latest"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "lago-billing",
"version": "1.0.0",
"description": "Portable Lago billing guidance with the read-only documentation MCP and authenticated product MCP configurations for AI agents.",
"author": {
"name": "Lago",
"email": "hello@getlago.com",
"url": "https://getlago.com"
},
"homepage": "https://doc.getlago.com/developers",
"repository": "https://github.com/getlago/lago-doc",
"license": "AGPL-3.0-only",
"keywords": ["lago", "billing", "usage-metering", "invoicing", "mcp"]
}