Skip to main content
Glama
pipeworx-io

mcp-adzuna

by pipeworx-io

@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 1394+ 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 categories

  • salary_histogram(country, what?, where?, location_filter?) — wage distribution

  • top_companies(country, what?, where?) — companies posting most jobs matching the filter

  • history(country, months?, location?, category?) — historical job-volume / mean-salary time series

  • regional_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"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

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

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Adzuna data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Provides 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.
    2
    11
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    7
    15
    MIT
  • F
    license
    A
    quality
    F
    maintenance
    Enables job market analysis by providing salary distributions, trends, regional vacancy counts, and employer leaderboards via the Adzuna API, complementing listings from other sources.
    7

View all related MCP servers

Related MCP Connectors

  • Unified jobs search over official feeds + ATS boards (USAJOBS, Adzuna, Muse, Greenhouse, Lever...)

  • Live job postings from 30+ ATS feeds and job boards, one schema. Live results need a Bearer key.

  • Google Jobs listings with direct apply links via the Apify Google Jobs Scraper, hosted MCP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-adzuna'

If you have feedback or need assistance with the MCP directory API, please join our Discord server