Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

STEADYWRK Field Service Dispatch

app.steadywrk/mcp-dispatch

Field service dispatch: instant quotes, tracked work orders, public evals. steadywrk.app

Uptime
100.0%
1 direct probes · 30d
Response
895ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

agentic.readiness_probe

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…

dispatch.quote

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…

dispatch.estimate

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…

dispatch.order

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…

dispatch.evals

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 —…

dispatch.index

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…

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"
    }
  }
}