{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.0",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "Workopia",
    "version": "1.0.0",
    "description": "AI-powered job search, resume builder, resume tailor, cover letter generator, and career advice. Jobs sourced directly from employer career pages.",
    "homepage": "https://workopia.io",
    "documentation": "https://workopia.io/llms.txt",
    "logo": "https://workopia.io/logo.png",
    "contactEmail": "support@workopia.io"
  },
  "provider": {
    "name": "HERAAI PTY LLC",
    "url": "https://workopia.io"
  },
  "transport": [
    {
      "type": "streamable-http",
      "url": "https://workopia.io/api/mcp-gpt",
      "description": "Base tier — free, no API key required"
    },
    {
      "type": "streamable-http",
      "url": "https://workopia.io/api/mcp-premium",
      "description": "Premium tier — requires API key",
      "authentication": {
        "type": "bearer",
        "instructions": "Get your API key at https://workopia.io/dashboard/keys"
      }
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "tools": [
    {
      "name": "job_search_tool",
      "description": "Search for jobs by keyword, location, job type, experience level. Returns results from employer career pages.",
      "tier": "base"
    },
    {
      "name": "resume_tool",
      "description": "Generate ATS-optimized resumes with 6 professional templates.",
      "tier": "base"
    },
    {
      "name": "career_advice_tool",
      "description": "Get personalized career guidance based on background and goals.",
      "tier": "base"
    },
    {
      "name": "tailor_tool",
      "description": "Rewrite resume to match a specific job description for ATS optimization.",
      "tier": "premium"
    },
    {
      "name": "cover_letter_tool",
      "description": "Generate tailored cover letter for a specific job posting.",
      "tier": "premium"
    },
    {
      "name": "ats_score_tool",
      "description": "Score resume against job description with match percentage and missing keywords.",
      "tier": "premium"
    }
  ],
  "tags": [
    "job-search",
    "resume",
    "career",
    "ATS",
    "cover-letter",
    "AI",
    "MCP",
    "employment"
  ]
}
