NetworksDB-MCP

NetworksDB-MCP

By MorDavid GitHub

Fast MCP integration for NetworksDB API - Query IP addresses, organizations, ASNs, and DNS records using natural language through Model Context Protocol

python natural-language-processing
Overview

What is NetworksDB-MCP?

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.

How to use NetworksDB-MCP?

To use NetworksDB-MCP, clone the repository from GitHub, install the required dependencies, and configure the MCP Server with your NetworksDB API key. You can then query network data using natural language through the MCP interface.

Key features of NetworksDB-MCP?

  • Natural Language Interface for querying network data
  • Comprehensive analysis categories including IP address information, organization search, ASN information, and DNS intelligence
  • API Key management and usage tracking
  • Mass reverse DNS lookup for network ranges

Use cases of NetworksDB-MCP?

  1. Finding information about specific IP addresses
  2. Searching for organizations and their network infrastructure
  3. Analyzing geolocation data for IP addresses
  4. Retrieving DNS records for domains

FAQ from NetworksDB-MCP?

  • What is required to run NetworksDB-MCP?

You need a NetworksDB API key, Python 3.8 or higher, and the MCP Client.

  • Is NetworksDB-MCP an official product?

No, it is a community-driven integration and not an official NetworksDB product.

  • How can I get support?

Join the Telegram channel for updates, tips, and discussions.

Content

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.

No tools information available.

The open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research

python typescript
View Details

AI assistant built with Streamlit, NVIDIA NIM (LLaMa 3.3:70B) / Ollama, and Model Control Protocol (MCP).

python mcp
View Details

MCP Client Implementation Using LangChain ReAct Agent / Python

python mcp
View Details

An MCP server for processing images using Florence-2

python florence-2
View Details

Real-time stock API with Python, MCP server example, yfinance stock analysis dashboard

python fastapi
View Details

YouTube MCP Server is an AI-powered solution designed to revolutionize your YouTube experience. It empowers users to search for YouTube videos, retrieve detailed transcripts, and perform semantic searches over video content—all without relying on the official API. By integrating with a vector database, this server streamlines content discovery.

python machine-learning
View Details

A simple MCP server for weather

python mcp
View Details