🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

resume-evidence-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resume-evidence-mcp

MCP server that retrieves grounded resume evidence for a job description using BM25

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
28
27.27%
Maintainers
1
Weekly downloads
 
Created
Source

resume-evidence-mcp

MCP tools that map a job description to grounded resume evidence (BM25 + evidence rerank).

ToolPurpose
list_resume_factsBrowse the demo fact database
retrieve_resume_evidenceTop resume facts for a JD

No API key required.

Local run

npm install
npm run build
node dist/index.js

Cursor config

{
  "mcpServers": {
    "resume-evidence": {
      "command": "npx",
      "args": ["-y", "resume-evidence-mcp@latest"]
    }
  }
}

Publish

npm publish --access public
mcp-publisher login github
mcp-publisher publish

License

MIT

Keywords

mcp

FAQs

Package last updated on 16 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts