LastSaaS is a complete, production-ready SaaS foundation built entirely through conversation with [Claude Code](https://claude.ai/claude-code). It
Most payments and commerce work still happens through a UI a human drives. Lastsaas MCP server moves it into the conversation instead. LastSaaS is a complete, production-ready SaaS foundation built entirely through conversation with Claude Code. It gives you multi-tenant account management, authentication, role-based access control.
The server publishes 5 tools. What each one is for:
SHA — 256 hashed storage — raw key shown only at creationLast — used timestamp trackingAuto — versioned from the VERSION fileSecurity — The Security tool exposed by this serverOptional — The Optional tool exposed by this serverThe server ships on npm as npm, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Lastsaas's toolset — SHA, Last, Auto and 2 more — is a fair guide to whether it matches your workflow. It is maintained by jonradoff; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| SHA | 256 hashed storage — raw key shown only at creation |
| Last | used timestamp tracking |
| Auto | versioned from the VERSION file |
| Security | The Security tool exposed by this server. |
| Optional | The Optional tool exposed by this server. |
{
"mcpServers": {
"lastsaas": {
"command": "npx",
"args": ["-y", "npm"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.