Back to Browse

Ingressward MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Block prompt injection, evasive spacing, and obscene content before it reaches your LLM.

About

Block prompt injection, evasive spacing, and obscene content before it reaches your LLM.

Security Report

5.2
Moderate5.2Moderate Risk

IngressWard MCP server is a well-structured prompt filtering tool with proper authentication, appropriate permissions for its purpose, and clean code quality. The server requires an API key, validates all inputs, and handles errors gracefully. Minor code quality observations exist around broad exception handling and logging practices, but these are not security vulnerabilities. Supply chain analysis found 5 known vulnerabilities in dependencies (2 critical, 2 high severity). Package verification found 1 issue.

4 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Your IngressWard API key. Get one at https://www.ingressward.com.Required

Environment variable: INGRESSWARD_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ingressward-mcp-server": {
      "env": {
        "INGRESSWARD_API_KEY": "your-ingressward-api-key-here"
      },
      "args": [
        "-y",
        "@ingressward/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!