MCP.so
Sign In

🛡️ CyberShield MCP — Servidor MCP de Defensa Autónoma (Windows)

@jmatias2411

About 🛡️ CyberShield MCP — Servidor MCP de Defensa Autónoma (Windows)

Servidor MCP para ciberseguridad en Windows. Expone herramientas defensivas como APIs HTTP listas para ser usadas por agentes IA, Claude Desktop o scripts personalizados. FĂĄcil de integrar, extensible y listo para automatizar tu defensa digital.

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

jmatias2411

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "CyberShield-MCP": {
      "command": "uv",
      "args": [
        "run",
        "mcp",
        "install",
        "server.py",
        "--name",
        "CyberShield Agent"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is 🛡️ CyberShield MCP — Servidor MCP de Defensa Autónoma (Windows)?

CyberShield MCP is a fully functional MCP (Model Context Protocol) server designed to execute defensive tools, query system resources, and make security decisions with AI support. It runs on Windows, exposes critical system commands securely, and can be controlled from Claude Desktop or via LangChain agents.

How to use 🛡️ CyberShield MCP — Servidor MCP de Defensa Autónoma (Windows)?

Install dependencies with pip install mcp[cli] langchain langchain-ollama fastapi uvicorn requests. For Claude Desktop, run uv run mcp install server.py --name "CyberShield Agent" then uv run mcp dev server.py. For LangChain + Ollama, start the FastAPI server with uvicorn fastapi_mcp_server:app --port 4242 and run agent_langchain.py. Docker deployment is also available.

Key features of 🛡️ CyberShield MCP — Servidor MCP de Defensa Autónoma (Windows)?

  • Block/unblock firewall ports and IPs
  • Ping and nmap diagnostics
  • Analyze security logs and events
  • Harden system configuration
  • Monitor active network connections
  • Scan and manage active processes

Use cases of 🛡️ CyberShield MCP — Servidor MCP de Defensa Autónoma (Windows)?

  • Automate Windows system defense with AI
  • Execute critical commands via conversational models
  • Strengthen system and reduce attack surface
  • Coordinate responses from agents or chat interfaces
  • Expose defensive tools as HTTP endpoints for integration

FAQ from 🛡️ CyberShield MCP — Servidor MCP de Defensa Autónoma (Windows)?

What operating system does it support?

Only Windows for now, because it uses netsh, ping, Get-WinEvent, and other Windows‑specific commands.

How do I install it for Claude Desktop?

Run uv run mcp install server.py --name "CyberShield Agent" to register the server, then uv run mcp dev server.py to start it. Claude can then use tools like “Haz ping a 8.8.8.8” or “Bloquea la IP 192.168.1.50”.

Can I use

Comments

More Other MCP servers