salary_histogram
ActiveTool of Adzuna
"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.
Parameters schema
{
"type": "object",
"examples": [
{
"what": "data scientist",
"country": "gb",
"location_filter": "London"
},
{
"what": "nurse",
"where": "Toronto",
"country": "ca"
}
],
"required": [
"country"
],
"properties": {
"what": {
"type": "string"
},
"where": {
"type": "string"
},
"country": {
"type": "string"
},
"location_filter": {
"type": "string",
"description": "Adzuna location id (e.g. \"London\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Adzuna
https://github.com/pipeworx-io/mcp-adzuna
2/7 registries