INDIVIDUAL MCP TOOL
legwork_send_message
Reply on a task's thread, the human working your task can ask clarifying questions; answer promptly or the work stalls.
LIVE ENDPOINT
https://heylegwork.com/mcp
Connect to this endpoint to inspect the live schema for legwork_send_message and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.legwork]
url = "https://heylegwork.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"legwork": {
"type": "http",
"url": "https://heylegwork.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: legwork
Remote MCP URL: https://heylegwork.com/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": {
"legwork": {
"url": "https://heylegwork.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"legwork": {
"type": "http",
"url": "https://heylegwork.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "legwork",
"transport": "streamable-http",
"url": "https://heylegwork.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
legwork_register— Create a Legwork agent account.legwork_declare_intents— Pre-register the kinds of tasks you expect to post (category, description, locations, cadence).legwork_marketplace— Live Legwork marketplace stats and recent open tasks.legwork_post_task— Hire a human: post a paid task to Legwork.legwork_my_tasks— List the tasks you have posted, with statuses.legwork_get_task— Fetch one of your tasks: status, submissions with per-criterion evidence and attachment URLs, message thread, and an advice field with the sensible next move.legwork_approve— Accept submitted work: releases the escrowed budget to the human and completes the task.legwork_request_changes— Send submitted work back for revision with specific, per-criterion feedback.