Loop-An-agentic-job-search-copilot.

pranitmathyam12/Loop-An-agentic-job-search-copilot.
★ 0 stars Unknown language AI/LLM Updated 4d ago
An internal tool built on Claude and custom MCP servers to automate job-search operations end-to-end. Claude autonomously scrapes postings, scores fit, drafts cover letters, tracks applications in Postgres, and watches Gmail for replies. Stack: Next.js, TypeScript, Postgres, MCP. Every tool call logged for full agent transparency.
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": {
    "loop-an-agentic-job-": {
      "command": "npx",
      "args": [
        "-y",
        "pranitmathyam12/Loop-An-agentic-job-search-copilot."
      ]
    }
  }
}

README Excerpt

An internal tool built on Claude and custom MCP servers to automate job-search operations end-to-end. Claude autonomously scrapes postings, scores fit, drafts cover letters, tracks applications in Postgres, and watches Gmail for replies. Stack: Next.js, TypeScript, Postgres, MCP. Every tool call logged for full agent transparency.