MCP server exposing 5 tools for usajobs.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/usajobs/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search — Search USAJOBS announcements. Returns title, agency, location, salary band, posting/closing dates.get_job — Fetch a single announcement by USAJOBS announcement number.list_agencies — Federal agency reference codes.list_pay_grades — Pay grade codes (GS, GG, ES, etc.).list_occupational_series — Occupational series codes (e.g. 2210 Information Technology).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/usajobs/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io