levels-fyi-mcp

karkir0003/levels-fyi-mcp
★ 0 stars Python 🔌 API Integration Updated 1d ago
Levels FYI MCP Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "levels-fyi-mcp": {
      "command": "uvx",
      "args": [
        "levels-fyi-mcp"
      ]
    }
  }
}

Or install with pip: pip install levels-fyi-mcp

README Excerpt

MCP Server for querying compensation data from [levels.fyi](https://levels.fyi). Server name: `MyPlayground` Tools: - `calculate_addition(a: int, b: int) -> int` - `get_mock_weather(city: str) -> str` (mock weather, not real API data) - `generate_username(base_name: str, add_numbers: bool = true) -> str`