← All WebMCP sites

jobspipe.dev

Developer Toolshttps://jobspipe.dev/listed as of 2026-08-01
Workday + Indeed + Glassdoor + 30 ATS sources, normalized JSON, free tier. The data pipeline of every job posting on the web.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 63/100 (C).

Tools

search_job_postingsanswerimperative
Search live job postings from the JobsPipe dataset. Returns normalized rows (title, budget, skills, client country, posted date) from the public Jobs API. The first 100 results are available without authentication.
Input schema
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 200,
      "description": "Number of postings to return (max 200)."
    },
    "offset": {
      "type": "integer",
      "minimum": 0,
      "description": "Number of postings to skip for pagination."
    },
    "sort": {
      "type": "string",
      "enum": [
        "posted_on",
        "title",
        "budget",
        "hourly_min",
        "proposals",
        "client_total_spent",
        "client_rating",
        "client_country",
        "tier"
      ],
      "description": "Field to sort by."
    },
    "order": {
      "type": "string",
      "enum": [
        "asc",
        "desc"
      ],
      "description": "Sort direction."
    }
  },
  "required": []
}
scan_company_tech_stackactimperative
Detect the technologies a company runs by scanning its website domain. Returns the detected technology stack. Some scans require an authenticated session.
Input schema
{
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "description": "Company domain to scan, e.g. stripe.com."
    }
  },
  "required": [
    "domain"
  ]
}
get_api_cataloganswerimperative
Fetch the JobsPipe API catalog (RFC 9727 linkset) listing the API endpoints, OpenAPI spec, documentation, and health status for agent discovery.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
navigate_to_pageactimperative
Navigate the current browser tab to a JobsPipe page such as /developers, /jobs-api, /signup, or /changelog.
Input schema
{
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Site-relative path beginning with a slash."
    }
  },
  "required": [
    "path"
  ]
}
Listings are sourced from public community registries and shown as reported.