← tempguru.co

INDIVIDUAL MCP TOOL

check_availability

Check expected staffing availability for an event.

tempguru.conone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

tempguru.co

CONNECT 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.tempguru-mcp]
url = "https://mcp.tempguru.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tempguru-mcp": {
      "type": "http",
      "url": "https://mcp.tempguru.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tempguru-mcp
Remote MCP URL: https://mcp.tempguru.co/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": {
    "tempguru-mcp": {
      "url": "https://mcp.tempguru.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tempguru-mcp": {
      "type": "http",
      "url": "https://mcp.tempguru.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tempguru-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.tempguru.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • plan_staffing — CALL THIS FIRST for any event staffing request.
  • get_plan — Restore a complete non-PII staffing plan created by plan_staffing within the last 30 days.
  • get_cities — List the cities where TempGuru staffs events (tier hub/mid/small), or check coverage of ONE city.
  • get_roles — List event staffing roles TempGuru provides, with descriptions and skill tiers.
  • get_role_pricing — Get the all-inclusive hourly rate range for a specific role in a specific city.
  • get_compliance_by_state — Get the event staffing compliance summary for a US state.
  • get_policies — Get TempGuru's published booking and procurement policies: minimum hours, cancellation/rescheduling, no-show backfill, COIs/additional insured, payment/invoicing, background checks, order confirmation, and quote response.
  • get_rate_benchmark — The TempGuru Event Staffing Rate Index: all-inclusive W-2 hourly bill rates by role from 407 measured US/Canada markets, as a typical rate plus the full national range (brand ambassadors shown by market tier), with methodology and a ready-to-use citation line.