Marketplace & registry
The marketplace is the shared registry for MCP servers and skills: publish once, install anywhere. The registry handles versioning, discovery, and dependency-aware activation.
Real public listings on MCPCloud — servers and skills built end to end on the platform.
What gets published
- Servers — deployable MCP units (for example, “Tally — Payments & Billing API”, “Slate — Workspace & Docs API”).
- Skills — reusable agent behaviors (for example, “PR Review Readiness Sweep”, “Meeting Notes → Action Items”).
Public vs private registry
Versioning
Published artifacts use semantic versioning with immutable snapshots:- Every publish creates a new immutable version.
- Major bumps flag breaking changes.
- Clients and installs can pin to an exact version (
mcp skills install <id> --pin 1.2.0).
Discover and install from the CLI
Monetization
Skills and servers can be monetized. Installing a paid artifact returns apurchase_required (402) until purchased.
Marketplace creators keep 80% of revenue.