Fast MCP integration for NetworksDB API - Query IP addresses, organizations, ASNs, and DNS records using natural language through Model Context Protocol
Server Config
{
"mcpServers": {
"NetworksDB-MCP": {
"command": "python",
"args": [
"<Your_Path>\\NetworksDB-MCP.py"
],
"env": {
"NETWORKSDB_API_KEY": "<Your_API_Key>"
}
}
}
}