Productivity
steadywrk.app
Provides tools for field-service dispatch, including instant quotes, work orders, performance evaluation, and trade vertical catalog.
ENDPOINT 1
https://steadywrk.app/api/mcp
MCP server metadata
- Name
- com.steadywrk/mcp-dispatch
- Version
- 0.1.0
STEADYWRK Dispatch MCP over Streamable HTTP. Call tools/list to enumerate. dispatch.quote and dispatch.order require DISPATCH_API_KEY on the server side; dispatch.evals is public, no-auth — read it to audit dispatch quality before routing a job.
Known tools 4
dispatch.evalsReturn the public evals dashboard: completion rate, NTE variance, dispatch latency, human-override rate, and operational counts for the selected rolling window.
Inferred read-onlydispatch.indexReturn the catalog of 8 dispatch trade verticals with baseline model rates (routine urgency, 1.0× multiplier).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.com-steadywrk-mcp-dispatch]
url = "https://steadywrk.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-steadywrk-mcp-dispatch": {
"type": "http",
"url": "https://steadywrk.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-steadywrk-mcp-dispatch
Remote MCP URL: https://steadywrk.app/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"com-steadywrk-mcp-dispatch": {
"url": "https://steadywrk.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-steadywrk-mcp-dispatch": {
"type": "http",
"url": "https://steadywrk.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-steadywrk-mcp-dispatch",
"transport": "streamable-http",
"url": "https://steadywrk.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for steadywrk.app was fetched 2026-08-03T13:30:10.067Z.
steadywrk.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.