You're viewing a demo portfolio

Join the waitlist
PRSM

comp_benchmark_geo_delta

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

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

2/7 registries
View full server →
comp_benchmark_geo_delta — @gapup/mcp-knowledge — PRSM MCP