Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

Jobs Base

jobsbase/jobs

Builder roles like founding engineers, solo builders, and "0 to 1" positions are scattered across dozens of job boards with no way to filter for them specifically. [jobsbase.io](https://jobsbase.io) is a curated job board that only surfaces these roles. Search by location, salary, seniority, workplace model, visa sponsorship, and 15+ other filters. No API key needed.

Uptime
100.0%
1 direct probes · 30d
Response
375ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

search_jobs

Search and filter builder job listings on jobsbase.io — a curated board exclusively for "builder" roles (cross-functional positions where one person owns engineering, product, and delivery end-to-end:…

get_job

Get full details of a specific builder job by its ID, including description, skills, experience requirements, benefits, and company info. Use this after search_jobs to retrieve the complete listing.

list_filters

Get available filter values for search_jobs: job types, workplace types, cities, countries, seniority levels, and companies. Call this first to discover valid filter values before searching, especiall…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "jobs_base": {
      "url": "https://jobsbase.io/mcp",
      "transport": "http"
    }
  }
}