Supero
Rank #15,914io.github.supero-platform/supero
Build multi-tenant apps over MCP. Schemas, CRUD, deploys — access control enforced server-side.
Supero is a Model Context Protocol (MCP) server published by supero-platform. It ranks #15,914 of 132,046 servers tracked on MCP Toplist. Supero is listed on Official MCP, with 1 tracked version. It was first listed on Sep 6, 2026 and most recently updated on Sep 6, 2026.
Ranks ahead of 116,132 of 132,046 servers on MCP Toplist.
Use Supero
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http supero https://api.supero.dev/mcp/v1/messagesThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.supero]
url = "https://api.supero.dev/mcp/v1/messages"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://api.supero.dev/mcp/v1/messagesSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"supero": {
"url": "https://api.supero.dev/mcp/v1/messages"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"supero": {
"type": "http",
"url": "https://api.supero.dev/mcp/v1/messages"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"supero": {
"serverUrl": "https://api.supero.dev/mcp/v1/messages"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"supero": {
"url": "https://api.supero.dev/mcp/v1/messages"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.supero-platform%2Fsupero)<a href="https://mcptoplist.com/server/io.github.supero-platform%2Fsupero"><img src="https://mcptoplist.com/badge/io.github.supero-platform%2Fsupero.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
supero-platform
Available versions (1)
| Version | Published |
|---|---|
| 2.0.0 | Sep 6, 2026 |
Frequently asked questions
- Who maintains Supero?
- Supero is maintained by supero-platform, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Supero listed on the Official MCP Registry?
- Yes — Supero is listed on the Official MCP Registry.
- How many versions does Supero have?
- MCP Toplist tracks 1 version of Supero, most recently published on Sep 6, 2026.
- Where can I find the source code for Supero?
- The source code for Supero is hosted at github.com/supero-platform/supero-apps.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.