# Jobs Base

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) …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add jobsbase/jobs

# Browse available tools
npx -y @smithery/cli@latest tool list jobsbase/jobs

# Get full schema for a tool
npx -y @smithery/cli@latest tool get jobsbase/jobs search_jobs

# Call a tool
npx -y @smithery/cli@latest tool call jobsbase/jobs search_jobs '{}'
```

## Direct MCP Connection

Endpoint: `https://jobsbase.run.tools`

## Tools (3)

- `search_jobs` — Search and filter builder job listings on jobsbase.io — a curated board exclusively for "builder" roles (cross-function…
- `get_job` — Get full details of a specific builder job by its ID, including description, skills, experience requirements, benefits,…
- `list_filters` — Get available filter values for search_jobs: job types, workplace types, cities, countries, seniority levels, and compa…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get jobsbase/jobs <tool-name>
```
