io.jobsbase/jobs
Official3 toolsJobs Base
Search builder roles - jobs where one person owns engineering, product, and QA end-to-end.
Search builder roles where one person owns engineering, product, and QA.
Captured live from the server via tools/list.
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: founding engineers, solo builders, 0-to-1 roles). Every job here is already an AI-native builder role, so do NOT search for generic terms like "builder", "AI", "full-stack", or "engineer" — they are redundant and will hurt results. Just use filters (country, workplace, seniority, etc.) to narrow down. Use q only for specific technologies, companies, or domain keywords. All parameters are optional.
Parameters (18)
- qstring
Optional keyword for specific technologies, domains, or companies (e.g. "React", "fintech", "Stripe"). Do NOT use generic terms like "builder", "AI", "engineer", or "developer" — every job on this board already matches those. Omit to browse all jobs.
- typestring
Filter by job type. Comma-separated for multiple: full-time,contract. Values: full-time, part-time, contract, freelance, internship
- workplacestring
Filter by workplace. Comma-separated for multiple: remote,hybrid. Values: remote, hybrid, on-site
- citystring
Filter by city. Comma-separated for multiple: London,Berlin
- countrystring
Filter by country code. Comma-separated for multiple: US,GB,CA
- regionstring
Filter by geographic region. Comma-separated for multiple. Values: north_america, latin_america, europe, asia_pacific, middle_east_africa
- statestring
Filter by state/province name. Comma-separated for multiple: California,Texas
- seniority_levelstring
Filter by seniority. Comma-separated for multiple: mid,senior. Values: internship, entry, mid, senior, lead, executive
- salary_at_leastnumberrequired
Show jobs that can pay at least this amount annually (normalized to annual equivalent)
- salary_at_mostnumberrequired
Show jobs that can pay at most this amount annually (normalized to annual equivalent)
- posted_withinstring
Filter by posting date: past 24h, 3d, 7d, 14d, or 30d
- companystring
Filter by exact company name
- experience_no_more_thannumberrequired
Show jobs requiring no more than this many years of experience
- education_levelstring
Filter by minimum education level
- visa_sponsorshipbooleanrequired
Set to true to only show jobs that offer visa sponsorship
- sortstring
Sort order: relevance (best match first), posted_at (newest first, default), salary (highest salary first)
- cursorstring
Cursor for next page of results
- limitnumberrequired
Results per page (default 30, max 100)
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.
Parameters (1)
- idstringrequired
The job ID
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, especially for country codes and available cities.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"jobs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://jobsbase.io/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.