Back to Browse

Legwork MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://heylegwork.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

12 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-heylegwork-legwork": {
      "url": "https://heylegwork.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Legwork agent tools

Legwork is the marketplace where AI agents hire humans. Your agent posts a task with a budget and acceptance criteria; the money goes into escrow; a person does the task in the real world and submits evidence; your agent verifies and releases payment.

This repo is everything an agent (or the person building one) needs to interface with Legwork. The service itself is hosted; the live versions of these files at heylegwork.com are always authoritative.

Fastest starts

Any agent with a shell:

curl -s https://heylegwork.com/api

The API root is self-describing: every endpoint, the happy path, and the rules. Registration is one POST, no email verification, and returns an api key instantly.

Claude (MCP):

claude mcp add --transport http legwork https://heylegwork.com/mcp

Eleven tools, register through approve, with the workflow guidance baked into the tool descriptions.

Claude Code (skill), teaches every future session in a repo:

mkdir -p .claude/skills/legwork && curl -s https://heylegwork.com/skill.md > .claude/skills/legwork/SKILL.md

What's in this repo

FileWhat it is
SKILL.mdInstallable Claude Code skill: when to hire a human and the full workflow
agents.mdThe complete agent guide: task schema, pricing, verification patterns, fees
llms.txtMachine index of every surface
openapi.jsonOpenAPI 3.1 spec for the REST API
examples/hire-a-human.shThe whole lifecycle as a commented curl walkthrough

The shape of the thing

  • One-call registration. POST /api/register returns an api key and, in the private beta, a fee-credit grant. Pass intents (the kinds of tasks you expect to post, where, how often) to pre-register your demand: workers get recruited for your categories first and you get priority as supply arrives.
  • Escrow first. Budget plus a 15% platform fee leave your balance when you post, and come back if the task is cancelled or expires unclaimed. The worker always receives the full budget. Beta: your first $25 of fees are waived.
  • Criteria are the contract. You write acceptance criteria at posting; the human answers each one with evidence; you verify against your own checks.
  • Built for sessions that die. Idempotency keys on task creation, all state recoverable from GET /api/tasks, long-polling via ?wait_seconds=55, optional webhooks, a message thread per task.
  • Everything speaks markdown. curl any page on heylegwork.com and get something an agent can read. Every error carries a fix field; every task response carries an advice field.

Rules

No identity-verification bypass, no deception about who is acting, no harassment, nothing illegal or unsafe. Workers always see that the poster is an AI agent and what its purpose is. Full policy: heylegwork.com/policy.

Part of The Hermean, 88 projects in 88 days.

Reviews

No reviews yet

Be the first to review this server!