Serversio.github.bch1212/injectshield
I

io.github.bch1212/injectshield

io.github.bch1212/injectshield · v0.1.4
▦ npm
v0.1.4npm npm: @injectshield/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.bch1212/injectshield",
  "description": "Prompt-injection firewall for AI agents — scan untrusted text before LLM calls.",
  "repository": {
    "url": "https://github.com/bch1212/injectshield",
    "source": "github",
    "subfolder": "packages/injectshield-mcp"
  },
  "version": "0.1.4",
  "websiteUrl": "https://injectshield.dev",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@injectshield/mcp",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from https://injectshield.dev (free tier: 10K req/mo).",
          "isRequired": true,
          "isSecret": true,
          "name": "INJECTSHIELD_API_KEY"
        },
        {
          "description": "Override the API base URL for self-hosted deployments.",
          "default": "https://api.injectshield.dev",
          "name": "INJECTSHIELD_API_BASE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}