mcp-infoblox
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INFOBLOX_HOST | Yes | Infoblox server hostname or IP | |
| INFOBLOX_PASSWORD | Yes | WAPI password | |
| INFOBLOX_USERNAME | Yes | WAPI username | |
| INFOBLOX_WAPI_VERSION | No | WAPI version | 2.12 |
| INFOBLOX_ALLOW_SELF_SIGNED | No | Accept self-signed SSL certificates | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_dns_recordsB | Search for DNS records in Infoblox. Supports A, AAAA, CNAME, Host, PTR, MX, TXT, SRV records. Name search uses regex by default. |
| get_all_records_in_zoneB | List all DNS records in a specific zone. Returns all record types in the zone. |
| create_a_recordC | Create a DNS A record in Infoblox |
| create_aaaa_recordC | Create a DNS AAAA (IPv6) record in Infoblox |
| create_cname_recordC | Create a DNS CNAME record in Infoblox |
| create_host_recordA | Create a DNS Host record in Infoblox. Host records combine A and PTR records. Use 'func:nextavailableip:<network_ref>' as ipv4addr to auto-assign the next available IP. |
| create_ptr_recordB | Create a DNS PTR (reverse) record in Infoblox |
| create_mx_recordC | Create a DNS MX (mail exchange) record in Infoblox |
| create_txt_recordC | Create a DNS TXT record in Infoblox |
| create_srv_recordC | Create a DNS SRV record in Infoblox |
| update_dns_recordB | Update an existing DNS record by its object reference. Get the reference from a search first. |
| delete_dns_recordB | Delete a DNS record by its object reference. Get the reference from a search first. |
| get_networksB | Search and list networks in Infoblox IPAM. Returns network address, comment, view, and utilization info. |
| create_networkC | Create a new network in Infoblox IPAM |
| delete_networkB | Delete a network from Infoblox IPAM. Get the reference from get_networks first. |
| get_next_available_ipA | Get the next available IP address(es) from a network. Use get_networks first to find the network reference. |
| search_ip_addressesC | Search the IPv4 address space in Infoblox IPAM. Find used/unused IPs, check IP status, and see what objects use an IP. |
| get_network_detailsC | Get detailed information about a specific network including DHCP utilization statistics |
| get_fixed_addressesC | Search and list DHCP fixed addresses (reservations) in Infoblox |
| create_fixed_addressC | Create a DHCP fixed address (reservation) in Infoblox |
| delete_fixed_addressC | Delete a DHCP fixed address from Infoblox |
| get_dhcp_leasesB | Get active DHCP leases from Infoblox. Shows current IP assignments from DHCP. |
| get_dhcp_rangesB | List DHCP ranges (scopes) in Infoblox |
| create_dhcp_rangeC | Create a DHCP range (scope) in Infoblox |
| get_zonesC | Search and list DNS authoritative zones in Infoblox |
| create_zoneC | Create a DNS authoritative zone in Infoblox |
| delete_zoneC | Delete a DNS authoritative zone from Infoblox |
| get_grid_infoB | Get Infoblox grid information and configuration |
| get_membersC | List Infoblox grid members and their status |
| restart_servicesA | Restart DNS/DHCP services on the Infoblox grid. Required after configuration changes to take effect. |
| get_object_by_refB | Get any Infoblox object by its reference string. Useful for retrieving full details of an object. |
| global_searchB | Search across all Infoblox object types. Finds records, networks, and other objects matching a search string. |
| get_network_viewsC | List network views configured in Infoblox |
| get_dns_viewsB | List DNS views configured in Infoblox |
| get_extensible_attribute_definitionsC | List extensible attribute definitions configured in Infoblox. Extensible attributes are custom metadata fields. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/fredriksknese/mcp-infoblox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server