- The Best Job Board
The Best Job Board
The Best Job Board exposes its index of 1.5M+ active U.S. job listings to any MCP-compatible AI agent via Streamable HTTP transport.
Tools
- search_jobs — filter by free-text query, industry, function, city/region, remote flag, salary band, employment type, experience level. Returns title, company, location, salary, posted-relative timestamp, and either an apply URL (unlocked) or a subscribe prompt (locked).
- get_job — full details for one listing by slug, including description and apply URL.
Auth
Bearer token. Generate at https://www.thebestjobboard.com/dashboard/mcp.
Pricing
Free accounts see listings 7+ days old. Subscribers ($8/mo, 14-day free trial) see day-0 listings the moment they're posted. Same paywall applies through MCP — your subscription status determines what your agent sees.
Rate limits
1,000 calls/day per token. Tokens whose call pattern matches enumeration are auto-revoked. See https://www.thebestjobboard.com/terms.
Setup
Add the Server Config block above to your claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%\Claude\claude_desktop_config.json), replace
Docs
https://www.thebestjobboard.com/mcp https://www.thebestjobboard.com/llms.txt
Server Config
{
"mcpServers": {
"tbjb": {
"url": "https://www.thebestjobboard.com/api/v2/mcp",
"headers": {
"Authorization": "Bearer <paste-your-token>"
}
}
}
}Recommend Servers
View Alltest