Back to Home
hecatonheyrus icon

pdf-mcp-server

by hecatonheyrus

Overview

Extracting textual content and generating summaries from PDF documents using Large Language Models (LLMs).

Installation

Run Command
cargo run [path to PDF file] [connection mode]

Environment Variables

  • OPENAI_API_KEY

Security Notes

Security analysis is severely limited as only the `README.md` file was provided, not the actual Rust source code (`.rs` files, `Cargo.toml`). Without access to the complete source code, it is impossible to audit for critical security risks such as potential `unsafe` blocks, malicious patterns, improper network handling, input sanitization vulnerabilities when interacting with LLMs, or hardcoded secrets. The server exposes HTTP/HTTPS endpoints for interaction, which can be a vector for attacks if not properly secured (e.g., authentication, authorization, TLS configuration). A full security audit would require the complete source code.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassHigh
Avg Tokens50000
Stars0
Forks0
Last Update2026-01-18

Tags

PDF processingLLMSummarizationRustMCP