PayHub MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PayHub MCP ServerShow me salary stats for software engineers in NY."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PayHub MCP Server
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.
Related MCP server: WageAPI
Tools
Tool | Description |
| List all 20 available regions with IDs and URLs |
| Search jobs by keyword, returns salary data |
| Median, p25, p75, mean for matching 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 deployThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA zero-configuration job aggregation server that enables searching for positions and retrieving details across multiple recruitment platforms using natural language. It provides standardized data for job requirements, salary comparisons, and market trends directly within AI clients.Last updated51109ISC
- Alicense-qualityCmaintenanceUS + EU salary benchmarking, pay transparency compliance, and semantic endpoints. 1,400+ US occupations, 28 EU countries. MCP server for AI agents.Last updatedMIT
- AlicenseAqualityBmaintenanceEnables searching over 1 million enriched job listings from 20,000+ companies directly from MCP-compatible AI tools. Provides tools for job search, company profiles, and AI-powered similar job recommendations with real-time data updates.Last updated4852MIT
- Alicense-qualityCmaintenanceProvides access to Adzuna's global job-board aggregation, enabling job search, salary analysis, and regional stats via natural language queries.Last updated0MIT
Related MCP Connectors
Search live job postings from 30+ ATS feeds and job boards, normalized to one schema.
Tech job market intelligence: jobs, companies, salaries, skill velocity, hiring trends.
GetJobzi MCP server for job search, application tracking, and career forecasting.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ethan-m25/payhub-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server