Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

PayHub Server

БесплатноНе проверен

Enables querying real disclosed salary data across 20 regions, with tools to search jobs, retrieve salary statistics, and find similar roles.

GitHubEmbed

Описание

Enables querying real disclosed salary data across 20 regions, with tools to search jobs, retrieve salary statistics, and find similar roles.

README

Real disclosed salary data for 20 regions via Model Context Protocol.

Endpoint: https://mcp.payhub.fyi

Connect

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "payhub": {
      "type": "streamable-http",
      "url": "https://mcp.payhub.fyi"
    }
  }
}

Claude.ai (web)

Settings → Integrations → Add MCP Server → paste https://mcp.payhub.fyi.

Any MCP client

Use transport type streamable-http with the endpoint URL above.

Tools

Tool Description
list_regions List all 20 available regions with IDs and URLs
search_jobs Search jobs by keyword, returns salary data
salary_stats Median, p25, p75, mean for matching jobs
similar_jobs KNN-similar roles to a given job ID

Regions (20)

ny ca wa il co ma md mn nj dc ct or nv hi ri vt ab bc ontario uk

Example

curl -X POST https://mcp.payhub.fyi \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"salary_stats","arguments":{"region":"ny","query":"software engineer"}}}'

Returns median $215k, p25 $183k, p75 $252k for NY software engineers.

Data

All data is sourced from public pay transparency postings at payhub.fyi. Data is refreshed nightly and served directly from Cloudflare's CDN.

  • No auth required — data is already public
  • 15-minute edge cache per region
  • Transport: Streamable HTTP (MCP 2024-11-05)

Deploy your own

git clone https://github.com/ethan-m25/payhub-mcp
cd payhub-mcp
npm install
wrangler deploy

from github.com/ethan-m25/payhub-mcp

Установка PayHub Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/ethan-m25/payhub-mcp

FAQ

PayHub Server MCP бесплатный?

Да, PayHub Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для PayHub Server?

Нет, PayHub Server работает без API-ключей и переменных окружения.

PayHub Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить PayHub Server в Claude Desktop, Claude Code или Cursor?

Открой PayHub Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare PayHub Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development