Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/mcp/wesleygriffin/pdfrag/pdf-rag)<a href="https://agentmods.dev/mcp/wesleygriffin/pdfrag/pdf-rag"><img src="https://agentmods.dev/badge/mcp/wesleygriffin/pdfrag/pdf-rag.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
pdf-rag scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- pdf-rag — 100% identical, 0 lines differ
What it actually says
{
"pdf-rag": {
"command": "pdfrag",
"args": [
"--db-path",
"/Users/wgriffin/.dotfiles/files/mcps/pdfrag/chroma_db"
],
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 12 lines scan A 469588fb68df
pdf-rag is an MCP server published in the GitHub repository wesleygriffin/pdfrag (6 stars, last pushed 9mo ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other mcp servers, from other repositories
pdfmux
Self-healing PDF extraction for RAG — #2 of 8 engines on opendataloader-bench (0.903). Flags pages it can't read instead of dropping them, and certifies any extractor's output for silent drops. Verify signed manifests offline, free. Per-page confidence, 7-tool MCP server, LangChain/LlamaIndex loaders. LlamaParse…
pdf-inline-image-rag-mcp
MCP server "pdf-inline-image-rag-mcp" as configured in Joncallim/pdf-inline-image-rag-mcp. Runs locally from the pdf-inline-image-rag-mcp Python package.
rag-vault
Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup. Runs locally from the @robthepcguy/rag-vault npm package. Needs 6 environment variables to run.
pdf-rag-mcp
MCP server "pdf-rag-mcp" as configured in MBaranekTech/pdf-rag-mcp. Runs locally from the pdf-rag-mcp Python package.
pdfkb-mcp
A Model Context Protocol server for managing PDF documents with vector search capabilities. Runs locally from the pdfkb-mcp Python package.
pdf-rag
MCP server "pdf-rag" as configured in rspraneeth/retrieval-only-RAG. Launched with C:\Projects\Retrieval\.venv\Scripts\python.exe C:\Projects\Retrieval\mcp_server..