NetworksDB-MCP

MCP.Pizza Chef: MorDavid

NetworksDB-MCP is a high-performance MCP server integration that enables natural language queries to the NetworksDB API. It allows users to retrieve detailed network intelligence including IP addresses, organizations, ASNs, and DNS records by converting plain English queries into structured API calls. This server bridges AI models with comprehensive network data, facilitating seamless access to IP geolocation, organization details, and DNS information through the Model Context Protocol.

Use This MCP server To

Query IP address details using natural language Retrieve organization information linked to IPs or ASNs Fetch DNS records for domain analysis Analyze network infrastructure via ASNs Integrate network intelligence into AI workflows Automate security investigations with network data Enrich threat intelligence with real-time IP info Support incident response with detailed network context

README

NetworksDB-MCP

Model Context Protocol (MCP) Server for NetworksDB

NetworksDB-MCP is a powerful integration that brings the capabilities of Model Context Protocol (MCP) Server to NetworksDB, enabling natural language queries for network intelligence, IP geolocation, organization details, and DNS information.

🌐 Seamless Network Intelligence with AI!
Query network data, track organizations, and analyze IP infrastructure using natural language.

πŸ” What is NetworksDB-MCP?

NetworksDB-MCP combines the power of:

  • NetworksDB: Comprehensive database for IP, organization, and network intelligence
  • Model Context Protocol (MCP): An open protocol for creating custom AI tools
  • Natural Language Processing: Convert plain English queries into NetworksDB API calls

πŸ“± Community

Join our Telegram channel for updates, tips, and discussion:

✨ Features

  • Natural Language Interface: Query network data using plain English
  • Comprehensive Analysis Categories:
    • πŸ”‘ API Key management and usage tracking
    • 🌐 IP address information and geolocation
    • 🏒 Organization search and infrastructure mapping
    • πŸ”’ ASN information and network relationships
    • πŸ“ DNS and reverse DNS intelligence
    • πŸ” Mass reverse DNS for network ranges

πŸ“‹ Prerequisites

  • NetworksDB API key
  • Python 3.8 or higher
  • MCP Client

πŸ”§ Installation

  1. Clone this repository:

    git clone https://github.com/mordavid/NetworksDB-MCP.git
    cd NetworksDB-MCP
  2. Install dependencies:

    pip install -r requirements.txt
  3. Configure the MCP Server

    "mcpServers": {
        "NetworksDB-MCP": {
            "command": "python",
            "args": [
                "<Your_Path>\\NetworksDB-MCP.py"
            ],
            "env": {
                "NETWORKSDB_API_KEY": "<Your_API_Key>"
            }
        }
    }

πŸš€ Usage

Example queries you can ask through the MCP:

  • "Find all information about IP 8.8.8.8"
  • "Search for organizations named Google"
  • "Get geolocation for IP 1.1.1.1"
  • "Show me DNS records for example.com"
  • "Find all networks owned by Microsoft"
  • "Get reverse DNS for IP range 192.168.1.0/24"

Core commands:

  • key_info - Get API key info and usage stats
  • ip_info - Get IP address details
  • ip_geo - Get IP geolocation
  • org_search - Search organizations
  • org_info - Get org details
  • org_networks - List networks owned by org
  • asn_info - Get ASN information
  • asn_networks - List networks for ASN
  • dns - Get DNS records
  • reverse_dns - Get reverse DNS for IP
  • mass_reverse_dns - Bulk reverse DNS lookup

πŸ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ™ Acknowledgments

  • The NetworksDB team for providing comprehensive network intelligence APIs
  • The MCP community for advancing AI-powered tooling

Note: This is not an official NetworksDB product. NetworksDB-MCP is a community-driven integration between NetworksDB and MCP.

NetworksDB-MCP FAQ

How does NetworksDB-MCP convert natural language queries?
It uses NLP to translate plain English into NetworksDB API calls for precise data retrieval.
Can NetworksDB-MCP handle large volumes of network queries?
Yes, it is designed for fast, scalable querying of NetworksDB data.
Is NetworksDB-MCP compatible with multiple LLM providers?
Yes, it works with OpenAI, Anthropic Claude, and Google Gemini models via MCP.
How do I integrate NetworksDB-MCP into my existing AI workflows?
You connect it as an MCP server endpoint, enabling your AI models to query network data naturally.
What types of network data can I access through NetworksDB-MCP?
IP addresses, organizations, ASNs, DNS records, and related network intelligence.
Does NetworksDB-MCP support real-time updates from NetworksDB?
It queries live NetworksDB API data, ensuring up-to-date network intelligence.
Is there community support for NetworksDB-MCP?
Yes, there is an active Telegram channel for updates and discussions.
What security considerations are there when using NetworksDB-MCP?
It follows MCP principles for secure, scoped, and observable model interactions.