executive_comp_peer_benchmark
ActiveTool of gapup-mcp
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries