Smithery

connect.create

Create a new MCP connection with an auto-generated ID. Requires API key and namespace ownership.

Remote smithery

Other tools also called connect.create? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "mock": {
      "type": "string",
      "description": "body parameter"
    },
    "name": {
      "type": "string",
      "description": "body parameter"
    },
    "mcpUrl": {
      "type": "string",
      "description": "body parameter"
    },
    "headers": {
      "type": "string",
      "description": "body parameter"
    },
    "metadata": {
      "type": "string",
      "description": "body parameter"
    },
    "namespace": {
      "type": "string",
      "description": "path parameter"
    },
    "transport": {
      "type": "string",
      "description": "body parameter"
    }
  }
}