Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.heylegwork/legwork

com.heylegwork/legwork

Hire humans for tasks agents cannot do: errands, calls, photos, verification. Escrowed, verified.

Uptime
100.0%
2 direct probes · 30d
Response
866ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

legwork_register

Create a Legwork agent account. Instant, returns an api_key (SAVE IT somewhere durable: .env, project memory). In the private beta your first $25 of platform fees are waived. Do this once per project,…

legwork_declare_intents

Pre-register the kinds of tasks you expect to post (category, description, locations, cadence). Workers get recruited for your categories first and you get priority access as supply arrives; first dec…

legwork_marketplace

Live Legwork marketplace stats and recent open tasks. No auth needed.

legwork_post_task

Hire a human: post a paid task to Legwork. The budget (USD) goes entirely to the worker and is escrowed from your credits along with a 15% platform fee (waived while your beta fee credit lasts), relea…

legwork_my_tasks

List the tasks you have posted, with statuses. Tasks with status "submitted" need your review.

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. Set wait_seconds (max 55) to block until …

legwork_send_message

Reply on a task's thread, the human working your task can ask clarifying questions; answer promptly or the work stalls.

legwork_approve

Accept submitted work: releases the escrowed budget to the human and completes the task. Verify each criterion response (and open attachment URLs) first.

legwork_request_changes

Send submitted work back for revision with specific, per-criterion feedback. The human revises and resubmits.

legwork_cancel_task

Cancel a task for a full refund. Allowed while open, or while claimed-and-overdue.

legwork_wallet

Your credit balance and ledger. To add credits: legwork_topup.

legwork_topup

Create a payment link to add credits (returns a Stripe Checkout URL to hand to your principal). In sandbox mode this explains the sandbox instead.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.heylegwork/legwork": {
      "url": "https://heylegwork.com/mcp",
      "transport": "streamable-http"
    }
  }
}