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 — Return the USAJOBS reference list of all federal agency sub-element codes and names; useful for resolving agency codes returned by the search tool.list_pay_grades — Return the USAJOBS reference list of pay plan codes (GS, FW, ES, etc.) and their descriptions; use pay plan codes with the pay_grade_low/pay_grade_high search filters.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