Serversio.github.jonradoff/lastsaas
L

io.github.jonradoff/lastsaas

io.github.jonradoff/lastsaas · v1.0.0
▦ other
v1.0.0other mcpb: https://github.com/jonradoff/lastsaas/releases/download/v1.0.0/lastsaas-darwin-arm64.mcpb↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.jonradoff/lastsaas",
  "description": "Read-only admin MCP server for LastSaaS — dashboards, users, tenants, billing, logs, health.",
  "repository": {
    "url": "https://github.com/jonradoff/lastsaas",
    "source": "github"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/jonradoff/lastsaas/releases/download/v1.0.0/lastsaas-darwin-arm64.mcpb",
      "version": "1.0.0",
      "fileSha256": "bdd36be9e481def3b8dd36801ada11bffb9f52c0d6f81a6a9afb6efb3c3933a0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the LastSaaS instance (e.g., https://your-app.fly.dev or http://localhost:4290)",
          "isRequired": true,
          "format": "string",
          "name": "LASTSAAS_URL"
        },
        {
          "description": "Root-tenant API key with admin authority (starts with lsk_). Create in Admin → API Keys.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LASTSAAS_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}