claude-works

andrewaws26/claude-works
★ 0 stars Python AI/LLM Updated 15d ago
An MCP server exposing a fit-first, honesty-enforced job-application pipeline as typed tools for LLM agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-works": {
      "command": "uvx",
      "args": [
        "claude-works"
      ]
    }
  }
}

Or install with pip: pip install claude-works

README Excerpt

An MCP server that turns a perpetual, fit-first job-application pipeline into typed, honest tools an LLM agent can call. Claude Works is a [Model Context Protocol](https://modelcontextprotocol.io) server built on FastMCP. It exposes a working, autonomous job-application loop (discovery sweeps, fit scoring, a verified resume builder, a fill-and-park submission planner, and an application ledger) as a small set of typed tools.

Tools (17)

JOBSEARCH_COMP_FLOORJOBSEARCH_DATA_DIRJOBSEARCH_PURSUE_THRESHOLDJOBSEARCH_RESUMES_DIRbuild_resumediscover_jobsget_search_angleledger_summarylist_applicationslist_claim_fragmentslist_queuelist_search_anglesrecord_applicationrender_resumescore_jobsubmit_applicationverify_resume