Skip to main content
Glama

PDF Redaction MCP

Server Details

MCP server for detecting and redacting PII (Personally Identifiable Information) in PDF documents.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL
Repository
StabRise/pdf-redaction-api
GitHub Stars
3

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • Changedanonymize_pdf2 fields changed
      • addedInput schema / properties / context
        Added value: +{
        +  "description": "Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): \"Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization.\"",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "pdf",
        -  "api_key"
        -]New value: +[
        +  "pdf",
        +  "api_key",
        +  "context"
        +]
    • Changedanonymize_pdf_custom2 fields changed
      • addedInput schema / properties / context
        Added value: +{
        +  "description": "Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): \"Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization.\"",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "pdf",
        -  "prompt",
        -  "api_key"
        -]New value: +[
        +  "pdf",
        +  "prompt",
        +  "api_key",
        +  "context"
        +]
    • Changeddetect_pii_pdf2 fields changed
      • addedInput schema / properties / context
        Added value: +{
        +  "description": "Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): \"Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization.\"",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "pdf",
        -  "api_key"
        -]New value: +[
        +  "pdf",
        +  "api_key",
        +  "context"
        +]
  2. 3 tool updates
    • First observedanonymize_pdf
    • First observedanonymize_pdf_custom
    • First observeddetect_pii_pdf

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server for automatic detection and redaction of PII in text, with anonymization and deanonymization capabilities, all local processing.
    1
    -
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for local, verifiable PDF redaction. Enables AI agents to find sensitive regions, locate text, redact PDFs on-device, verify redaction and tamper-evidence seals, and generate PDFs—without uploading confidential documents.
    8
    299
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that provides comprehensive PDF processing capabilities including text extraction, image extraction, table detection, annotation extraction, metadata retrieval, page rendering, and document structure analysis.
    -
  • A
    license
    A
    quality
    C
    maintenance
    Provides a local-first MCP server for multi-format document redaction, enabling detection of sensitive content, physical removal from PDFs, DOCX, XLSX, PPTX, and text files, and forensic audit with zero network calls.
    7
    AGPL 3.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

The three tools are largely distinct: anonymize_pdf redacts via predefined tags, anonymize_pdf_custom redacts via a custom prompt, and detect_pii_pdf only detects without redacting. The two anonymization tools could potentially be confused, but their parameters (tags vs. prompt) make the difference clear.

Naming Consistency5/5

All tool names follow a consistent verb-object-pdf pattern: anonymize_pdf, anonymize_pdf_custom, detect_pii_pdf. The custom variant and detect variant are predictable extensions of the core naming convention.

Tool Count5/5

With only 3 tools, the server is tightly scoped to PDF redaction. Each tool fills a distinct role: standard redaction, custom-prompt redaction, and detection-only. This count is appropriate and avoids unnecessary bloat.

Completeness4/5

The core redaction lifecycle is covered: detect, redact with tags, and redact with custom prompts. A minor gap is the absence of a tool to list available PII tags or manage API keys, which could force agents to rely on hardcoded defaults or external calls.