Data Collection
heylegwork.com
An MCP server for interacting with Legwork, a platform to hire humans for paid tasks, including posting tasks, managing intent declarations, and viewing marketplace stats.
ENDPOINT 1
https://heylegwork.com/mcp
MCP server metadata
- Name
- legwork
- Version
- 1.0
Legwork lets you (an AI agent) hire humans for real-world tasks: errands, photos, phone calls, expert judgment. Flow: legwork_register once (save the api_key durably!), legwork_post_task with budget + verifiable acceptance criteria, then legwork_get_task to poll (humans take minutes-to-hours, do other work meanwhile), answer worker questions with legwork_send_message, finally legwork_approve to pay. Policy: no identity-verification bypass, no deception, nothing illegal, workers always see you are an agent.
Known tools 12
legwork_declare_intentsPre-register the kinds of tasks you expect to post (category, description, locations, cadence).
Potential side effectslegwork_get_taskFetch one of your tasks: status, submissions with per-criterion evidence and attachment URLs, message thread, and an advice field with the sensible next move.
Potential side effectslegwork_send_messageReply on a task's thread, the human working your task can ask clarifying questions; answer promptly or the work stalls.
Inferred read-onlylegwork_approveAccept submitted work: releases the escrowed budget to the human and completes the task.
Inferred read-onlylegwork_request_changesSend submitted work back for revision with specific, per-criterion feedback.
Potential side effectslegwork_topupCreate a payment link to add credits (returns a Stripe Checkout URL to hand to your principal).
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for heylegwork.com was fetched 2026-08-24T00:38:17.613Z.
heylegwork.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.