
https://mcp.cutshort.io/mcp
You need a Cutshort API key (
cs_live_…) first. Approved employers can generate one at Settings → Integrations → API Key — start with Eval access. See Getting API access.Connect from Claude Desktop
Add to~/Library/Application Support/Claude/claude_desktop_config.json (macOS):

Cutshort MCP server in Claude Desktop (Settings → Developer)
Connect from Cursor
In Cursor Settings → MCP, add:Connect with mcp-remote (CLI)
Eval vs production keys
Tool registration is scope-aware: the server reads
GET /capabilities at connect time and only exposes tools your key can use.
Available tools
Messaging guidance
Do not call
invite_to_apply again for someone already invited or already in Applications — that returns 409. Use send_message instead.
Pipeline guidance
From Applications, only Shortlisted or Rejected are valid targets (
invalid_stage_move otherwise). See Move application stage.
Agent resource
At session start, agents can readcutshort://agent-guide — deep reference on search filters, profile signals, auto-unlock, pagination, and error codes. Same content as GET /api/v1/agent-guide.
Starter prompt
Try this after connecting:I’m hiring a senior backend engineer in Bangalore, 4–8 years, strong on Go and Kubernetes, 25–45 LPA. Search Cutshort and show me the top matches with headline, experience, and a short fit reason from the resume text.With a production key, you can extend the flow: post a job →
invite_to_apply → list_applications → send_message / move_application_stage. See Invite to apply, Send a message, Move application stage, and List applications.
Security
- Treat API keys like passwords — do not commit them or paste them in public chats.
get_searched_candidateauto-unlocks locked candidates (1 credit each).- Write tools (
post_job,invite_to_apply,send_message,move_application_stage,delete_job) instruct agents to confirm with you before calling.
