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

namestring required
descriptionstring required
iconUrlstring uri

External icon URL. The server will fetch the icon from this URL and upload it to R2 storage. The response will contain the R2 URL.

Response

Server created successfully

Changes