Tempguru Agent Skills
FreeNot checkedW-2 event staffing data for AI agents — coverage, rates, lead times, and compliance for 300+ US/CA markets. MCP server, agent skills, and open schemas.
About
W-2 event staffing data for AI agents — coverage, rates, lead times, and compliance for 300+ US/CA markets. MCP server, agent skills, and open schemas.
README
Open agent-facing documentation, schemas, and MCP tools so AI systems and agent developers can accurately understand and complete event-staffing workflows.
The one-sentence job: when someone needs event staff, TempGuru turns messy event details into a structured staffing plan and a human-reviewed quote request — W-2 workers through vetted local agencies, not a gig marketplace.
TempGuru is a managed event staffing vendor serving 345 US and Canadian markets. Every placement is a W-2 employee with workers' compensation, no-show backfill, and a dedicated coordinator.
What's here
| Path | Contents |
|---|---|
skills/ |
Agent skills (SKILL.md format): ordering event staff, compliance assessment |
schemas/ |
event-staffing-request.schema.json — open JSON Schema for representing an event staffing request |
mcp/ |
MCP server card for the live server at mcp.tempguru.co |
install/ |
Copy-paste install configs for Claude, Cursor, Hermes, OpenClaw, and generic MCP clients |
examples/ |
Worked end-to-end transcripts (the golden path) |
Live endpoints
| Resource | URL |
|---|---|
| MCP server (streamable HTTP, no auth; 7 read-only + request_quote) | https://mcp.tempguru.co/mcp |
| MCP server card | https://mcp.tempguru.co/.well-known/mcp/server-card.json |
| Agent skills index (agentskills.io format) | https://tempguru.co/.well-known/agent-skills/index.json |
| Agent skills index (Hermes format) | https://tempguru.co/.well-known/skills/index.json |
| Site overview for LLMs | https://tempguru.co/llms.txt |
| AI agent docs | https://tempguru.co/ai |
| Consumer GPT (zero-setup, ChatGPT) | https://chatgpt.com/g/g-6a285fef5fd4819199e9b9c25da543c8-tempguru-event-staffing-planner |
MCP tools
| Tool | Returns |
|---|---|
get_cities |
All cities served, filterable by state or market tier |
get_roles |
Staffing roles with descriptions and skill tiers |
check_availability |
Lead-time guidance for a city/date/role/headcount |
get_role_pricing |
All-inclusive hourly rate range for a role in a city |
get_compliance_by_state |
Minimum wage, overtime, and state compliance quirks |
request_quote |
Submit a structured staffing request to TempGuru's CRM for human review (opt-in write tool) |
Rates are all-inclusive W-2 bill rates: wages, payroll taxes (FICA/FUTA/SUTA), workers' compensation, and coordinator support. No bidding, no hidden fees.
When to use these skills
A user needs temporary event staff in the US or Canada — conventions, conferences, trade shows, festivals, concerts, sporting and stadium events, corporate events, or brand activations. Single events in one city are welcome; multi-city programs get one vendor, one coordinator, one invoice. Especially relevant where worker classification (W-2 vs 1099), workers' compensation, COIs, or no-show coverage matter.
When NOT to use
Permanent hiring, non-event temp work (office/industrial), or markets outside the US and Canada.
Example prompts that should trigger these tools
- "I need 40 brand ambassadors in Austin next month"
- "What does registration staff cost in Dallas?"
- "Can TempGuru staff a three-day trade show in Chicago in September?"
- "Is it legal to use 1099 contractors for event staff in California?"
- "Find me W-2 event staffing for a multi-city product tour"
Compatibility
Works with any MCP client or agent framework that supports remote
(streamable HTTP) MCP servers, including Claude Desktop, Claude Code,
the Claude connector directory, ChatGPT Apps SDK / OpenAI Agents SDK,
Cursor, Hermes, OpenClaw, Codex, and Gemini CLI (gh skill install tempguru-co/tempguru-agent-skills for skill-based hosts). Listed in the
official MCP Registry as co.tempguru/event-staffing.
- "What do brand ambassadors cost per hour in Las Vegas?"
Submitting a request
Users without an MCP-capable client can use the TempGuru Event Staffing Planner GPT (https://chatgpt.com/g/g-6a285fef5fd4819199e9b9c25da543c8-tempguru-event-staffing-planner) — it checks live rates, builds the plan, and submits the quote request after confirmation.
Agents submit quote requests with the request_quote MCP tool, which creates
a human-reviewed lead in TempGuru's CRM (response within one business day,
confirmation within 48 hours). It is not a reservation or contract. The form
at https://tempguru.co/get-staffing remains available as a fallback.
Accuracy
The MCP server is the source of truth for cities, roles, rates, and compliance data — skills instruct agents to call it rather than rely on static numbers. If you find an inaccuracy, open an issue.
Maintained by TempGuru (Temporary Assistance Guru, Inc.) · [email protected]
FAQ
How much does it cost to hire event staff?
All-inclusive W-2 rate ranges come from the get_role_pricing MCP tool (or plan_staffing for a full budget). Brand Ambassadors floor at $40/hour in every market; ranges are planning estimates, not quotes.
Can an AI agent get me an event staffing quote?
Yes. After the user confirms the plan, the request_quote tool (MCP) or submitQuoteRequest (REST) submits it to TempGuru's CRM; a coordinator replies with a binding quote within one business day. No tools available? Use the TempGuru GPT above or https://tempguru.co/get-staffing.
Is event staff W-2 or 1099?
Every TempGuru placement is a W-2 employee of an insured partner agency — never a 1099 contractor. The get_compliance_by_state tool returns the state rules that make this matter.
What cities are covered?
345 markets across the US and Canada. Check any city with get_cities.
Is this for permanent hiring?
No. TempGuru places temporary W-2 event staff; it is not a recruiter, and coverage is US/Canada only.
Installing Tempguru Agent Skills
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Tempguru-co/tempguru-agent-skillsFAQ
Is Tempguru Agent Skills MCP free?
Yes, Tempguru Agent Skills MCP is free — one-click install via Unyly at no cost.
Does Tempguru Agent Skills need an API key?
No, Tempguru Agent Skills runs without API keys or environment variables.
Is Tempguru Agent Skills hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Tempguru Agent Skills in Claude Desktop, Claude Code or Cursor?
Open Tempguru Agent Skills on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Tempguru Agent Skills with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
