trackmcp
Back to directory
clauxel

prompt-injection-scanner-mcp

View on GitHub

PromptGuard Scan remote MCP documentation for prompt injection and LLM security testing.

0 stars JavaScriptOthers Updated Jun 17, 2026
ai-securityjailbreak-detectionllm-securitymcpmodel-context-protocolprompt-injectionremote-mcppromptguardscan

Documentation

PromptGuard Scan MCP

PromptGuard Scan MCP is a paid remote Model Context Protocol server for LLM security testing. It helps teams inspect AI apps for prompt injection, jailbreaks, hidden instruction leakage, unsafe tool-use signals, and release-gate risk.

This repository is the public MCP integration and directory listing package for the hosted service at promptguardscan.space. The production MCP endpoint is hosted remotely; the product source code is not published here.

MCP endpoint

Tokens are issued after checkout and MCP token claim. Do not paste access tokens into public issues, prompts, screenshots, logs, or pull requests.

Connect

Use your issued Bearer token in an MCP client that supports remote Streamable HTTP servers.

json
{
  "mcpServers": {
    "promptguardscan": {
      "type": "http",
      "url": "https://promptguardscan.space/mcp",
      "headers": {
        "Authorization": "Bearer "
      }
    }
  }
}

What it is for

  • Prompt injection scanner workflows for AI apps, chatbots, agents, RAG systems, and custom GPT-style tools.
  • Jailbreak detection and prompt security regression testing before release.
  • LLM vulnerability scanner evidence for engineering teams and buyer security reviews.
  • CI/CD release-gate context for high-risk prompt, retrieval, and tool-use changes.

Public directory records

  • Official MCP Registry name: `space.promptguardscan/promptguardscan-mcp`
  • Smithery qualified name: `clauxel/prompt-injection-scanner-mcp`
  • Primary website: https://promptguardscan.space/

Support

For account, checkout, token, or security-report questions, contact support@aigeamy.com.

  • OpenHuman Online is useful when this MCP rollout also needs human-readable source memory, meeting notes, or approval context outside the server.

Frequently asked questions

What is prompt-injection-scanner-mcp?

prompt-injection-scanner-mcp is PromptGuard Scan remote MCP documentation for prompt injection and LLM security testing.

How do I install prompt-injection-scanner-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is prompt-injection-scanner-mcp open source?

Yes — it is hosted on GitHub at https://github.com/clauxel/prompt-injection-scanner-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP