mcp-infoblox
An MCP server that provides AI assistants with full access to Infoblox NIOS for managing DNS records, DHCP reservations, and IPAM through the WAPI REST API. It supports 35 tools for network discovery, record lifecycle management, and grid infrastructure status.
README
mcp-infoblox
A Model Context Protocol (MCP) server for Infoblox NIOS, providing AI assistants with full access to DNS, DHCP, and IPAM management through the Infoblox WAPI REST API.
Features
35 tools across five categories:
DNS Record Management
| Tool | Description |
|---|---|
search_dns_records |
Search for A, AAAA, CNAME, Host, PTR, MX, TXT, SRV records with regex support |
get_all_records_in_zone |
List all DNS records in a specific zone |
create_a_record |
Create a DNS A record |
create_aaaa_record |
Create a DNS AAAA (IPv6) record |
create_cname_record |
Create a DNS CNAME record |
create_host_record |
Create a Host record (A + PTR combined), supports next-available-IP |
create_ptr_record |
Create a PTR (reverse DNS) record |
create_mx_record |
Create a mail exchange record |
create_txt_record |
Create a TXT record |
create_srv_record |
Create a SRV record |
update_dns_record |
Update any DNS record by reference |
delete_dns_record |
Delete any DNS record by reference |
Network & IPAM
| Tool | Description |
|---|---|
get_networks |
Search and list networks with utilization data |
create_network |
Create a network with optional DHCP member and options |
delete_network |
Delete a network |
get_next_available_ip |
Get next available IP address(es) from a network |
search_ip_addresses |
Search IPv4 address space — find used/unused IPs |
get_network_details |
Get network details including DHCP utilization stats |
DHCP
| Tool | Description |
|---|---|
get_fixed_addresses |
Search DHCP reservations by IP, MAC, or network |
create_fixed_address |
Create a DHCP fixed address (reservation) |
delete_fixed_address |
Delete a DHCP reservation |
get_dhcp_leases |
View active DHCP leases |
get_dhcp_ranges |
List DHCP scopes/ranges |
create_dhcp_range |
Create a DHCP range |
DNS Zones
| Tool | Description |
|---|---|
get_zones |
Search and list authoritative DNS zones |
create_zone |
Create a forward or reverse DNS zone |
delete_zone |
Delete a DNS zone |
Grid & Infrastructure
| Tool | Description |
|---|---|
get_grid_info |
Get grid configuration and status |
get_members |
List grid members and their service status |
restart_services |
Restart DNS/DHCP services (required after config changes) |
get_object_by_ref |
Retrieve any object by its WAPI reference |
global_search |
Search across all object types |
get_network_views |
List network views |
get_dns_views |
List DNS views |
get_extensible_attribute_definitions |
List custom extensible attribute definitions |
Installation
git clone git@github.com:fredriksknese/mcp-infoblox.git
cd mcp-infoblox
npm install
npm run build
Configuration
The server is configured via environment variables:
| Variable | Required | Default | Description |
|---|---|---|---|
INFOBLOX_HOST |
Yes | — | Infoblox server hostname or IP |
INFOBLOX_USERNAME |
Yes | — | WAPI username |
INFOBLOX_PASSWORD |
Yes | — | WAPI password |
INFOBLOX_WAPI_VERSION |
No | 2.12 |
WAPI version |
INFOBLOX_ALLOW_SELF_SIGNED |
No | true |
Accept self-signed SSL certificates |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"infoblox": {
"command": "node",
"args": ["/absolute/path/to/mcp-infoblox/dist/index.js"],
"env": {
"INFOBLOX_HOST": "your-infoblox-server.example.com",
"INFOBLOX_USERNAME": "admin",
"INFOBLOX_PASSWORD": "your-password"
}
}
}
}
Usage with Claude Code
Add to your Claude Code MCP settings:
claude mcp add infoblox -- node /absolute/path/to/mcp-infoblox/dist/index.js
Set the required environment variables before running, or configure them in your MCP settings.
Example Prompts
Once connected, you can ask your AI assistant things like:
- "Show me all A records in the example.com zone"
- "Create a host record for server01.example.com with the next available IP in 10.0.1.0/24"
- "What DHCP leases are active on the 192.168.1.0/24 network?"
- "Find all DNS records pointing to 10.0.0.5"
- "Get the next 5 available IPs from the 10.10.0.0/16 network"
- "Create a CNAME alias web.example.com pointing to lb.example.com"
- "Show me network utilization for all 10.x networks"
- "Restart DNS services on the grid"
Development
npm run dev # Run with tsx (auto-reloads)
npm run build # Compile TypeScript to dist/
npm start # Run compiled output
Architecture
src/
├── index.ts # Entry point — creates MCP server + STDIO transport
├── infoblox-client.ts # HTTP client wrapping Infoblox WAPI
└── tools/
├── dns.ts # DNS record CRUD (12 tools)
├── network.ts # Network/IPAM management (6 tools)
├── dhcp.ts # DHCP management (6 tools)
├── zone.ts # DNS zone management (3 tools)
└── grid.ts # Grid, search, views, extensible attrs (8 tools)
Requirements
- Node.js 18+
- Infoblox NIOS with WAPI enabled (tested with WAPI v2.12+)
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。