Back to Home
LuizMeier icon

mcp-ddi

by LuizMeier

Overview

This project provides an MCP (Multi-Cloud Platform) server that integrates with Infoblox DDI to manage DNS zones, records, and grid members, offering a unified interface for network automation and operations.

Installation

Run Command
uv run main.py

Environment Variables

  • WAPI_URL
  • WAPI_USER
  • WAPI_PASS
  • WAPI_VERIFY_SSL

Security Notes

The `infoblox_client.py` explicitly disables SSL certificate verification for all Infoblox WAPI calls by using `httpx.AsyncClient(verify=False)`. This creates a critical security vulnerability, making the system susceptible to Man-in-the-Middle attacks. While environment variables are used for credentials, this SSL bypass severely undermines transport security. No 'eval' or obvious obfuscation detected.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-11-25

Tags

Infoblox DDIDNS ManagementNetwork AutomationMCP ServerPython