Marketplace Overview
This page has been cleared and is ready for updated Builder Studio documentation.
The live BuilderStudio marketplace currently centers on published MCP servers and a smaller set of curated templates. Marketplace MCP servers support two different consumption paths: direct external-client access through the published endpoint, and BuilderStudio-internal workspace registry installs for agent-node use.
What is live today
- Published MCP server detail pages with auth and client-setup guidance.
- Workspace registry installs so Agent nodes can discover published servers.
- Public published endpoints for direct Cursor, Claude Code, or Codex access when the server is public.
- Protected published endpoints with owner-managed published-server credentials when bearer auth is enabled.
Published MCP server paths
Path 1: direct external MCP client -> /api/user-mcp/<workspaceId>/<slug>Path 2: BuilderStudio marketplace install flow -> workspace registry entry (editable later from an Agent node) Direct external client auth:- public endpoint: no bearer token- protected endpoint: separate owner-managed published-server bearer auth BuilderStudio workspace install:- adds the published server to a workspace registry- protected installs can save outbound auth during install, or later on the Agent node if skippedHow to evaluate a server
Open the server detail page
Review the description, category, direct-client endpoint, and whether the published endpoint is public or protected.
Decide how you want to use it
Choose between direct external MCP setup for Cursor, Claude Code, or Codex, and a BuilderStudio workspace registry install for agent-node use.
Check the auth contract
Protected published endpoints use a separate owner-managed published-server bearer path, typically a
umcp_key when the server owner issues API keys. Workspacebuilder_keys do not unlock direct external client access to those published endpoints. If you own the server, manage its published API keys from the canvas MCP Server panel's API Keys tab. If you do not own it, ask the server owner for the published-server bearer token or exact outbound Authorization header value that endpoint expects. BuilderStudio does not issue self-serve marketplace tokens for protected published servers yet.Finish the BuilderStudio-specific setup
If you install a bearer-protected server into a workspace, save the owner-provided auth material during install if you already have it. Otherwise finish that Agent-node auth step later before expecting runs to succeed.
What is not live
- Self-serve marketplace token issuance for someone else's protected published server.
- Marketplace custom-node publishing for the current MVP.
- A generic “one click” install that makes protected published servers callable everywhere without operator setup.
Was this page helpful?