WebMCP

DeveloperWebMCP verified

jobspipe.dev WebMCP tools

Workday + Indeed + Glassdoor + 30 ATS sources, normalized JSON, free tier. The data pipeline of every job posting on the web.

4 tools1 methodspolyfill API surface

What can an agent do with jobspipe.dev WebMCP tools?

Workday + Indeed + Glassdoor + 30 ATS sources, normalized JSON, free tier. The data pipeline of every job posting on the web. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on jobspipe.dev

Tool 1 of 4WebMCPAnswer

search_job_postings

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.

How to install

Open the jobspipe.dev website and ask your browser agent to use search_job_postings

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the search_job_postings tool on jobspipe.dev with limit: <integer>, offset: <integer>, sort: <string>, order: <string>. Return the structured result and cite the source page.

Input contract

  • limit integer Number of postings to return (max 200).
  • offset integer Number of postings to skip for pagination.
  • sort string Field to sort by.
  • order string Sort direction.

Open the source definition

Tool 2 of 4WebMCPAction

scan_company_tech_stack

Detect the technologies a company runs by scanning its website domain. Returns the detected technology stack. Some scans require an authenticated session.

How to install

Open the jobspipe.dev website and ask your browser agent to use scan_company_tech_stack

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the scan_company_tech_stack tool on jobspipe.dev with domain: <string>. Return the structured result and cite the source page.

Input contract

  • domain string Company domain to scan, e.g. stripe.com.

Open the source definition

Tool 3 of 4WebMCPAnswer

get_api_catalog

Fetch the JobsPipe API catalog (RFC 9727 linkset) listing the API endpoints, OpenAPI spec, documentation, and health status for agent discovery.

How to install

Open the jobspipe.dev website and ask your browser agent to use get_api_catalog

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_api_catalog tool on jobspipe.dev. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 4 of 4WebMCPAction

    navigate_to_page

    Navigate the current browser tab to a JobsPipe page such as /developers, /jobs-api, /signup, or /changelog.

    How to install

    Open the jobspipe.dev website and ask your browser agent to use navigate_to_page

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the navigate_to_page tool on jobspipe.dev with path: <string>. Return the structured result and cite the source page.

    Input contract

    • path string Site-relative path beginning with a slash.

    Open the source definition