← promptguard.co

INDIVIDUAL MCP TOOL

promptguard_redact

Redact PII (emails, phone numbers, SSNs, credit cards, API keys) from text.

promptguard.conone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

promptguard.co

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.promptguard-co]
url = "https://api.promptguard.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "promptguard-co": {
      "type": "http",
      "url": "https://api.promptguard.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: promptguard-co
Remote MCP URL: https://api.promptguard.co/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "promptguard-co": {
      "url": "https://api.promptguard.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "promptguard-co": {
      "type": "http",
      "url": "https://api.promptguard.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "promptguard-co",
  "transport": "streamable-http",
  "url": "https://api.promptguard.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • promptguard_scan_text — Scan text for security threats including prompt injection, jailbreaks, PII leakage, and toxic content.
  • promptguard_scan_code — Analyze code for LLM SDK usage patterns (OpenAI, Anthropic, Cohere, Google Gemini, Bedrock, Mistral).
  • promptguard_status — Show current PromptGuard configuration and status.
  • search — Search PromptGuard documentation for information about security scanning, PII redaction, proxy setup, CLI usage, and integrations.
  • fetch — Fetch a specific PromptGuard documentation page by ID.