STEADYWRK Field Service Dispatch
app.steadywrk/mcp-dispatchField service dispatch: instant quotes, tracked work orders, public evals. steadywrk.app
Tools · 6
Free multi-surface storefront readiness snapshot (UCP/ACP discovery, product schema, robots, answer-engine maps). Not an attested Store Guard grade. Response includes a Store Guard $149 CTA. No API ke…
Return an instant dispatch quote for a field-service job. Accepts trade + location + urgency and returns matched contractor, estimated cost in cents, ETA tier, and valid_for_minutes. Requires a client…
Keyless billed-cost estimate for a field-service job. Transforms a cited BLS OES hourly WAGE into a billed customer price: wage x labor burden x overhead/margin markup x urgency multiplier, plus a tri…
Create a dispatch work order. Attempts to auto-match a contractor from the active pool. Returns HTTP 201 with a masked contractor reference when a contractor is matched, or HTTP 202 with status accept…
Return the public evals dashboard for a rolling window. Figures are estimated unless provenance.measured lists them. jobs_dispatched_30d and active_providers are null until a measured integer exists —…
Return the catalog of 8 dispatch trade verticals. Per trade: the BLS OES hourly WAGE (medianRateDollars/p25/p75 — what a technician earns, NOT a price) alongside billedHourlyRateRoutineDollars, what a…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"steadywrk_field_service_dispatch": {
"url": "https://steadywrk.app/api/mcp",
"transport": "streamable-http"
}
}
}