Catalog
io.github.corporatelad/promptscan
OfficialPromptScan
Prompt injection detection API for AI agents. Scan untrusted text before passing it to an LLM.
Detect prompt injection attacks in untrusted text before LLM processing.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"promptscan": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://promptscan.dev/mcp/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.