Skip to main content

Register Mcp Server

POST 

/api/components/mcp-servers/register

Register a dynamic MCP server and fetch its available tools.

Args: request: Server configuration including:

  • id: Server identifier (e.g., 'monday')
  • name: Display name (e.g., 'Monday.com')
  • mcpUrl: MCP server endpoint URL
  • authType: Authentication type ('token', 'oauth')
  • headers: Authentication headers (e.g., {'Authorization': 'Bearer TOKEN'})

Returns: Server details with available tools

Request

Responses

Successful Response