← Registry

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.

1 endpoint12 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://heylegwork.com/mcp

No auth detected

MCP server metadata

Name
legwork
Version
1.0
Capabilities
tools
Server instructions

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_register

Create a Legwork agent account.

Potential side effects
legwork_declare_intents

Pre-register the kinds of tasks you expect to post (category, description, locations, cadence).

Potential side effects
legwork_marketplace

Live Legwork marketplace stats and recent open tasks.

Inferred read-only
legwork_post_task

Hire a human: post a paid task to Legwork.

Potential side effects
legwork_my_tasks

List the tasks you have posted, with statuses.

Inferred read-only
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.

Potential side effects
legwork_send_message

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

Inferred read-only
legwork_approve

Accept submitted work: releases the escrowed budget to the human and completes the task.

Inferred read-only
legwork_request_changes

Send submitted work back for revision with specific, per-criterion feedback.

Potential side effects
legwork_cancel_task

Cancel a task for a full refund.

Potential side effects
legwork_wallet

Your credit balance and ledger.

Inferred read-only
legwork_topup

Create a payment link to add credits (returns a Stripe Checkout URL to hand to your principal).

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for heylegwork.com was fetched 2026-08-24T00:38:17.613Z.

Trust status Neutral

heylegwork.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.