MCP server exposing 6 tools for adzuna.
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/adzuna/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search — "Find jobs / openings / roles / positions for [title] in [city]" / "remote [role] jobs" / "[language / framework] developer jobs" / "salary range for [role] in [country]" — search live job postings via Adzuna (global job-board aggregator). Filters: country (gb/us/ca/de/fr/...), title query, location, distance, salary band, full-time/permanent, posted recency. Returns ranked listings with title, company, location, salary, posted date.categories — Fetch Adzuna's normalized job-category list for a country (e.g. engineering, sales, healthcare) — returns tag slugs and display names. Use to enumerate valid category values before calling history or regional_stats with a category filter.salary_histogram — "What does [role] pay" / "salary distribution for [job]" / "average salary for [title] in [location]" / "wage histogram for [profession]" — wage distribution histogram for jobs matching a query. Use for salary benchmarking, comp negotiation research, market-rate analysis.top_companies — "Who's hiring the most [role]" / "top employers for [job]" / "biggest hirers of [skill]" — companies posting the most jobs matching a query/location filter. Use for "who's hiring" analysis, competitive talent landscape.history — "Job market trends" / "hiring trends in [category]" / "salary trends for [role]" / "is [field] hiring more / less than last year" — historical monthly time series for job volume and mean salary in a country, optionally filtered by location and category. Use for labor-market analysis, recession indicators, hiring-cycle research.regional_stats — "Where are [role] jobs concentrated" / "which cities have the most [job]" / "regional job distribution for [category]" — current job counts broken down by region within a country. Use for "where should I move for this job" / "labor market concentration" questions.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/adzuna/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io