0
/ 100
1 month ago
glama

AVA

MCP server for recruiting pipeline that evaluates resumes against job descriptions, syncs to Google Sheets, and drafts emails via Gmail.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Reads files from sensitive locations
Touches: GOOGLE_CREDENTIALS_PATH
🔐
You'll be asked for 2 credentials: ANTHROPIC_API_KEY, CLAUDE_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGOOGLE_TOKEN_PATH.config/ava-agent/token.json
configAPPLICANTS_CSVapplicants.csv
configRECRUITER_NAMEName used in draft email sign-off (e.g. "Jane Smith"). Optional; defaults to "The Hiring Team"
🔐 secretANTHROPIC_API_KEYyour_anthropic_api_key
🔐 secretCLAUDE_API_KEYANTHROPIC_API_KEY (or ): For candidate evaluation via Claude (recruiting pipeline)
configANTHROPIC_MODELclaude-3-5-haiku-20241022
configGOOGLE_CREDENTIALS_PATH.config/ava-agent/credentials.json
configLINKEDIN_DIR
configRESUME_DIR
configGOOGLE_SHEET_NAMEA Google Sheet with a tab named "Candidates" (or set ) and headers: Name, Email, Job Applied, AI Score, Key Strengths, Gaps, Recommended Action, Status.
configGOOGLE_SHEET_IDyour_google_sheet_id
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/sobby23-applicant-tracking-system-mcp-1b149b)](https://m8ven.ai/mcp/sobby23-applicant-tracking-system-mcp-1b149b)
commit: c4fe7853f0948edc39da73ac7d26998afdeeec3a
code hash: 9225a50086bb62ded6f0a4a5c0f780260217cfec3fbc920b6d784bbdb7326176
verified: 6/24/2026, 10:03:25 AM
view raw JSON →