PromptScan
io.github.corporatelad/promptscanPrompt injection detection API for AI agents. Scan untrusted text before passing it to an LLM.
Tools · 1
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
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"promptscan": {
"url": "https://promptscan.dev/mcp/",
"transport": "streamable-http"
}
}
}