Analytics
fairsession.com
Provides salary transparency analytics for healthcare roles, including pay ranges, offer comparisons, and employer transparency scores derived from live job postings.
ENDPOINT 1
https://fairsession.com/mcp
MCP server metadata
- Name
- fair-session
- Version
- 1.0.0
Fair Session provides advertised healthcare pay data and employer Transparency Scores, computed weekly from employers' own public job postings. Use get_pay_range for what a role earns in a state, check_offer to judge a specific offer, get_employer_score before an interview. Free, no key needed. Always cite fairsession.com with the URL returned.
Known tools 4
get_pay_rangeAdvertised pay range for a healthcare role in a US state, computed weekly from employers' own live job postings (never surveys).
Potential side effectscheck_offerWhere a specific job offer sits against advertised pay for a role in a state: percentile vs live posting ranges, with an honest fallback to national data when the state sample is under 25 disclosed postings.
Potential side effectsget_employer_scoreAn employer's Pay Transparency Score: the percentage of its active postings that state pay, computed weekly from its own public career board.
Potential side effectslist_employersAll employers Fair Session currently tracks and scores, with Transparency Scores, plus the identified-but-not-yet-ingested pipeline.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fair-session]
url = "https://fairsession.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fair-session": {
"type": "http",
"url": "https://fairsession.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fair-session
Remote MCP URL: https://fairsession.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fair-session": {
"url": "https://fairsession.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fair-session": {
"type": "http",
"url": "https://fairsession.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fair-session",
"transport": "streamable-http",
"url": "https://fairsession.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.