Servers

Create MCP Server

Create a new MCP server. If iconUrl is provided, the server will fetch the icon from the external URL and upload it to R2 storage. The response will contain the R2 URL.

post/api/v1/servers

Request body

scopestring required

The scope of the MCP server

packageNamestring required

The package name of the MCP server

displayNamestring required

The display name of the MCP server

descriptionstring required

Description of the MCP server

iconUrlstring uri

External icon URL (will be fetched and stored in R2)

documentationUrlstring uri

URL to the documentation

versionstring required

Version of the MCP server

Response

Server created successfully

Changes