Skip to content
Back to search
90
MCP live v0.1.0 streamable-http

PromptScan

io.github.corporatelad/promptscan

Prompt injection detection API for AI agents. Scan untrusted text before passing it to an LLM.

Uptime
5.3%
19 probes
Response
241ms
last probe
Tools
1
callable

Tools · 1

scan_text

Scan text for prompt injection attacks. Returns a JSON object with: - injection_detected (bool): true if an injection was found - score (float): risk score 0.0–1.0 - label (str):…

Similar MCP servers embedding-nearest

io.github.bch1212/injectshield
Prompt-injection firewall for AI agents — scan untrusted text before LLM calls.
0 tools
InjectShield
Prompt-injection firewall for AI agents that scans untrusted text before LLM calls.
0 tools
PromptGuard
Scan prompts for injection attacks, redact PII, and audit LLM SDK usage from any MCP client
0 tools
Agent Immune
Provides AI agents with security scanning tools to detect and mitigate prompt injection attacks.
0 tools
Agent Security Scanner
Scan AI agents for tool-calling vulnerabilities: prompt leaks, hijacking, injections, and more.
0 tools
SecurityScan
Scan GitHub-hosted AI skills for vulnerabilities: prompt injection, malware, OWASP LLM Top 10.
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "promptscan": {
      "url": "https://promptscan.dev/mcp/",
      "transport": "streamable-http"
    }
  }
}