v11

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29273578.1 KB
Gateway

Gateway: Unpublish Server

Remove an MCP server from the store. Requires gateway service token.

delete/api/v1/gateway/servers/{scope}/{packageName}

Path parameters

scopestring required

The scope of the MCP server (e.g., '@modelcontextprotocol', 'github'). The @ symbol is optional.

Example:@modelcontextprotocol
packageNamestring required

The package name of the MCP server

Example:server-github

Response

Server unpublished successfully

messagestring required

Example response

{
  "message": "Server unpublished successfully"
}