search

Pack: usajobs · Endpoint: https://gateway.pipeworx.io/usajobs/mcp

Search USAJOBS announcements. Returns title, agency, location, salary band, posting/closing dates.

Parameters

NameTypeRequiredDescription
keywordstringnoFree-text — title + description + agency name
locationstringnoCity/state (e.g. “San Francisco, CA”)
position_titlestringnoRestrict to job title field
organizationstringnoAgency code or name (e.g. “VATA” or “Veterans”)
pay_grade_lowstringno”GS5”, “GS9”, “SES”, …
pay_grade_highstringno
remotebooleannoTelework/remote only
results_per_pagenumberno1-500 (default 25)
pagenumberno1-based page

Example call

curl -X POST https://gateway.pipeworx.io/usajobs/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "usajobs": {
      "url": "https://gateway.pipeworx.io/usajobs/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026