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
2.5%
40 probes
Response
241ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

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):…

How to use

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

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