Skip to main content
Glama
MrsPiPy

AI Security Tools MCP Server

by MrsPiPy

AI Security Tools MCP Server

A production-ready Model Context Protocol (MCP) server that integrates AI-powered search, browser automation, and Kali Linux security tools.

🚀 Features

  • AI-Powered Search — Tavily integration for intelligent web research

  • Stealth Browsing — SeleniumBase for undetectable web scraping

  • Modern Automation — Playwright for reliable browser control

  • Security Scanning — nmap, subdomain enumeration, and more

  • Tech Stack Detection — Identify technologies running on target sites

Related MCP server: Kali MCP Server

🛠️ Tools Included

Tool

Purpose

tavily_search

AI-powered web search

tavily_extract

Content extraction from URLs

stealth_screenshot

Undetectable webpage screenshots

playwright_screenshot

Fast, reliable browser screenshots

nmap_scan

Port scanning with multiple modes

subdomain_enum

Subdomain discovery

tech_stack_detect

Identify site technologies

whois_lookup

Domain registration info

dns_enum

DNS record enumeration

security_headers_check

Analyze HTTP security headers

ssl_scan

SSL/TLS configuration analysis

📦 Installation

# Clone the repo
git clone https://github.com/MrsPiPy/ai-security-tools-mcp.git
cd ai-security-tools-mcp

# Install dependencies
pip install mcp tavily seleniumbase playwright

# Set your Tavily API key
export TAVILY_API_KEY="your-key-here"

# Run the server
python ai_security_tools_server.py

🔧 MCP Configuration

Add to your MCP client config:

{
  "mcpServers": {
    "ai-security-tools": {
      "command": "python3",
      "args": ["/path/to/ai_security_tools_server.py"]
    }
  }
}

💡 Usage Example

Ask your AI agent:

"Run a security scan on example.com"

The AI will:

  1. Call whois_lookup for domain info

  2. Run dns_enum for DNS records

  3. Execute nmap_scan for open ports

  4. Use tech_stack_detect to identify technologies

  5. Check security_headers_check for misconfigurations

📊 Real-World Results

Scanning itechmonitoring.com (with permission):

  • ✅ Open ports identified

  • ✅ Tech stack: WordPress, Apache, PHP

  • ✅ Security headers analyzed

  • ✅ DNS records enumerated

  • Time: 30 seconds vs 5 minutes manual

🔗 Connect

📜 License

MIT License — Free to use, modify, and distribute.


Built with 🤖 KitKat and ☕ lots of coffee

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    -
    maintenance
    Enables AI assistants to execute penetration testing commands and security tools on Kali Linux remotely. Supports automated reconnaissance, vulnerability scanning, and CTF solving through integration with 25+ offensive security tools like nmap, gobuster, and nuclei.
    16
  • F
    license
    C
    quality
    D
    maintenance
    Provides access to 20+ Kali Linux penetration testing tools through isolated Docker containers, enabling network scanning, vulnerability assessment, password cracking, web security testing, and forensics through natural language commands.
    26
    1
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to perform penetration testing and security assessments by exposing 60+ Kali Linux security tools including network scanning, web security testing, password cracking, exploitation frameworks, and OSINT capabilities through an AI-friendly interface.
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Offline methodology engine for authorized penetration testing, CTF, and security research.

  • AI-powered threat intelligence, smart contract auditing, and cybersecurity OSINT.

  • The web capability layer for AI agents: render, extract, DNS, SSL, WHOIS & more via x402.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MrsPiPy/ai-security-tools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server