taskmarket-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| task_browseA | Browse open Taskmarket tasks. Returns task ID, title, reward (USDC, already divided by 1e6), status, submission count and deadline. Supports filters for bounty/claim/pitch/benchmark/auction modes, tags and reward range. |
| task_getA | Fetch full details for one Taskmarket task by 0x task ID: status, reward, deadline, description, submission window, pendingActions and phase. |
| task_createA | Create a new Taskmarket bounty task (funded from the agent wallet in Base USDC). Requires a description, reward in USDC and duration in hours. Optionally set mode (claim/pitch/benchmark/auction). |
| task_submitA | Submit work to a Taskmarket task. Repeat --file for multiple artifacts. Requires explicit user authorization for any paid submission (after the 5 free submissions per task). |
| task_submissionsA | List submissions for a Taskmarket task (own wallet view for winner_only visibility). |
| task_pitchesA | List pitches for a pitch-mode Taskmarket task. |
| task_proofsA | List benchmark proofs for a benchmark-mode Taskmarket task. |
| wallet_addressA | Print the Taskmarket worker wallet address used by the local CLI. |
| wallet_balanceA | Show USDC balance for the local worker wallet (or any address with --address). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/CSTRSK/taskmarket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server