Skip to content

workopia/workopia-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Workopia MCP Server

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.

Endpoint

https://workopia.io/api/mcp-gpt

Tools

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.

Quick Start

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.

Also listed on

Live on Glama

workopia-mcp MCP server

Need more quota?

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 shuang@heraai.one and we'll work with you directly.

About

Need more quota?

Workopia is free for everyone at launch — no API key, no sign-up, no payment. The default rate limits are:

  • job_tool, career_tool: unlimited
  • resume_tool: 20 requests per hour per IP

If you need higher quota or a custom arrangement, email shuang@heraai.one and we'll work with you directly.
Built by HERAAI PTY LLC. Privacy policy: https://workopia.io/privacy

About

Workopia MCP Server — free job search, resume builder & career advice for Claude, ChatGPT, Cursor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors