loading…
Search for a command to run...
loading…
Hosted MCP server for job search (3M+ jobs from employer career pages and ATS feeds like Lever/Greenhouse), PDF resume generation with multiple templates, AI re
Hosted MCP server for job search (3M+ jobs from employer career pages and ATS feeds like Lever/Greenhouse), PDF resume generation with multiple templates, AI resume tailoring per job description, cover letters, and career advice. Free hosted endpoint, no API key required.
Job search, resume builder & career advice — available via the Model Context Protocol for Claude Desktop, ChatGPT, Cursor, Windsurf, and other MCP clients.
Note: This is a hosted closed-source MCP server. Connect via the public endpoint below — no installation or API key required.
https://workopia.io/api/mcp-gpt
| Tool | What it does |
|---|---|
job_tool |
Search millions of jobs sourced from employer career pages and ATS feeds (Lever, Greenhouse). No scraping. |
resume_tool |
Generate PDF resumes with multiple templates (JSON Resume format). |
career_tool |
AI-powered career transition advice and skill gap analysis. |
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"workopia": {
"type": "streamable-http",
"url": "https://workopia.io/api/mcp-gpt"
}
}
}
Cursor — .cursor/mcp.json:
{
"mcpServers": {
"workopia": { "url": "https://workopia.io/api/mcp-gpt" }
}
}
ChatGPT — search "Workopia" in the ChatGPT App Store.
io.github.Shuangshuang007/workopia Workopia is free for everyone at launch — no API key, no sign-up, no payment. Default rate limits:
job_tool, career_tool: unlimited resume_tool: 20 requests per hour per IP If you need higher quota or a custom arrangement, email [email protected] and we'll work with you directly.
Built by HERAAI PTY LLC. Privacy policy: https://workopia.io/privacy
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"workopia-mcp": {
"command": "npx",
"args": []
}
}
}