global_salary_inflation_adjuster
ActiveTool of @gapup/mcp-knowledge
Adjusts salary benchmarks for local inflation using OECD, IMF, and World Bank data. Designed for CHROs to normalize compensation across regions with accurate inflation adjustments. Inputs include country codes, base salary, and reference year. Outputs inflation-adjusted salary with data sources and warnings.
Parameters schema
{
"type": "object",
"required": [
"countryCode",
"baseSalary",
"referenceYear"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"baseSalary": {
"type": "number",
"minimum": 0
},
"targetYear": {
"type": "number",
"maximum": 2026,
"minimum": 1990
},
"countryCode": {
"type": "string",
"pattern": "^[A-Z]{2}$"
},
"referenceYear": {
"type": "number",
"maximum": 2026,
"minimum": 1990
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries