Skip to main content
Glama

EVE-NG MCP Server

by moimran

create_lab_network

Generate and configure a new network (bridge, cloud, NAT, etc.) in an EVE-NG lab by specifying type, position, and lab path for precise network design and testing.

Instructions

Create a network in a lab. This tool creates a new network (cloud, bridge, NAT, etc.) in the lab with the specified type and positioning.

Input Schema

NameRequiredDescriptionDefault
argumentsYes

Input Schema (JSON Schema)

{ "$defs": { "CreateNetworkArgs": { "description": "Arguments for create_network tool.", "properties": { "lab_path": { "description": "Full path to the lab (e.g., /lab_name.unl)", "title": "Lab Path", "type": "string" }, "left": { "default": 50, "description": "Position from left (percentage, 0-100)", "title": "Left", "type": "integer" }, "name": { "default": "", "description": "Network name (optional)", "title": "Name", "type": "string" }, "network_type": { "description": "Network type (bridge, cloud, nat, etc.)", "title": "Network Type", "type": "string" }, "top": { "default": 50, "description": "Position from top (percentage, 0-100)", "title": "Top", "type": "integer" } }, "required": [ "lab_path", "network_type" ], "title": "CreateNetworkArgs", "type": "object" } }, "properties": { "arguments": { "$ref": "#/$defs/CreateNetworkArgs" } }, "required": [ "arguments" ], "title": "create_lab_networkArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/moimran/eveng-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server