New — MCP Server

Healthcare staffing intelligence, inside Claude

Six live tools — bill rates, market demand, MSP attribution, rate-card generation, parent-org ranking, and named-system rate cards — available in any MCP-compatible AI client. Try them free in the sandbox; upgrade to Max to use them in Claude Desktop, Cursor, VS Code, and any agent that speaks the protocol.

Ask in plain English

Your AI assistant figures out which tool to call.

"Is $90/hr competitive for ICU travel nurses in Pittsburgh?"

get_bill_rate_percentile
specialty: "RN - ICU", bill_rate: 90, state: "PA", city: "Pittsburgh"

"Which Agency/VMS has the most market share in Ohio?"

get_msp_attribution
state: "OH", top_n: 5

"Is ICU travel demand up or down in Texas this month?"

get_market_demand
specialty: "RN - ICU", state: "TX"

"Build me a 4-specialty rate card for Houston."

generate_rate_card
specialties: ["RN - ICU", "RN - ER", "RN - L&D", "RN - Med Surg"], state: "TX", city: "Houston"

"What's Catholic Health paying for ICU travel right now?"

get_system_rate_card
system_name: "Catholic Health"

"Who's the cheapest ICU agency in South Dakota?"

get_parent_org_ranking
state: "SD", profession: "Nursing", specialty: "ICU"

"How long would a $75/hr Med Surg posting take to fill in Florida?"

get_bill_rate_percentile
specialty: "RN - Med Surg", bill_rate: 75, state: "FL"

Connect your MCP client

Paste this into your client's config, restart, and you're live.

The MCP server is a Max-plan feature. Free preview lives in the sandbox. To use it in Claude Desktop / Cursor / any MCP client, you need a Max subscription and an API key — mint one at /stat/settings/api-keys then paste it where the snippet says npmcp_YOUR_KEY_HERE.

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nursepal-stat": {
      "url": "https://nursepal.com/mcp/",
      "headers": {
        "Authorization": "Bearer npmcp_YOUR_KEY_HERE"
      }
    }
  }
}
  1. 1Mint an API key (Max plan required) and copy the full npmcp_… token.
  2. 2Open ~/Library/Application Support/Claude/claude_desktop_config.json, paste the snippet above, and replace npmcp_YOUR_KEY_HERE with your key.
  3. 3Restart Claude Desktop.
  4. 4Ask: "What's Catholic Health paying for ICU travel right now?"

By installing the MCP server or calling its endpoints, you accept the Stat terms and disclaimer. The server is offered without uptime, latency, or correctness guarantees; rate-limits and tool availability may change.

Tools

Six live today. Every Stat chat capability, one MCP call away. (Try free in the sandbox; MCP install requires Max.)

get_bill_rate_percentileLive

Score a bill rate against the live market. Returns percentile rank, fill probability, expected days to fill.

Reference →
get_market_demandLive

Posting volume + month-over-month change by specialty/state, with a 12-week sparkline shape and top hiring health systems.

Reference →
get_msp_attributionLive

Top-N agencies / MSPs by hospital footprint in a state, with coverage share and confidence score.

Reference →
generate_rate_cardLive

Multi-specialty rate card — p50/p65/p90 weekly + bill rates with a 20mi → 50mi → state scope cascade.

Reference →
get_parent_org_rankingLive

Cheapest + priciest parent orgs in a state × profession bucket, with adjacent-state coverage.

Reference →
get_system_rate_cardLive

Rate card for a named health system — what they actually pay per specialty, with delta vs market recommendation and premium.

Reference →

Built for

Staffing agencies

Price openings against the live market without leaving your AI workspace.

Hospital workforce teams

Benchmark contractor rates against the systems you compete with — no context switch.

MSPs

Run rate-card analyses inside whatever AI you already use, with the same data the Stat chat runs on.

FAQ

How is this different from your REST API?

The REST API is for code. The MCP server is for AI assistants — Claude Desktop, Cursor, VS Code, and any agent that speaks MCP can call NursePal's tools without writing a line of integration code.

What does it cost?

Free during the public beta. Once auth lands, MCP access is included with Stat Pro and Max; the free tier will have a read-only seat for the one tool currently live.

Is my data sent anywhere?

No customer data is sent to NursePal — the tools return public-market-data percentiles derived from aggregated job postings. We log tool calls for capacity planning the same way we log REST API hits.

Where do the rates come from?

The same source the Stat chat uses: a live aggregate of public healthcare staffing postings across 5,000+ facilities, 250+ specialties, 2M+ postings — deduped and IQR-cleaned.