mcp-adzuna
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-adzunaShow me salary trends for data scientists in Germany."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/adzuna
Adzuna MCP — global job-board aggregator (~1.5M live jobs across 16 countries). Free tier: 250 calls/month.
Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.
Tools
search(country, what?, where?, distance?, results_per_page?, page?, salary_min?, salary_max?, full_time?, permanent?, sort?, max_days_old?)categories(country)— Adzuna's normalized job categoriessalary_histogram(country, what?, where?, location_filter?)— wage distributiontop_companies(country, what?, where?)— companies posting most jobs matching the filterhistory(country, months?, location?, category?)— historical job-volume / mean-salary time seriesregional_stats(country, location_filter?, category?)— current jobs by region
Related MCP server: Adzuna Jobs MCP Server
Auth
Adzuna uses two query params: app_id and app_key. Get both at https://developer.adzuna.com/.
Platform key: gateway env
PLATFORM_ADZUNA_KEY(format<app_id>:<app_key>)BYO:
?_apiKey=<app_id>:<app_key>
Country codes
gb (UK), us, ca, de, fr, at, nl, pl, it, es, ru, br, in, mx, nz, au, sg, za.
Data source
https://api.adzuna.com/v1/api/jobs/<country>/...
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"adzuna": {
"url": "https://gateway.pipeworx.io/adzuna/mcp"
}
}
}What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/adzuna/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Both URLs reach the same gateway and the same 1476+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Adzuna data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Unified jobs search over official feeds + ATS boards (USAJOBS, Adzuna, Muse, Greenhouse, Lever...)
Indeed job listings by keyword and location, and full postings, as structured JSON.
Live job postings from 30+ ATS feeds and job boards, one schema. Live results need a Bearer key.
Scrape SEEK job listings from Australia and New Zealand.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides tools to interact with the HireBase Job API, enabling users to search for jobs using various criteria and retrieve detailed job information through natural language.211MIT
- AlicenseAqualityDmaintenanceProvides AI assistants with access to the Adzuna Job Search API to search millions of job listings, analyze salary data, and research top employers across 12 countries with comprehensive filtering options.715MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to search jobs, analyze salary data, and research employers across 12 countries via the Adzuna API.-
- FlicenseAqualityFmaintenanceEnables job market analysis by providing salary distributions, trends, regional vacancy counts, and employer leaderboards via the Adzuna API, complementing listings from other sources.7-