Skip to main content
Glama

NetBox Read/Write MCP Server

ip_addresses.py818 B
#!/usr/bin/env python3 """ IPAM IP Address Management Tools TODO: High-level tools for managing NetBox IP addresses, IP assignments, and IP address lifecycle management will be migrated here. Future migration from ipam_tools.py: - netbox_create_ip_address - netbox_find_available_ip - netbox_assign_ip_to_interface (high-level) - netbox_find_next_available_ip (high-level) Future capabilities: - IP address lifecycle automation - DNS integration and management - IP address conflict resolution - Bulk IP operations - IP address audit and compliance """ # TODO: Migrate existing IP tools from ipam_tools.py # TODO: Implement advanced IP management tools # - netbox_automate_ip_lifecycle # - netbox_integrate_dns_management # - netbox_resolve_ip_conflicts # - netbox_bulk_ip_operations # - netbox_audit_ip_compliance

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/Deployment-Team/netbox-mcp'

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