You're viewing a demo portfolio

Join the waitlist
PRSM

global_salary_inflation_adjuster

Active

Tool of gapup-mcp

declared in 0.2.0

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
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →