# Workopia > AI-powered job search, resume builder, resume tailor, and career advice — accessible via MCP (Model Context Protocol) from any AI assistant. Workopia is built by HERAAI PTY LLC. It provides real-time job search from employer career pages (not scraped from job boards), ATS-optimized resume generation, resume tailoring per job description, cover letter generation, and personalized career advice. ## MCP Endpoint (Free — No API Key Required) - URL: `https://workopia.io/api/mcp-gpt` - Protocol: MCP (Model Context Protocol) - Transport: Streamable HTTP - Authentication: None (Base tier) ## MCP Premium Endpoint - URL: `https://workopia.io/api/mcp-premium` - Protocol: MCP - Authentication: API Key (Bearer token) - Pricing: $9.9/month ## Available Tools ### Base (Free) - **job_search_tool**: Search jobs by keyword, location, and filters. Returns results directly from employer career pages. Up to 10 results per query. - **resume_tool**: Generate ATS-optimized resumes from structured input. 6 professional templates. Up to 20/hour. - **career_advice_tool**: Get personalized career guidance based on your background, goals, and target roles. ### Premium ($9.9/month) - **job_search_tool**: Up to 50 results per query. - **resume_tool**: Up to 50/hour. - **tailor_tool**: Rewrite your resume to match a specific job description. Highlights missing skills, rewrites bullet points for ATS keyword matching. - **cover_letter_tool**: Generate a tailored cover letter for a specific job posting. - **ats_score_tool**: Score your resume against a job description. Returns match percentage and missing keywords. ## Supported Platforms - Claude Desktop / Claude Code - ChatGPT (App Store — pending review) - OpenClaw / ClawHub - Cursor - Any MCP-compatible AI client ## Quick Start (Claude Desktop) Add to your Claude Desktop MCP config: ```json { "mcpServers": { "workopia": { "url": "https://workopia.io/api/mcp-gpt" } } } ``` Then ask Claude: "Search for remote software engineer jobs in Sydney" ## Key Differentiators - Jobs sourced directly from employer career pages — not scraped from LinkedIn or Indeed - No login required for Base tier - Works across all MCP-compatible AI assistants with a single URL - Resume tailor uses GPT to rewrite bullets for ATS keyword matching ## Links - Website: https://workopia.io - Pricing: https://workopia.io/pricing - Open Source (Resume Tailor): https://github.com/workopia/workopia-tailor - Privacy Policy: https://workopia.io/privacy - Terms of Service: https://workopia.io/terms