What MCP enables
AI Hiring Assistant
Let Claude or GPT-4 search candidates and answer hiring queries
Automated Sourcing
Build agents that run end-to-end sourcing without code
Slack/Teams Bots
Create HR bots that answer “who should we interview?” in real time
Custom Agents
Integrate Cutshort tools into any MCP-compatible AI framework
How it works
The Cutshort MCP server sits between your AI agent and the Cutshort platform, translating natural-language tool calls into structured API requests:- Your AI agent (Claude, GPT-4, etc.) is connected to the Cutshort MCP server.
- The agent calls Cutshort tools (
search_candidates,create_job, etc.) using natural language. - The MCP server translates the call to a Cutshort API request and returns results.
- The agent uses the results to answer questions or take further actions.
Available tools
REST API vs MCP
- REST API
- MCP Server
The REST API is best for custom integrations, ATS sync, job board tools, and scheduled data pulls. You write the integration code — defining endpoints, handling authentication, parsing responses, and managing retries. Choose the REST API when you need precise control over request structure or want to embed Cutshort data in your own backend pipelines.
The MCP server uses your Cutshort API key for authentication — the same key you use for REST API calls.