choipureum/mcp-file-contents-reader
If you are the rightful owner of mcp-file-contents-reader and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP File Contents Reader is a server designed to read and analyze various document formats, providing structured information extraction and search capabilities.
Tools
Functions exposed to the LLM to take actions
read_file
Read Excel, PDF, PPT, Word files and return content as text.
search_documents
Search for specific content in Documents directory and analyze files.
analyze_file_content
Analyze specific file content in detail and extract structured information.
upload_file
Upload and temporarily store Base64 encoded file data.
read_uploaded_file
Read uploaded file and return content.
list_uploaded_files
Return list of uploaded files.
delete_uploaded_file
Delete uploaded file.
get_file_info
Return basic information about a file.
list_supported_formats
Return list of supported file formats.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client