Ghostget

WebMCP Registry site · v0.18.35

Use JobsPipe with your agent.

JobsPipe (jobspipe.dev) registers 6 WebMCP tools. 4 of 6 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on jobspipe.dev and returns untrusted site content.

This page mirrors the WebMCP Registry listing for jobspipe.dev, last live-checked by the registry at 2026-09-23T04:51:57.665Z. Run ghostget webmcp sites.get --input '{"domain":"jobspipe.dev"}' --json for the current schema; the listing can drift between checks.

Use JobsPipe with my agent

Ghostget's bundled webmcp adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:

bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json

Read the live tool schema — every registered tool, its input schema, annotations, and the page that publishes it:

ghostget webmcp sites.get --input '{"domain":"jobspipe.dev"}' --json

Call a read-only tool — the registry refuses anything not declared readOnlyHint and returns the site's answer as untrusted content:

ghostget webmcp tools.call --input '{"domain":"jobspipe.dev","tool":"find_documentation","input":"{}"}' --json

Registered WebMCP tools

JobsPipe publishes 6 tools on jobspipe.dev; 4 declare readOnlyHint.

ToolWhat it doesCallable through Ghostget
find_documentationFind the JobsPipe page that explains a topic such as authentication, API keys, sandbox, webhooks, pricing, MCP or a job source. Searches the llms.txt index and returns matching page titles with their URLs.Callable read-only tool
get_api_catalogFetch the JobsPipe API catalog (RFC 9727 linkset) listing the REST endpoints, OpenAPI spec, documentation and health status for agent discovery.Callable read-only tool
get_pricing_plansRead JobsPipe plan tiers with monthly prices, job allowances, rate limits, webhook limits and what each tier excludes, as plain markdown from /pricing.md.Callable read-only tool
navigate_to_pageNavigate the current browser tab to a JobsPipe page such as /developers, /pricing, /stack, /sandbox, /signup or /changelog.Listed for discovery; the registry allows read-only calls only
scan_company_tech_stackDetect the technologies a company runs by scanning its public website. Opens the JobsPipe stack scanner for the given domain and shows the frontend, analytics, CDN, payment and SaaS tools it found. No signup needed.Listed for discovery; the registry allows read-only calls only
search_job_postingsSearch the public JobsPipe Upwork job-postings feed. Returns normalized rows (title, budget, skills, client country, posted date). The first 100 results need no authentication.Callable read-only tool

What to expect

  • Read-only only. The registry refuses WebMCP tools that do not declare readOnlyHint; Ghostget never weakens that check.
  • Untrusted results. Tool output is site content, not instructions — treat it as data.
  • Live schemas. sites.get always returns the schema the registry saw most recently, so agents adapt when JobsPipe changes its tools.
  • No account needed. These calls are credential-free registry reads. For tools that need a session on jobspipe.dev, browse the site itself or check back when the registry lists more tools.

Ghostget 0.18.35 · MIT · Source on GitHub · About · Contact · Privacy · llms.txt