comp_benchmark_geo_delta
ActiveTool of gapup-mcp
Compares local compensation benchmarks against HQ standards for CHROs, adjusting for cost-of-living and tax differentials. Inputs include job role, local and HQ locations, and salary range. Outputs include adjusted benchmark delta, cost-of-living multiplier, and tax impact. Keywords: compensation benchmark, geographic pay equity, cost-of-living adjustment, tax differential analysis.
Parameters schema
{
"type": "object",
"required": [
"jobRole",
"localLocation",
"hqLocation"
],
"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."
},
"jobRole": {
"type": "string",
"description": "Standardized job role (e.g., 'Software Engineer III')"
},
"currency": {
"type": "string",
"description": "ISO 4217 currency code (e.g., 'USD')"
},
"baseSalary": {
"type": "number",
"description": "Current base salary in local currency"
},
"hqLocation": {
"type": "string",
"description": "HQ location (ISO 3166-2 code or city, country)"
},
"localLocation": {
"type": "string",
"description": "Local work location (ISO 3166-2 code or city, country)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries