Back to Home
luminpdf icon

lumin-mcp-server

by luminpdf

Overview

Enables AI assistants to manage documents, send signature requests, retrieve workspace details, and generate PDFs using Lumin's API services.

Installation

Run Command
node build/stdio.js

Environment Variables

  • LUMIN_API_KEY
  • LUMIN_API_URL

Security Notes

When run locally (via `node build/stdio.js`), the `upload_file_to_lumin` and `send_signature_request_on_lumin` tools expose a `path` parameter that is directly used with `node:fs.readFileSync` without validation. This allows the server to read arbitrary local files if the AI assistant is prompted to provide a malicious path (e.g., directory traversal `../../../etc/passwd`), leading to critical local file exfiltration vulnerabilities. API keys are handled securely via environment variables or user configuration, not hardcoded.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-09

Tags

ProductivityDocument Managemente-SignaturesPDF GenerationAI Integration