Connect Your AI Agent with Ashby Job Postings for Slack

Integrate Ashby Job Postings MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
Ashby Job Postings
Ashby Job Postings
Allows you to get data for all currently published Job Postings for your organization in Ashby the Applicant Tracking System.

Categories

Human Resources

Available Tools

Tools that your AI agent can use through this MCP server to interact with Ashby Job Postings

List Job Postings

Lists every published job posting on the Ashby job board configured for the connected account. Use this to browse open roles, or to filter by department, team, location, workplace type, or employment type before drilling into one posting with Get Job Posting. The public Job Board API exposes a single non-paginated endpoint that returns all postings, so every filter here is applied client-side after the full list is fetched. See the documentation

Get Job Posting

Retrieves the full details of one published job posting from the Ashby job board configured for the connected account, including its description and, optionally, its compensation breakdown. The public Job Board API has no single-item lookup endpoint, so this fetches the full board listing and returns the one posting whose jobUrl exactly matches. Use List Job Postings first to find the jobUrl of the posting you want. See the documentation