You're viewing a demo portfolio

Join the waitlist
PRSM

executive_comp_peer_benchmark

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

As a Chief Human Resources Officer (CHRO), benchmark executive compensation packages against peer companies using public SEC filings and private compensation data from Equilar and Bloomberg. Inputs include executive name, title, company ticker, and peer group criteria. Outputs structured compensation metrics (base salary, bonus, equity, total compensation) with source attribution and confidence scores.

Parameters schema

{
  "type": "object",
  "required": [
    "executiveName",
    "executiveTitle",
    "companyTicker"
  ],
  "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."
    },
    "peerGroup": {
      "type": "object",
      "required": [],
      "properties": {
        "industry": {
          "type": "string"
        },
        "revenueRange": {
          "type": "string"
        },
        "customTickers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "marketCapRange": {
          "type": "string"
        }
      }
    },
    "fiscalYear": {
      "type": "number"
    },
    "companyTicker": {
      "type": "string"
    },
    "executiveName": {
      "type": "string"
    },
    "executiveTitle": {
      "type": "string"
    }
  }
}

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 →