MCP server exposing Levels.fyi compensation data and curated cross-company SWE level mappings (Google L5 ↔ Meta E5 ↔ Amazon L6) to Claude. 6 tools: get_company_medians, list_supported_companies, get_company_ladder, get_level_mapping, compare_offers, analyze_offer. Uses Levels.fyi's official LLM .md endpoint with attribution. 10 companies covered: Google, Meta, Amazon, Apple, Microsoft, Stripe, Uber, Airbnb, Databricks, Netflix.
Server Config
{
"mcpServers": {
"levels-fyi": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/levels-fyi-mcp",
"run",
"levels-fyi-mcp"
]
}
}
}