Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Dnsdumpster

    MCP Server for DNSDumpster Service

    2 stars
    Python
    Updated Jul 8, 2025
    dns
    dnsdumpster
    mcp
    mcp-server

    Table of Contents

    • Features
    • Installation
    • Claude Desktop Configuration
    • Usage
    • Example Prompts
    • Development
    • License

    Table of Contents

    • Features
    • Installation
    • Claude Desktop Configuration
    • Usage
    • Example Prompts
    • Development
    • License

    Documentation

    DNSDumpster - MCP Server

    A Model Context Protocol (MCP) server for interacting with the DNSDumpster API, enabling AI assistants to perform detailed DNS reconnaissance through natural language requests.

    Features

    • Query domain DNS records through AI assistants
    • Retrieve detailed information about:
    • A records (with associated IP and ASN information)
    • CNAME records
    • MX records
    • TXT records
    • NS records
    • Banner information where available
    • Support for pagination (Plus accounts)
    • Rate limiting and caching

    PyPI version

    Installation

    bash
    # Install from PyPI
    uv pip install mcp-dnsdumpster
    
    # Or from source
    git clone https://github.com/yourusername/mcp-dnsdumpster.git
    cd mcp-dnsdumpster
    uv pip install -e .

    Claude Desktop Configuration

    Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %AppData%\Claude\claude_desktop_config.json on Windows):

    json
    {
      "mcpServers": {
        "dnsdumpster": {
          "command": "uvx",
          "args": ["mcp-dnsdumpster"],
          "env": {
            "DNSDUMPSTER_API_KEY": "your_api_key_here"
          }
        }
      }
    }

    Usage

    1. Set your API key:

    bash
    export DNSDUMPSTER_API_KEY=your_api_key_here

    2. Run the server:

    bash
    # Using uvx (recommended)
    uvx mcp-dnsdumpster
    
    # Or if installed from source
    uv run server.py

    Example Prompts

    • "Show me all subdomains for example.com"
    • "What are the mail servers for microsoft.com?"
    • "Tell me about the DNS infrastructure for twitter.com"

    Development

    • Python 3.10+
    • Uses uv for dependency management
    • Built with MCP SDK 1.4+

    License

    MIT

    Similar MCP

    Based on tags & features

    • DA

      Davinci Resolve Mcp

      Python·
      327
    • FH

      Fhir Mcp Server

      Python·
      55
    • MC

      Mcp Aoai Web Browsing

      Python·
      30
    • WE

      Web Eval Agent

      Python·
      1.2k

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • DA

      Davinci Resolve Mcp

      Python·
      327
    • FH

      Fhir Mcp Server

      Python·
      55
    • MC

      Mcp Aoai Web Browsing

      Python·
      30
    • WE

      Web Eval Agent

      Python·
      1.2k

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k