Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by MarinCervinschi • Uncategorized
An MCP server that processes lecture PDFs by extracting text, chunking it for LLMs, and converting to Markdown with LaTeX using Google Gemini AI.
Extract and chunk text from PDF lecture materials for LLM processing.
Convert plain text into well-formatted Markdown with LaTeX support.
That require filtering and cleaning of textual content to remove noise and irrelevant information.
This MCP server extracts text from PDF lecture materials, chunks the text to fit LLM context limits, and converts the content into clean Markdown format with LaTeX support. It leverages Google Gemini AI for intelligent content formatting and supports multiple MCP transports including SSE and stdio. The server is extensible, allowing easy addition of custom tools, and is designed to facilitate integration with MCP clients and Google ADK agents.