INDIVIDUAL MCP TOOL
save_staffing_plan
Explicitly save a complete non-contact staffing plan for 30 days so it can be shared, resumed, or linked to a later quote request.
LIVE ENDPOINT
https://mcp.tempguru.co/mcp
Connect to this endpoint to inspect the live schema for save_staffing_plan and invoke it with your own arguments.
Indexed 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 server
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 or save_staffing_plan 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.check_availability— Check expected staffing availability for an event.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.