What is Job Board Keyword Signal Scanner?
Job Board Keyword Signal Scanner is an MCP server that scans company career pages across five ATS platforms for open roles in any category you define. Unlike the GTM Hiring Signal Scraper which focuses on go-to-market roles, this tool lets you configure custom keyword categories: GTM, Engineering, Finance, Operations, Executive, or any custom set.
How to use Job Board Keyword Signal Scanner?
Pass a company domain and select or define your role categories. The server scans Greenhouse, Lever, Ashby, Workday, and Rippling for matching roles, then returns a flat row with counts, titles, and signal strength per category. Configure it with your Apify token in the server config.
Key features of Job Board Keyword Signal Scanner
- Five ATS platforms: Greenhouse, Lever, Ashby, Workday, and Rippling
- Configurable role categories: GTM, Engineering, Finance, Ops, Executive, or custom keywords
- Per-category role counts and signal strength
- Flat JSON output ready for Clay column mapping
- Broader coverage than GTM-only hiring tools
Use cases of Job Board Keyword Signal Scanner
- Hiring trend analysis: track which departments companies are scaling
- Competitive intelligence: monitor competitor hiring across all functions
- Custom triggers: fire outbound when a prospect posts roles matching your keywords
- Clay enrichment: add configurable hiring signal columns to any Clay table
FAQ from Job Board Keyword Signal Scanner
How is this different from the GTM Hiring Signal Scraper? The GTM scraper focuses only on go-to-market roles. This tool lets you scan for any role category, including engineering, finance, operations, or fully custom keywords.
What ATS platforms are supported? Greenhouse, Lever, Ashby, Workday, and Rippling. All use public endpoints.
Do I need an Apify account? Yes. The server runs on Apify infrastructure. You need an Apify token, which you can get from a free Apify account.
Can I use this with Clay? Yes. The output schema is flat JSON designed to map directly to Clay columns.
Part of the Mamba Labs signal toolkit. See the full suite: https://github.com/mambalabsdev/mcp-gtm-suite.
サーバー設定
{
"mcpServers": {
"mamba-job-board": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-job-board-keyword-signal-scanner"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}