NetworksDB-MCP

NetworksDB-MCP

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

MorDavid

Research & Data
Visit Server

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.

Recommended Servers

MCP PubMed Search

MCP PubMed Search

Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.

Featured
Python
dbt Semantic Layer MCP Server

dbt Semantic Layer MCP Server

A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.

Featured
TypeScript
mixpanel

mixpanel

Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Featured
TypeScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python
Crypto Price & Market Analysis MCP Server

Crypto Price & Market Analysis MCP Server

A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.

Featured
TypeScript
Nefino MCP Server

Nefino MCP Server

Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.

Official
Python
Vectorize

Vectorize

Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.

Official
JavaScript
Mentor MCP Server

Mentor MCP Server

Provides LLM Agents with AI-powered mentorship for code review, design critique, writing feedback, and brainstorming using the Deepseek API, enabling enhanced output in various development and strategic planning tasks.

Local
TypeScript
MCP-Logic

MCP-Logic

MCP-Logic is a server that provides AI systems with automated reasoning capabilities, enabling logical theorem proving and model verification using Prover9/Mace4 through a clean MCP interface.

Local
Python
Substack Reader

Substack Reader

Enables fetching and reading subscriber-only content from Trade Companion by Adam Mancini on Substack, allowing Claude to access and discuss the latest financial trading articles.

Local
Python