Skip to main content
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

  1. Generate an API key
  2. 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.
  1. Verify by asking your AI tool: “List my open jobs on Loam”

What you can do

CategoryActions
JobsList jobs, get details, filter by status
ApplicationsList applications, get candidate details, filter by job or stage
SourcingAdd candidates with email, LinkedIn, and notes
FeedbackAdd notes, submit interview feedback
PipelineMove candidates between stages
SearchSearch 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.