For Breaking Shyet MCP Server

MCP Server and Kali API Server- With Claude Desktop Integ

Local serverstdioPython

What is the For Breaking Shyet MCP server?

For Breaking Shyet MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP Server and Kali API Server- With Claude Desktop Integ.

What you get

Intelligence layer for LLM-driven penetration testing. Ships as an MCP server with 38 Kali tool wrappers, engagement tracking, scope enforcement, and structured output for any MCP-compatible client.

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

What the assistant can call

Once For Breaking Shyet is connected, these are the calls the assistant has available:

  • Removed — The Removed tool exposed by this server
  • Recon — The Recon tool exposed by this server
  • Exploitation — The Exploitation tool exposed by this server
  • Other — The Other tool exposed by this server

Configuration and credentials

You will need 2 environment variables: ASTRO_HOST, ASTRO_DB_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the for breaking shyet mcp server does with a few real requests.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. For Breaking Shyet's toolset — Removed, Recon, Exploitation and 1 more — is a fair guide to whether it matches your workflow. It is maintained by whit3rabbit0; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against For Breaking Shyet's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
RemovedThe Removed tool exposed by this server.
ReconThe Recon tool exposed by this server.
ExploitationThe Exploitation tool exposed by this server.
OtherThe Other tool exposed by this server.

Configuration

VariableDescriptionRequired
ASTRO_HOSTEndpoint or connection string the server talks to.Optional
ASTRO_DB_PATHFilesystem location the server is allowed to use.Optional

Example prompts to try

  • Use For Breaking Shyet to Removed.
  • Use For Breaking Shyet to Recon.
  • Use For Breaking Shyet to Exploitation.

Frequently asked questions

It’s a devkit MCP server that wraps 38 Kali Linux tools and provides a structured interface for LLM-driven penetration testing. It replaces an earlier Flask-based V1 with a single FastMCP server.