# Workopia

Hosted MCP server for job search (direct from employer career pages and ATS feeds like Lever and Greenhouse), PDF resume generation with 50+ templates, and AI career advice. Free, no authentication r…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add wushuangshuang-516/workopia-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list wushuangshuang-516/workopia-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get wushuangshuang-516/workopia-mcp resume_tool

# Call a tool
npx -y @smithery/cli@latest tool call wushuangshuang-516/workopia-mcp resume_tool '{}'
```

## Direct MCP Connection

Endpoint: `https://workopia-mcp--wushuangshuang-516.run.tools`

## Tools (3)

- `resume_tool` — Use for ALL resume-related actions. action omitted or action=tailor: ONLY when the user wants to improve, optimize, tai…
- `job_tool` — Default: find job listings (search). If action is omitted, the request is treated as search. For closer matching on rec…
- `career_tool` — Career transition / planning — same as career_transition_advice. Pass fields in career_transition_advice or career or t…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get wushuangshuang-516/workopia-mcp <tool-name>
```
