Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Supero
S
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Supero

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Build multi-tenant apps over MCP. Schemas, CRUD, deploys β€” access control enforced server-side.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "supero": {
      "command": "npx",
      "args": [
        "-y",
        "supero"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Supero Apps

19 applications. Full source. Clone one onto your own domain and run it.

Every app in this repo is running live right now β€” and this is the code behind it. Multi-tenant, role-based, schema-driven. No npm, no build step. MIT app source, open SDK, your data exportable over the API β€” see how this works, honestly.

Live apps Β· Quickstart Β· Build with Claude Β· Platform docs

PyPI License Python


See it before you install it

lumen.supero.live is one of the 19, running the code in apps/healthcare/lumen. The login page lists every demo account with its role and password β€” click one and you are in. No signup, nothing to install.

Sign in as the front-desk user, then sign out and back in as the patient. The patient's record is missing clinical_notes β€” and nothing in ui/app.js is doing that. The rule is five lines in apps/healthcare/lumen/setup.py.

Or check it from a terminal in ten seconds, no signup, no clone of your own domain:

bash
git clone https://github.com/supero-platform/supero-apps
cd supero-apps/verify && ./02-rbac-enforcement.sh

Terminal output of verify/02-rbac-enforcement.sh β€” the claims adjuster sees fraud_score and internal_notes; the policyholder gets the same claim with both fields absent

That script logs into the live insurance demo as a claims adjuster and as a policyholder, finds one claim both can see, and compares the two responses. The adjuster gets fraud_score and internal_notes; the policyholder gets the same record without them. verify/ explains what it proves β€” and what it does not.


Then run it yourself, in about two minutes

New here? Start with lumen β€” it is the smallest app in the repo and the one the docs follow.

bash
git clone https://github.com/supero-platform/supero-apps
cd supero-apps/apps/healthcare/lumen

cp .env.example .env    # set SUPERO_DOMAIN, SUPERO_ADMIN_EMAIL and SUPERO_PASSWORD
./run.sh

run.sh creates a venv, installs the supero SDK, registers your domain, uploads the schemas, seeds demo data, wires up roles β€” then serves the app at http://localhost:5663.

That takes about 90 seconds on a cold machine with an empty pip cache β€” roughly 10 seconds of install and 60-odd of platform setup. Call it two minutes with the time it takes you to fill in .env.

You do not need an account, an invite, or a credit card. Domain registration is open. The name you put in SUPERO_DOMAIN becomes yours if it's free.

Prefer containers? docker compose up works identically.


The apps

Each one is a complete, multi-tenant application β€” public storefront and admin panel, with role-based access enforced on the server, not in the UI.

🩺 Healthcare & Life Sciences

AppWhat it isLive
Lumen HealthBook care online, e-sign consent, clinical notes kept provider-only via field-level accesslumen.supero.live
BrightSmileDental practice β€” online booking, treatment plans, provider-only clinical notesbrightsmile.supero.live
TrialCoreClinical trials β€” public study registry, enrollment dashboards, adverse-event workflowstrialcore.supero.live

πŸ’° Finance & Insurance

AppWhat it isLive
LedgerlineBilling β€” live MRR dashboards, automated dunning, multi-step expense approvalsledgerline.supero.live
SentinelInsurance β€” two insurers on one deployment, public quote portal, claims approval sagas, insurer-only fraud scoressentinel.supero.live

πŸ›οΈ Commerce & Sales

AppWhat it isLive
AtelierB2B wholesale marketplace β€” discovery storefront, multi-brand cart, net-terms checkoutatelier.supero.live
Summit CRMPipeline kanban, weighted forecasting, lead conversion, win-rate analyticssummit.supero.live
AmplifySocial marketing β€” connect channels, compose with AI, schedule, track engagementamplify.supero.live

πŸ” Multi-tenant (one deployment, many organisations)

Every app above runs a single organisation. These four run several at once, and the isolation is enforced by the server: a user signed into one tenant cannot read another tenant's rows even by calling the API directly with their own valid token. Two of them also demonstrate field-level access control on top of that, so a row you can read still arrives with fields removed.

AppWhat it isTenantsLive
MedoraHospital network β€” appointments, encounters, prescriptions, labs, invoicing. A patient reads their own encounter with assessment and plan stripped server-side3 hospitalsmedora.supero.live
HelixMulti-site clinical trials β€” participants, visits, adverse events. The treatment arm is withheld from blinded investigators by the access policy, not by the UI3 siteshelix.supero.live
LatticeProperty management β€” units, leases, rent, maintenance, applications. Applicants cannot read the leasing team's screening notes3 managerslattice.supero.live
PulseMulti-location gym β€” classes, bookings, memberships, check-ins3 locationspulse.supero.live

Sign in on any of them and the login page lists every demo account with its tenant, role and password β€” click a row to fill the form.

🏒 Operations & Services

AppWhat it isLive
Concierge AISupport β€” AI help center grounded in your KB, agent console with suggested repliesconcierge.supero.live
FieldOpsDispatch board, mobile work orders, photo capture, on-site e-signaturefieldops.supero.live
RelayPer-diem healthcare staffing β€” facilities post shifts, clinicians claim them, with credential verification and timesheetsrelay.supero.live
TavolaRestaurant β€” online ordering, reservations, loyalty, live kitchen boardtavola.supero.live
PulseFitGym chain β€” class booking, memberships, attendance, multi-locationpulsefit.supero.live

🏑 Property & Media

AppWhat it isLive
HavenListings search, tour booking, offers with broker approvalhaven.supero.live
BacklotFilm production β€” slate, cast & crew, call sheets, AI script breakdownbacklot.supero.live

Build it with your AI

Every app ships a CLAUDE.md (and .cursorrules / .windsurfrules) so your assistant understands the codebase before it touches a line.

You can also connect your editor directly to the platform over MCP β€” 64 tools that let an assistant design schemas, run CRUD, connect a database, and take an app from a sentence to a live URL:

Terminal
claude mcp add --transport http supero https://api.supero.dev/mcp/v1/messages \
  --header "X-API-Key: ak_your_key_here"

Then just ask:

"Add a waitlist to the clinic app β€” patients join, staff promote them when a slot opens."

The interesting part is what the assistant is allowed to do. An MCP call carries your credential to the same API a browser would use β€” no service account, no elevated path. So the agent inherits your permissions rather than getting its own, and the row scoping and field hiding above apply to it identically. An agent you point at a customer's data is bounded by the same policy the customer is.

The server is live and you can inspect it without a key:

Terminal
curl https://api.supero.dev/mcp/v1/info

docs/mcp.md covers getting a key and the tool families. The complete reference, every parameter, is at docs.supero.dev/developers/mcp/tool-reference.


What you actually get

Two things, and it's worth being precise about which is which.

From schemas.py (95–270 lines, median 120), automatically β€” no code:

You writeThe platform generates
a data modelREST APIs, a typed SDK, validation, migrations
access policies in setup.pyrole-based access enforced server-side
config.pyan admin panel, auth, and the services you switch on

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • How Persistence Works logoHow Persistence Works

    Visual Desktop Bridge - Give any AI full control over Windows to automate apps and inputs.

    πŸ’» Developer Tools0 views
    Compare vs How Persistence Works β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Mastercard Developers MCP logoMastercard Developers MCP

    Access Mastercard Developers APIs, documentation, and API specifications through MCP.

    πŸ’» Developer Tools2 views
    Compare vs Mastercard Developers MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Supero

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "supero": { "command": "npx", "args": ["-y", "Supero"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSupero AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/supero?style=directory)](https://allmcps.com/mcp/supero)
HTML Embed
<a href="https://allmcps.com/mcp/supero"><img src="https://allmcps.com/api/badge/supero?style=directory" alt="Supero on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Supero β†’Install in Claude DesktopInstall in CursorInstall in VS Code