search
ActiveTool of Adzuna
"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.
Parameters schema
{
"type": "object",
"examples": [
{
"what": "python developer",
"where": "London",
"country": "gb",
"results_per_page": 25
},
{
"sort": "salary",
"where": "San Francisco",
"country": "us",
"full_time": true,
"salary_min": 120000,
"what_phrase": "senior software engineer"
}
],
"required": [
"country"
],
"properties": {
"page": {
"type": "number",
"description": "1-based page (default 1)"
},
"sort": {
"type": "string",
"description": "default | hybrid | date | salary | relevance"
},
"what": {
"type": "string",
"description": "Free-text query (title + description)"
},
"where": {
"type": "string",
"description": "Location (city, region)"
},
"country": {
"type": "string",
"description": "gb, us, ca, de, fr, ..."
},
"distance": {
"type": "number",
"description": "Search radius from `where`, in km"
},
"full_time": {
"type": "boolean"
},
"permanent": {
"type": "boolean"
},
"salary_max": {
"type": "number",
"description": "Upper bound"
},
"salary_min": {
"type": "number",
"description": "Lower bound, in local currency"
},
"what_phrase": {
"type": "string",
"description": "Exact-phrase variant of `what`"
},
"max_days_old": {
"type": "number",
"description": "Restrict to jobs posted in the last N days"
},
"results_per_page": {
"type": "number",
"description": "1-50 (default 20)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Adzuna
https://github.com/pipeworx-io/mcp-adzuna
2/7 registries