wesleygriffin/pdfrag
3.2
If you are the rightful owner of pdfrag and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server that provides powerful RAG (Retrieval-Augmented Generation) capabilities for PDF documents.
Tools
Functions exposed to the LLM to take actions
pdf_add
Add a PDF document to the RAG database.
pdf_remove
Remove a PDF document from the database.
pdf_list
List all PDF documents in the database.
pdf_search_similarity
Search using semantic similarity (vector search).
pdf_search_keywords
Search using keyword matching.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client