loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

wageapi-mcp

MCP Tool

aethar-dev/wageapi-mcp

MCP server for WageAPI — US + EU salary benchmarking, pay transparency compliance. Connect Claude, Cursor, or VS Code to workforce data.

Install

$ npx loaditout add aethar-dev/wageapi-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "wageapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wageapi-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

WageAPI MCP Server

[](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.

Installation
Claude Desktop

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"
      }
    }
  }
}
Claude Code

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

Open Settings > MCP Servers > Add Server:

{
  "aethar-wageapi": {
    "url": "https://salary.wageapi.com/api/mcp",
    "headers": {
      "X-API-Key": "your_api_key_here"
    }
  }
}
VS Code (Copilot MCP)

Add to .vscode/mcp.json:

{
  "servers": {
    "aethar-wageapi": {
      "url": "https://salary.wageapi.com/api/mcp",
      "headers": {
        "X-API-Key": "your_api_key_here"
      }
    }
  }
}
Available Tools
Salary Tools

| 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.

Tags

apimcpmcp-serversalary-dataworkforce-data

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated22 days ago
Security: AMCP ConfigREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/26/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/aethar-dev/wageapi-mcp)](https://loaditout.ai/skills/aethar-dev/wageapi-mcp)