coffee_mcp_server
If you are the rightful owner of coffee_mcp_server 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.
Coffee MCP Server is a document extraction and processing API server built with FastAPI, designed to extract text, tables, and generate embeddings from documents.
Coffee MCP Server provides a robust API for processing documents (PDFs, images, etc.) and extracting their content with advanced OCR and text processing capabilities. The server handles documents asynchronously, making it suitable for processing large files without blocking the client. Key features include asynchronous document processing, page-by-page PDF processing, text extraction using OCR, table detection and extraction, and generation of text embeddings. It also includes MongoDB storage for persistent job tracking and results, a RESTful API with comprehensive endpoints, and background thread processing to maintain API responsiveness.
Features
- Asynchronous document processing with responsive API during long-running tasks
- Page-by-page PDF processing for real-time status updates
- Text extraction using OCR (Optical Character Recognition)
- Table detection and extraction
- Generation of text embeddings (using OpenAI or other providers)