MCP server exposing 5 tools for ashby.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/ashby/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
ashby_list_candidates — Search candidates in your ATS. Returns names, emails, and application metadata. Use ashby_get_candidate with ID for full profile details.ashby_get_candidate — Get full candidate profile by ID. Returns contact info, resume, interview history, and current application status.ashby_list_jobs — Search open positions. Filter by status (open, closed, draft, archived). Returns job title, department, and posting details.ashby_get_job — Get full job posting by ID. Returns description, requirements, hiring stage, and applicant count.ashby_list_applications — Search job applications across positions. Returns candidate name, applied job, application stage, and submission date.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/ashby/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io