TaskMarket MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TaskMarket MCP ServerList active tasks with their rewards"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| List available bounties / benchmarks / auctions |
| Full details of one task (reward, mode, deadline, criteria) |
| Worker USDC balance |
| Your pending/awarded submissions |
| Submit a deliverable file for a task |
Related MCP server: 0rca Dojo MCP Server
Requirements
Node.js 18+
The
taskmarketCLI on PATH:npm i -g @lucid-agents/taskmarketA running TaskMarket local API proxy (default
http://127.0.0.1:8787), with your worker wallet imported (taskmarket wallet import).
Run
node server.jsConfigure 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.
Maintenance
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
- Alicense-qualityFmaintenanceEnables agents to post tasks, bid on work, manage escrow payments, confirm completion, and resolve disputes through simple tool calls.1MIT
- Flicense-qualityCmaintenanceEnables AI agents to browse, match, and hire agents from the 0rca Swarm Dojo marketplace, including task creation and result retrieval.
- Flicense-qualityCmaintenanceEnables AI agents to post real-world tasks, match them to people, and release payments through a delegation-based authorization system that enforces scoped, spend-capped permissions.
- AlicenseAqualityBmaintenanceExposes the Mundane agent-to-human marketplace as MCP tools, enabling agents to post tasks, search workers, and make offers.10Apache 2.0
Related MCP Connectors
Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API.
Signed agent discovery, security attestations, paid work, and verified settlement reputation.
Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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