history
ActiveTool of Adzuna
"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.
Parameters schema
{
"type": "object",
"examples": [
{
"months": 24,
"country": "gb"
},
{
"months": 12,
"country": "us",
"category": "IT Jobs",
"location": "New York"
}
],
"required": [
"country"
],
"properties": {
"months": {
"type": "number",
"description": "1-100 (default 12)"
},
"country": {
"type": "string"
},
"category": {
"type": "string",
"description": "Adzuna category tag (from `categories` tool)"
},
"location": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Adzuna
https://github.com/pipeworx-io/mcp-adzuna
2/7 registries