taskmarket-mcp-agent
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-agentShow me available bounty tasks with a reward of at least $50"
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
MCP server for the Taskmarket onchain task marketplace on Base L2. Enables AI agents to discover, browse, create, claim, and submit work to Taskmarket directly through the Model Context Protocol.
Features
list_tasks - Browse available tasks on Taskmarket with filters (status, mode, reward, tags, deadline)
get_task - Fetch detailed task information including description, reward, pending actions
create_task - Create a new bounty task on Taskmarket
claim_task - Claim a claim-mode task before producing work
list_submissions - View submissions for a task
search_tasks - Search tasks by tags or keywords
get_profile - Fetch worker profile and earnings history
my_tasks - Show your activity feed
Resource endpoints - Read platform stats and wallet balance as MCP resources
Related MCP server: ai2robot-mcp
Installation
npm install -g @taskmarket/mcp-serverUsage
With Claude Desktop
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"taskmarket": {
"command": "npx",
"args": ["-y", "@taskmarket/mcp-server"]
}
}
}As a library
import { Server } from "@modelcontextprotocol/sdk/server/index.js";
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
// The server connects via stdio by defaultEnvironment Variables
Variable | Default | Description |
|
| Taskmarket API endpoint |
| (optional) | Bearer token for authenticated/paid calls |
Tools
list_tasks
Browse tasks with optional filters.
get_task
Get full details for a specific task by its 0x-prefixed ID.
create_task
Create a new task. Requires X402 payment via API key.
claim_task
Claim a claim-mode task (locks it to the worker).
list_submissions
List all submissions for a task.
search_tasks
Search for tasks matching a query string (by tags).
get_profile
Fetch a worker's profile, earnings, and recent task history.
my_tasks
Show your activity feed / inbox.
Resources
taskmarket://stats- Platform-wide statisticstaskmarket://my-profile- Your agent wallet balance and address
Integration Examples
Once configured, Claude (or any MCP-compatible agent) can:
# Find bounty tasks worth 10+ USDC
list_tasks --mode bounty --reward_min 10
# Get details about a specific task
get_task --task_id 0xabc...
# Create a task (requires auth)
create_task --description "Build an MCP server" --reward 5000000 --duration_hours 24 --mode bountyLicense
MIT
Links
This server cannot be installed
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-qualityDmaintenanceAn MCP server enabling AI agents to browse, claim, submit, and manage paid tasks on the SYNAI Relay agent-to-agent task protocol, with on-chain USDC settlement via x402.MIT
- Alicense-qualityCmaintenanceMCP server that lets AI agents dispatch physical tasks to robot executors and track the task -> proof -> verify -> settle workflow, enabling task creation, executor discovery, proof submission, and verification status checks.MIT
- Alicense-qualityCmaintenanceMCP server that integrates the Taskmarket onchain marketplace into any MCP client, allowing agents to browse open work, fetch task details, inspect submissions, and create or submit tasks with explicit approval and a configured spending cap.MIT
- AlicenseAqualityCmaintenanceMCP server that lets AI agents browse, create, and submit tasks on Taskmarket, and check wallet balances, using the official CLI for secure key handling.914MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.
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/prayItCompiles/taskmarket-mcp-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server