{"name":"STEADYWRK","description":"STEADYWRK is a foundry and Studio in Aqaba, Jordan: one operating system, multiple ventures. Dispatch is a capability of the foundry, not the identity.","url":"https://steadywrk.app","contact":"hello@steadywrk.app","documentation":"https://steadywrk.app/what-is-steadywrk","sameAs":["https://www.linkedin.com/company/steadywrk/","https://www.instagram.com/swrk.jo/","https://registry.modelcontextprotocol.io/v0/servers?search=steadywrk"],"manifests":{"mcp":"https://steadywrk.app/.well-known/mcp.json","mcpServerCard":"https://steadywrk.app/.well-known/mcp/server-card.json","a2aAgentCard":"https://steadywrk.app/.well-known/agent-card.json","openapi":"https://steadywrk.app/openapi.json","openapiYaml":"https://steadywrk.app/openapi.yaml","aiPlugin":"https://steadywrk.app/.well-known/ai-plugin.json","llms":"https://steadywrk.app/llms.txt","agenticCommerce":"https://steadywrk.app/agentic-commerce","readinessProbe":"https://steadywrk.app/api/agentic-commerce/probe"},"endpoints":{"mcp":{"url":"https://steadywrk.app/api/mcp","transport":"streamable-http","protocolVersion":"2025-11-25"},"a2a":{"url":"https://steadywrk.app/api/a2a","transport":"json-rpc"}},"registry":[{"id":"app.steadywrk/mcp-dispatch","issuer":"Official Model Context Protocol Registry","version":"0.1.0","status":"active","verifyUrl":"https://registry.modelcontextprotocol.io/v0/servers?search=steadywrk","verifiedOn":"2026-07-27"}],"tools":[{"name":"dispatch.quote","title":"Dispatch quote","description":"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.","auth":"x-api-key","method":"POST","path":"/api/dispatch/v1/quote","inputSchema":{"type":"object","required":["trade","location"],"properties":{"trade":{"type":"string","description":"Trade code (plumbing, electrical, HVAC, etc.)"},"location":{"type":"object","required":["state"],"properties":{"state":{"type":"string","minLength":2,"maxLength":2},"zip":{"type":"string","maxLength":10},"city":{"type":"string","maxLength":255}}},"urgency":{"type":"string","enum":["emergency","urgent","routine","scheduled"],"default":"routine"},"nte_cents":{"type":"integer","minimum":1},"description":{"type":"string","maxLength":2000}}}},{"name":"dispatch.order","title":"Dispatch order","description":"Create a dispatch work order. Auto-matches a contractor from the active pool and returns a tracked order with masked contractor reference and status URL.","auth":"x-api-key","method":"POST","path":"/api/dispatch/v1/order","inputSchema":{"type":"object","required":["trade","location","description"],"properties":{"trade":{"type":"string"},"location":{"type":"object","required":["state"],"properties":{"state":{"type":"string","minLength":2,"maxLength":2},"zip":{"type":"string","maxLength":10},"city":{"type":"string","maxLength":255},"address":{"type":"string","maxLength":1000},"name":{"type":"string","maxLength":500}}},"urgency":{"type":"string","enum":["emergency","urgent","routine","scheduled"],"default":"routine"},"nte_cents":{"type":"integer","minimum":1},"description":{"type":"string","minLength":1,"maxLength":5000},"callback_url":{"type":"string","format":"uri"},"reference_id":{"type":"string","maxLength":255}}}},{"name":"dispatch.evals","title":"Dispatch evals (public)","description":"Return the public evals dashboard: completion rate, NTE variance, dispatch latency, human-override rate, and operational counts for the selected rolling window. No API key required.","auth":"none","method":"GET","path":"/api/dispatch/analytics/evals","inputSchema":{"type":"object","properties":{"period":{"type":"string","enum":["rolling_7d","rolling_30d","rolling_90d"],"default":"rolling_30d"}}}},{"name":"dispatch.index","title":"Dispatch trade index (public)","description":"Return the catalog of 8 dispatch trade verticals with baseline model rates (routine urgency, 1.0× multiplier). Rates are STEADYWRK model rates informed by BLS OES data — not BLS verbatim. No API key required.","auth":"none","method":"GET","path":"/api/dispatch/index","inputSchema":{"type":"object","properties":{}}},{"name":"agentic.readiness_probe","title":"Agentic commerce readiness probe (public)","description":"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 key required.","auth":"none","method":"POST","path":"/api/agentic-commerce/probe","inputSchema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Public storefront URL or domain","maxLength":255}}}}]}