Ashby Jobs MCP Server: roles from any company board
Pricing
Pay per event + usage
Ashby Jobs MCP Server: roles from any company board
Query any company Ashby hiring board: open roles, departments, offices, compensation hints and full job descriptions. Keyless MCP server for Claude, ChatGPT, Cursor and any MCP client. Pay per tool call only.
Pricing
Pay per event + usage
Rating
0.0
(0)
Developer
a e
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
Ashby MCP
Keyless MCP server for Ashby job boards: openings, departments, locations.
Served over the Model Context Protocol so any MCP client (Claude, Cursor, ChatGPT connectors, custom agents) can use it. Keyless: no third-party account or API key needed.
Connect
Standby MCP endpoint (streamable HTTP):
https://mrfentmen--ashby-mcp.apify.actor/mcp
Authenticate with your Apify API token:
Authorization: Bearer <YOUR_APIFY_API_TOKEN>
Tools
list_jobs
Open roles on an Ashby-powered job board: titles, departments, locations.
| Parameter | Type | Required | Description |
|---|---|---|---|
org | string | yes | Organization slug, e.g. 'ashby' |
limit | integer (default 10) | no |
search_jobs
Search every open role on an Ashby job board by title, team or location.
| Parameter | Type | Required | Description |
|---|---|---|---|
org | string | yes | Organization slug, e.g. 'ramp' |
query | string | yes | Words to match, for example security engineer |
limit | integer (default 10) | no |
get_job
Get one Ashby role by id, including the full plain-text description.
| Parameter | Type | Required | Description |
|---|---|---|---|
org | string | yes | Organization slug, e.g. 'ramp' |
job_id | string | yes | Role id, as returned by list_jobs or search_jobs |
list_departments
List the teams hiring on an Ashby board, ranked by number of open roles.
| Parameter | Type | Required | Description |
|---|---|---|---|
org | string | yes | Organization slug, e.g. 'ramp' |
list_remote_jobs
List only the remote roles on an Ashby job board.
| Parameter | Type | Required | Description |
|---|---|---|---|
org | string | yes | Organization slug, e.g. 'ramp' |
limit | integer (default 10) | no |
compensation
List Ashby roles that publish a pay range, with the salary summary for each role.
| Parameter | Type | Required | Description |
|---|---|---|---|
org | string | yes | Organization slug, e.g. 'ramp' |
limit | integer (default 10) | no |
Pricing
Pay per event. You only pay for what you use:
| Event | Price (USD) | When |
|---|---|---|
| Tool call | $0.01 | Each MCP tool call |
| List request | $0.001 | Listing tools/resources/prompts |
| Resource request | $0.001 | Reading an MCP resource |
| Prompt request | $0.001 | Running an MCP prompt |
| Completion request | $0.0001 | MCP completion request |
Data source
Public read-only API. This Actor never writes to your account and never asks for third-party credentials.
Source
Built from the ts-mcp-proxy template.