loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

lever-mcp

MCP Tool

stefanoamorelli/lever-mcp

A Lever ATS MCP (Model Context Protocol) Server. Built in`golang.

Install

$ npx loaditout add stefanoamorelli/lever-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "lever-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lever-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

<h1 align="center">lever-mcp</h1>

<p align="center"> Community-developed MCP server for the <a href="https://hire.lever.co/developer/documentation">Lever ATS API</a>, exposing 59 tools over Streamable HTTP. </p>

<p align="center"> </p>

> [!IMPORTANT] > This project is experimental and provided as-is. It is not endorsed by, affiliated with, or supported by Lever or Employ, Inc. "Lever" is a trademark of Employ, Inc. All product names, logos, and brands are property of their respective owners. Use at your own risk.

Quick Start

| Variable | Required | Default | Description | |---|---|---|---| | LEVER_API_KEY | Yes | | Lever API key | | PORT | No | 3000 | HTTP listen port | | LEVER_BASE_URL | No | https://api.lever.co/v1 | Override for sandbox or EU regions |

Build & Run
# build
make build          # or: go build -o lever-mcp ./cmd/lever-mcp

# run
export LEVER_API_KEY=your-key
./lever-mcp         # listening on :3000

The server exposes two endpoints:

  • POST /mcp (MCP Streamable HTTP)
  • GET /health (health check)
Tool Filtering

Restrict which tools are registered using comma-separated env vars:

# allowlist: only these tools are registered
LEVER_ENABLED_TOOLS=list_opportunities,get_opportunity

# blocklist: everything except these
LEVER_DISABLED_TOOLS=delete_opportunity_note,delete_webhook

If both are set, LEVER_ENABLED_TOOLS takes precedence.

Available Tools (59)

<sub>:eyes: read · :pencil2: create · :arrows_counterclockwise: update · :wastebasket: destructive</sub>

<details> <summ

Tags

leverllmmcpmcp-server

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated21 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/22/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/stefanoamorelli/lever-mcp)](https://loaditout.ai/skills/stefanoamorelli/lever-mcp)