lastsaas
by jonradoff·★ 97·Score 47
Go-based SaaS boilerplate with MCP server for AI-powered admin operations.
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:
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 READMEquery_arr_trendQuery ARR (Annual Recurring Revenue) trend data
investigate_error_spikeInvestigate error spikes in the application
audit_api_keysAudit API keys in the system
review_system_healthReview system health metrics
query_tenant_dataQuery tenant-specific data
check_user_sessionsCheck active user sessions
analyze_product_metricsAnalyze product metrics and KPIs
manage_webhook_eventsManage webhook events and deliveries
review_financial_metricsReview financial metrics and revenue
check_credit_usageCheck credit usage across tenants
manage_subscriptionsManage customer subscriptions
view_system_logsView system application logs
Comparable tools
Installation
To integrate the MCP server with Claude Desktop:
- Start the LastSaaS application
- Add to Claude Desktop config.json:
{
"mcpServers": {
"lastsaas": {
"command": "go",
"args": ["run", "."],
"env": {}
}
}
}- Restart Claude Desktop
- 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.
- Story by jradoff · 2026-02-27
Compare lastsaas with
Last updated · Auto-generated from public README + GitHub signals.