Skip to main content
Give your AI agent recruiting superpowers — Claude, Cursor, and other agents connect through MCP to Cutshort to find candidates, compare, outreach, and set up interviews
The Cutshort MCP server gives AI agents programmatic access to talent search, candidate detail, job posting, and outreach — using the same API key and quotas as the REST API. Endpoint: 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):
Restart Claude Desktop. In Settings → Developer, you should see cutshort listed with status running:
Claude Desktop Developer settings showing the cutshort local MCP server running with npx mcp-remote configuration

Cutshort MCP server in Claude Desktop (Settings → Developer)

You should also see cutshort in the chat tool list. Requires Node.js 18+.

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 read cutshort://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_applylist_applicationssend_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_candidate auto-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.

Support

For API or MCP integration help, email engineering@cutshort.io from the email on your Cutshort account. Source code: github.com/CutShortHQ/cutshort-mcp