Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables integration with Ashby ATS to search candidates, view applications, submit interview feedback, and manage recruiting workflows through natural language.

README.md

Ashby MCP Server

An MCP (Model Context Protocol) server for integrating with Ashby ATS. Use this with Claude Code or other MCP-compatible clients to search candidates, view applications, and submit interview feedback.

Features

  • Search candidates by name or email
  • Get candidate details including contact info and resume
  • List applications for a candidate
  • Submit interview feedback with ratings and notes
  • View feedback from other interviewers
  • List open jobs
  • View interview schedules

Installation

npm install -g ashby-mcp

Or clone and build locally:

git clone https://github.com/antonber/ashby-mcp.git
cd ashby-mcp
npm install
npm run build

Configuration

1. Get your Ashby API Key

  1. Log into Ashby
  2. Go to SettingsAPI Keys
  3. Create a new API key with appropriate permissions

2. Configure Claude Code

Add to your Claude Code MCP settings (~/.claude/claude_desktop_config.json or project .mcp.json):

{
  "mcpServers": {
    "ashby": {
      "command": "npx",
      "args": ["ashby-mcp"],
      "env": {
        "ASHBY_API_KEY": "your-api-key-here"
      }
    }
  }
}

Or if installed locally:

{
  "mcpServers": {
    "ashby": {
      "command": "node",
      "args": ["/path/to/ashby-mcp/dist/index.js"],
      "env": {
        "ASHBY_API_KEY": "your-api-key-here"
      }
    }
  }
}

Available Tools

| Tool | Description | |------|-------------| | search_candidates | Search for candidates by name or email | | get_candidate | Get detailed candidate information | | list_candidate_applications | List all applications for a candidate | | get_application | Get details about a specific application | | submit_feedback | Submit interview feedback with rating and notes | | get_application_feedback | Get all feedback for an application | | list_jobs | List jobs (filterable by status) | | get_interview_schedule | Get interview schedule for an application |

Usage Examples

Once configured, you can use natural language with Claude:

  • "Search for Jonathan Howard in Ashby"
  • "Get the applications for candidate abc123"
  • "Submit my interview feedback for Jonathan - Yes rating with these notes: ..."
  • "Pull the feedback other interviewers have submitted for this candidate"

Feedback Ratings

When submitting feedback, use one of these ratings:

  • strong_yes - Exceptional candidate
  • yes - Good candidate, proceed
  • lean_yes - Some positives, worth discussing
  • lean_no - Some concerns, discuss with team
  • no - Does not meet bar
  • strong_no - Clear no

Development

# Install dependencies
npm install

# Build
npm run build

# Watch mode
npm run dev

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.