Skip to main content
POST
Official Mcp Server Create

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Body

application/json
name
string
required

Name of the official MCP server

domain
string
required

Domain of the MCP server

mcp_url
string
required

MCP server URL

description
string | null

Description of the MCP server

website
string | null

Website URL of the MCP server

help_url
string | null

Help/documentation URL for the MCP server

Response

Successful Response

id
string
required

Unique identifier for the official MCP server

name
string
required

Name of the official MCP server

domain
string
required

Domain of the MCP server

mcp_url
string
required

MCP server URL

description
string
required

Description of the MCP server

website
string
required

Website URL of the MCP server

created_by
string
required

User who created the official MCP server

created_at
string<date-time>
required

The date and time when the official MCP server was created.

updated_at
string<date-time>
required

The date and time when the official MCP server was last updated.

help_url
string | null

Help/documentation URL for the MCP server