Paid-download MCP for asking TalentLyft recruiting-ops questions inside Claude, Cursor, or another MCP client.
Overview
Ask TalentLyft questions at recruiting-ops granularity: stale candidate applications by stage, candidate activity follow-up, job and requisition status movement, source quality, job-board visibility, disposition hygiene, and bottleneck owners. No dashboard build. No SQL.
Paid one-time download: https://samvangelos.gumroad.com/l/talentlyft-ops-control-plane
The package runs locally. Buyers bring their own TalentLyft API credentials. Not affiliated with, sponsored by, or endorsed by TalentLyft.
Server Config
{
"mcpServers": {
"talentlyft-ops-control-plane": {
"command": "node",
"args": [
"<path-to-talentlyft-ops-control-plane-download>/dist/index.js"
],
"env": {
"TALENTLYFT_API_TOKEN": "<your_talentlyft_api_token>",
"TALENTLYFT_COMPANY_ID": "<your_talentlyft_company_id>"
}
}
}
}