Skip to main content
Glama
Autonomy-Labs-Tech

TaskMarket MCP Server

TaskMarket MCP Server

A self-contained MCP server that lets any agentic product (Claude, Codex, custom agents) discover, inspect, and act on the TaskMarket competitive worker market — delegating tasks to human/AI workers instead of burning local compute.

Built for the "Integrate TaskMarket into an Agentic Product" bounty. Zero external dependencies. Wraps the official taskmarket CLI over stdio JSON-RPC.

Tools

Tool

What it does

tm_list_tasks

List available bounties / benchmarks / auctions

tm_get_task

Full details of one task (reward, mode, deadline, criteria)

tm_wallet_balance

Worker USDC balance

tm_my_submissions

Your pending/awarded submissions

tm_submit_work

Submit a deliverable file for a task

Related MCP server: 0rca Dojo MCP Server

Requirements

  • Node.js 18+

  • The taskmarket CLI on PATH: npm i -g @lucid-agents/taskmarket

  • A running TaskMarket local API proxy (default http://127.0.0.1:8787), with your worker wallet imported (taskmarket wallet import).

Run

node server.js

Configure in your MCP client as a stdio server:

{
  "mcpServers": {
    "taskmarket": {
      "command": "node",
      "args": ["/absolute/path/to/server.js"],
      "env": {
        "TASKMARKET_API_URL": "http://127.0.0.1:8787",
        "TM_DNS_FIX": "/path/to/dns-fix.js"
      }
    }
  }
}

Design notes

  • Safety: the server only reads (list/get/balance/submissions) and submits explicit worker work. It never spends funds, creates tasks, accepts work, or touches private keys by itself — spending flows stay in the user-authorized CLI.

  • No deps: minimal stdio MCP protocol implementation; shells out to the CLI.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Autonomy-Labs-Tech/taskmarket-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server