Loam’s MCP server lets you manage your hiring pipeline from AI tools like Claude Code and Cursor — source candidates, review applications, and move stages without leaving your workflow.
Setup
- Generate an API key
- Add this to your MCP client’s configuration:
{
"mcpServers": {
"loam": {
"command": "npx",
"args": ["-y", "@loam/mcp-server@latest"],
"env": {
"LOAM_API_KEY": "lk_your_api_key_here"
}
}
}
}
LOAM_API_KEY is required. You only need to set LOAM_API_URL if you want the MCP server to point at a local or staging Loam environment instead of production.
- Verify by asking your AI tool: “List my open jobs on Loam”
What you can do
| Category | Actions |
|---|
| Jobs | List jobs, get details, filter by status |
| Applications | List applications, get candidate details, filter by job or stage |
| Sourcing | Add candidates with email, LinkedIn, and notes |
| Feedback | Add notes, submit interview feedback |
| Pipeline | Move candidates between stages |
| Search | Search candidates by name or email |
Example prompts
- “Show me all candidates for the Senior Engineer role”
- “Move John to the Offer stage”
- “Add a new candidate to the Frontend role with email [email protected]”
Especially powerful for founders already working in AI-native tools — check your pipeline without switching apps.