Expunct
Parse, extract, and redact sensitive data for AI workflows. Privacy-first document intelligence for PDF and DOCX, plus redaction across text, images, audio, and video.
https://expunct.ai/Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.
Connect straight to this server’s public endpoint.
https://mcp.expunct.ai/mcpWe add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.
Last probed Sep 14, 2026 · mcp.expunct.ai
6tools discovered
Expunct Sanitize Text
Redact PII from text and return the sanitized result immediately. Detects and replaces personally identifiable information (PII) in the provided text. Supports 27+ entity types across PII (names, SSNs, addresses), PCI (credit cards, bank accounts), and PHI (medical licenses) categories. This is synchronous — results return immediately (~100ms for typical text). Args: params (SanitizeTextInput): Validated input parameters: - text (str): Text to redact (1
Expunct Sanitize File
Redact PII from a file (document, image, video, or audio). Creates a background redaction job for the file. Use expunct_check_status to poll for completion, then expunct_get_findings to see what was detected. Supported formats: - Documents: PDF, DOCX, TXT, MD - Images: PNG, JPG, BMP, TIFF - Video: MP4, AVI, MKV, MOV, WEBM - Audio: WAV, MP3, FLAC, OGG, M4A Local file paths work in stdio mode. Cloud URIs (gs://, s3://, https://) work in any mode. Args:
Expunct Sanitize Batch
Redact PII from multiple files in a single batch operation. Creates a batch job containing individual redaction jobs for each file. Use expunct_check_status with any job_id to track individual progress. Args: params (SanitizeBatchInput): Validated input parameters: - paths (list[str]): File paths or cloud URIs (1-100 items) - pii_types (list[str] | None): Entity types to detect - language (str): 'en' or 'es' Returns: str: JSO
Expunct Check Status
Check the status and progress of a redaction job. Use this after calling expunct_sanitize_file or expunct_sanitize_batch to track job progress. Poll periodically until status is 'completed' or 'failed'. Args: params (CheckStatusInput): Input parameters: - job_id (str): Job ID from sanitize_file or sanitize_batch Returns: str: JSON with schema: { "job_id": str, "status": str, # "pending", "processing", "comp
Expunct List Entity Types
List all supported PII entity types grouped by category. Returns the complete list of entity types that can be detected, organized by category (PII, PCI, PHI). Use these type names with the pii_types parameter in sanitize_text, sanitize_file, and sanitize_batch. Returns: str: JSON with schema: { "categories": { "PII": ["PERSON", "PHONE_NUMBER", ...], "PCI": ["CREDIT_CARD", ...], "PHI": ["MEDICAL_LICENSE
Expunct Get Findings
Get detailed PII detection findings for a completed job. Returns the list of PII entities detected in a redaction job, including entity type, detected value, confidence score, and location. Only available after a job has completed. Args: params (GetFindingsInput): Input parameters: - job_id (str): Job ID to retrieve findings for - limit (int): Maximum findings to return (1-500, default 50) Returns: str: JSON with schema: {
Get your MCP into directories
A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.
Directory coverage for brandsParse, extract, and redact sensitive data for AI workflows. Privacy-first document intelligence for PDF and DOCX, plus redaction across text, images, audio, and video.
Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.
Operate Expunct? Verify ownership to take over this directory entry.
This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.
MCPBundles probed 6 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.
No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.