24 days ago
Workopia is a free MCP server providing three AI-powered tools:
1. **job_tool** — Search jobs sourced directly from employer career pages and ATS feeds (Lever, etc.). Filter by title, location, company, remote. Every result links to the official employer posting. No scraping from job boards.
2. **resume_tool** — Improve resume text or generate professional PDF resumes with 6 templates (Classic, Modern, Elegant, Creative, Designer, Flexbox). Resume content is processed in-memory only — no server-side storage. Rate limited to 20/hour/IP.
3. **career_tool** — Career transition advice, skill gap analysis, and personalized career planning.
Server Config
{
"mcpServers": {
"workopia": {
"type": "streamable-http",
"url": "https://workopia.io/api/mcp-gpt"
}
}
}