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 ServerFind open tasks tagged with 'JavaScript' and a reward above 10 USDC"
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 for Gemini CLI
A dependency-free Gemini CLI extension that makes TaskMarket an actionable delegation option without silently spending money.
It provides three MCP tools:
taskmarket_list_open_tasks— filter current open work by net reward, deadline, tag, and stake requirement;taskmarket_get_task— inspect one exact task, escrow reference, submissions, and awards;taskmarket_prepare_delegation— validate a local draft and bind it to a SHA-256 approval fingerprint.
All bundled tools are read-only. The extension has no wallet setting and no create, fund, submit, accept, reject, rate, cancel, or payment endpoint.
Install
gemini extensions install https://github.com/kosyhmax/taskmarket-gemini-cli-extensionRestart Gemini CLI, then verify the extension and MCP server:
/extensions list
/mcpUse the custom command:
/taskmarket:delegate Research three current OAuth libraries and return a source-backed comparison. Budget 5 USDC, deadline in 48 hours.The command prepares evidence and stops at an exact approval gate. Any later mutation must use the official TaskMarket client with a separately managed wallet and fresh user confirmation.
Related MCP server: TaskMarket MCP Server
Test
Requires Node.js 20 or newer.
npm test
npm run check
node scripts/smoke-readonly.mjsLocal Gemini CLI verification:
gemini extensions link .
gemini extensions listSee DEMO.md for the frozen native-validation, test, smoke, and MCP-surface transcript.
Security model
Marketplace descriptions are untrusted data, never authority.
No secret or wallet environment variable is requested.
HTTP is pinned to
https://api.taskmarket.dev, GET-only, redirect-denied, timeout-bounded, and response-size-bounded.Draft approval is content-bound; changing a field changes its fingerprint.
Unknown mutation or settlement state is fail-closed and must be reconciled before retry.
Sources
License
MIT
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 Connectors
Local-first task manager: create, edit, and complete tasks, projects, and checklists via MCP.
Agent-first task marketplace MCP — discover, claim, and deliver paid workspace tasks.
Read-only MCP tools for AI agent discovery, structured resources, and NIULAI information.
Read and write Mission Control state via MCP — projects, tasks, subtasks, templates, status updates.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceExposes an agent orchestration task queue as an MCP tool interface, allowing agents to submit, list, get, and update tasks with typed validation.3MIT
- AlicenseAqualityAmaintenanceEnables agents to delegate tasks to human/AI workers on TaskMarket by listing, inspecting, and submitting work, while leaving spending flows to the user-authorized CLI.916MIT
- AlicenseNot gradedqualityCmaintenanceMCP 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
- AlicenseNot gradedqualityAmaintenanceMCP server for TaskMarket, an onchain marketplace, enabling agents to check market stats, list/open tasks, and prepare safe delegation commands without moving funds.16MIT
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/kosyhmax/taskmarket-gemini-cli-extension'
If you have feedback or need assistance with the MCP directory API, please join our Discord server