resume-mcp
Related Servers
Alternatives to resume-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceExposes a public, read-only professional profile with tools to search resume evidence, fetch curated links, and generate career briefs for LLM agents.MIT
- AlicenseNot gradedqualityCmaintenanceExposes a structured professional resume as a set of AI-queryable tools, enabling AI clients like Claude Desktop to query summary, experience, skills, projects, and tailor resumes to job descriptions.1MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to query a person's CV and portfolio content via MCP tools and resources, returning grounded answers from local markdown data instead of relying on resume parsing.-
- AlicenseBqualityBmaintenanceEnables AI agents to perform web searches and extract full-text content from web pages via standard MCP tools, with fallback search and semantic reranking.22MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to perform web research over MCP: search with a real browser, fetch JS-rendered pages, download PDFs and convert them to Markdown, then search and page through large documents using bounded previews so the context window isn't flooded.BSD Zero Clause
- FlicenseNot gradedqualityBmaintenanceEnables agents to access a personal homepage's content graph through MCP tools, resources, and prompts, including retrieving profile, projects, resume, current status, searching content, and leaving messages.-
TDQS
Scored across 4 tools
The tools are mostly distinct: one covers identity and links, one covers projects, one covers a career summary, and one is a search tool. The only slight overlap is between who_is_yongbo_yu and get_resume_summary since both describe the person, but their focus areas are clear enough to guide tool selection.
Three tools follow a clean verb_noun snake_case pattern: list_projects, get_resume_summary, and search_evidence. who_is_yongbo_yu is the exception because it uses a question-style name instead of a verb_noun form, but the overall naming style remains readable and predictable.
Four tools is well-scoped for a personal resume server. Each tool earns its place: identity, projects, resume summary, and evidence search cover the main consumption modes without redundancy or bloat.
The server covers the core needs of the resume domain: who the person is, what projects they have, a condensed career summary, and searchable evidence. Agents can answer typical questions about YongBo Yu without hitting obvious dead ends.