CV Email MCP Server
Related Servers
Alternatives to CV Email MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceEnables resume parsing, querying, and email notifications via MCP tools.31-
- FlicenseAqualityDmaintenanceEnables AI assistants to intelligently fetch, parse, search, and rank resumes from email attachments. Supports multi-format resume parsing (PDF, DOC, DOCX), multi-dimensional searching by keywords, position, skills, and experience, with statistical analysis capabilities.6-
- FlicenseNot gradedqualityDmaintenanceEnables automatic analysis and comparison of CVs against a job description, scoring candidates and generating professional reports.-
- AlicenseNot gradedqualityDmaintenanceEnables chat-based interaction with resume data and sending email notifications via MCP tools.221 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables AI clients to manage resumes, match job descriptions, and generate tailored PDF resumes.3-
- FlicenseAqualityCmaintenanceEnables tailoring resumes to job descriptions by scraping JDs, applying rules, and generating optimized DOCX resumes.11-
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: parse_cv loads CV data, ask_cv queries it, and send_email sends a notification. There is no functional overlap between the three.
All tool names follow a consistent verb_noun pattern (parse_cv, ask_cv, send_email), using snake_case throughout. The naming is uniform and predictable.
With only 3 tools, the server is tightly scoped to its stated purpose of CV parsing, querying, and email notification. This is well within the ideal range and each tool earns its place.
The tools cover the core workflow of parsing a CV, asking about its content, and sending an email. Minor gaps exist, such as no direct ability to update the parsed CV or manage email templates, but these are likely outside the server's narrow scope.