Connects Claude to Ashby's applicant tracking system through Pipeworx's gateway infrastructure. The source doesn't list specific tools, but Ashby's API typically covers candidate management, job postings, interview scheduling, and hiring pipeline data. You'd use this when building recruitment workflows or querying ATS data without writing direct API integration code. Notably supports ask_pipeworx for natural language queries instead of manual tool calls. Available as a standalone server or part of the full Pipeworx gateway that bundles 673+ data sources. Ships over streamable HTTP, so no local installation needed.
Ashby MCP Pack — wraps the Ashby ATS API
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"ashby": {
"url": "https://gateway.pipeworx.io/ashby/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Ashby data" })
The gateway picks the right tool and fills the arguments automatically.
MIT