PEM2021/mcp-server
3.1
If you are the rightful owner of 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.
The MCP Server is a FastAPI-based application designed to interact with resumes and send email notifications, with an optional frontend for enhanced user interaction.
MCP Server ā Model Context Protocol
A FastAPI server that:
- ā Chats about your CV by parsing a resume PDF
- ā Sends email notifications via SMTP (e.g. Mailtrap)
- ā Has a deployed live server with optional frontend
š Live Demo
š (https://mcp-server-92fy.onrender.com)
š Project Structure
mcp-server/
āāā backend/
ā āāā main.py # FastAPI entry point
ā āāā resume_parser.py # Extracts text from uploaded resumes
ā āāā email_sender.py # SMTP email sending logic
ā āāā .env.example # Sample env file
āāā frontend/ (optional)
ā āāā Next.js client
āāā requirements.txt
āāā README.md