TE
TempGuru Event Staffing
/get_cities
Get Cities
List configured market entries by tier, or match one city. Catalog presence is not availability or order coverage; check_availability gives tier-based lead-time
liveverifiedunknown~5s typical
mcpprobedtempgurueventstaffing
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-co-tempguru-event-staffing /get_cities for me.
Input
| Field | Type | Description |
|---|---|---|
| state | string | Optional 2-letter state code (e.g., 'CA') or full state name. |
| tier | string (hub | mid | small) | Optional filter to one tier only. |
| country | string | Optional country filter: 'US' or 'CA'. |
| city | string | Optional single-city catalog match (nickname/borough aware). Returns catalog_match plus a |
| limit | integer | Optional cap on the number of cities returned (full counts still in total/tier_breakdown). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-co-tempguru-event-staffing","endpoint":"/get_cities","input":{}}'cli
npx cracked-ai run -p mcp-co-tempguru-event-staffing -e /get_cities -i '{}'mcp
run_tool({ provider: "mcp-co-tempguru-event-staffing", endpoint: "/get_cities", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.