aethar-dev/wageapi-mcp
MCP server for WageAPI — US + EU salary benchmarking, pay transparency compliance. Connect Claude, Cursor, or VS Code to workforce data.
Platform-specific configuration:
{
"mcpServers": {
"wageapi-mcp": {
"command": "npx",
"args": [
"-y",
"wageapi-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://modelcontextprotocol.io)
US and EU salary benchmarking data for 1,400+ occupations across 500+ metro areas and 27 EU countries. Query salary percentiles, compare locations with cost-of-living adjustment, search jobs with fuzzy matching, analyze historical wage trends, assess offer competitiveness, and validate EU pay transparency compliance. Data sourced from BLS OES, O\*NET, Eurostat SES, and BEA RPP.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"aethar-wageapi": {
"url": "https://salary.wageapi.com/api/mcp",
"headers": {
"X-API-Key": "your_api_key_here"
}
}
}
}Add to .claude/settings.json in your project root:
{
"mcpServers": {
"aethar-wageapi": {
"url": "https://salary.wageapi.com/api/mcp",
"headers": {
"X-API-Key": "your_api_key_here"
}
}
}
}Open Settings > MCP Servers > Add Server:
{
"aethar-wageapi": {
"url": "https://salary.wageapi.com/api/mcp",
"headers": {
"X-API-Key": "your_api_key_here"
}
}
}Add to .vscode/mcp.json:
{
"servers": {
"aethar-wageapi": {
"url": "https://salary.wageapi.com/api/mcp",
"headers": {
"X-API-Key": "your_api_key_here"
}
}
}
}| Tool | Description | |------|-------------| | get_salary_v1_salary_get | Get salary data for a job title in any location (US metro or EU country). Returns percentiles, mean/median, gender pay gap, minimum wage, and cost-of-living index. | | compare_salary_v1_salary_compare_get | Compare salaries for the same job across up to 10 locations. Supports mixed US/EU locations.
Loading reviews...