from klavis import Klavisfrom klavis.types import McpServerNameklavis_client = Klavis(api_key="<YOUR_API_KEY>")# Create a Firecrawl Deep Research MCP server instancefirecrawl_deep_research_server = klavis_client.mcp_server.create_server_instance( server_name=McpServerName.FIRECRAWL_DEEP_RESEARCH, user_id="<YOUR_USER_ID>", platform_name="<YOUR_PLATFORM_NAME>",)
serverUrl specifies the endpoint of the Firecrawl Deep Research MCP server, which you can connect and use this MCP Server to perform comprehensive research on any topic.
instanceId is used for authentication and identification of your server instance.