MCP Catalogs
Home

lastsaas

by jonradoff·97·Score 47

Go-based SaaS boilerplate with MCP server for AI-powered admin operations.

developer-toolsai-llmops-infra
41
Forks
2
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

LastSaaS is a comprehensive SaaS boilerplate built in Go with React frontend that includes an MCP server for AI-powered admin access. The MCP server provides 32 read-only tools connecting directly to the application, allowing natural language queries for ARR trends, error investigation, API key auditing, and system health monitoring. Unlike other SaaS starters, it offers genuine multi-tenancy, full white-label branding, outgoing webhooks, API keys with scoped access, health monitoring, and product analytics with telemetry.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI-powered admin dashboard for SaaS operations and monitoring
you:Automated troubleshooting and error investigation using AI agents
you:Natural language queries for system health, revenue metrics, and API usage
you:What MCP tools are available in LastSaaS?
you:How is the MCP server integrated with the application?

When to choose this

Choose this MCP server if you're already using or planning to implement LastSaaS as your SaaS foundation and want AI-powered monitoring and analytics capabilities without building custom integrations.

When NOT to choose this

Don't choose this if you need write access to your systems through MCP, or if you're not using LastSaaS as your SaaS foundation since the MCP server is tightly integrated with this specific platform.

Tools this server exposes

12 tools extracted from the README
  • query_arr_trend

    Query ARR (Annual Recurring Revenue) trend data

  • investigate_error_spike

    Investigate error spikes in the application

  • audit_api_keys

    Audit API keys in the system

  • review_system_health

    Review system health metrics

  • query_tenant_data

    Query tenant-specific data

  • check_user_sessions

    Check active user sessions

  • analyze_product_metrics

    Analyze product metrics and KPIs

  • manage_webhook_events

    Manage webhook events and deliveries

  • review_financial_metrics

    Review financial metrics and revenue

  • check_credit_usage

    Check credit usage across tenants

  • manage_subscriptions

    Manage customer subscriptions

  • view_system_logs

    View system application logs

Comparable tools

mcp-server-financialobservability-mcpdashboard-mcp

Installation

To integrate the MCP server with Claude Desktop:

  1. Start the LastSaaS application
  2. Add to Claude Desktop config.json:
{
  "mcpServers": {
    "lastsaas": {
      "command": "go",
      "args": ["run", "."],
      "env": {}
    }
  }
}
  1. Restart Claude Desktop
  2. The MCP server will be available with 32 admin tools

FAQ

What MCP tools are available in LastSaaS?
The MCP server provides 32 read-only tools including ARR trend queries, error investigation, API key auditing, system health monitoring, and various administrative functions.
How is the MCP server integrated with the application?
The MCP server is built into the LastSaaS application and provides direct access to application data through natural language queries via the Model Context Protocol.

On Hacker News

Recent discussion from the developer community.

Compare lastsaas with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.