Use MCP to learn about me instead of reading a boring PDF file.
If you use Claude Desktop, the easiest way is to go to Settings > Connectors > Add custom connector and paste in the SSE Endpoint. If you prefer a different MCP client, use that instead.
- SSE Endpoint:
https://resume-mcp.sprobertson.workers.dev/sse - HTTP Endpoint:
https://resume-mcp.sprobertson.workers.dev/mcp
-
resume_contact- Get contact information- Example: "What is Sean's email address?"
-
resume_summary- Get a brief overview/summary- Example: "Tell me about Sean's professional background"
-
resume_experience- Get work experience with optional filters- Parameters:
company(string),role(string),year(number) - Example: "What was Sean doing in 2020?"
- Example: "What did Sean build for Nuve Platform?"
- Parameters:
-
resume_education- Get educational background- Example: "Where did Sean go to school?"
-
resume_projects- Get professional projects- Example: "What projects has Sean worked on?"
-
resume_personal_projects- Get personal/side projects- Example: "What personal projects has Sean built?"
-
resume_skills- Get technical skills with optional category filter- Parameters:
category(enum: "highLevel", "languages", "frameworks", "toolsPlatforms", "databases") - Example: "What are Sean's technical skills?"
- Example: "What programming languages does Sean know?"
- Parameters:
resume_search- Search across all resume content- Parameters:
query(string, required) - Example: "Find mentions of LLMs in Sean's resume"
- Parameters:
resume_as_markdown- Use the entire resume formatted as markdown