saiprasaad2002/FastAPI-MCP-Server
If you are the rightful owner of FastAPI-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 dayong@mcphub.com.
This project is a sophisticated, agentic workflow orchestration system built using the Model Context Protocol (MCP) on top of FastAPI.
Tools
Functions exposed to the LLM to take actions
extract_text
Extracts content from resumes.
generate_summary
Summarizes job descriptions using an LLM.
calculate_score
Computes semantic similarity between resumes and job summaries.
extract_email
Identifies email addresses via regex.
send_email
Manages email notifications.
send_interview_invitation
Sends interview invitations.
check_existing_application
Detects duplicates in the database.
validate_resume
Ensures uploaded files are valid resumes.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client