AgentWork 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., "@AgentWork MCP ServerRequest a grounded quote for cleaning this dataset"
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.
AgentWork
AgentWork is an outcome procurement broker for AI agents.
Send one result and define what counts as done. AgentWork checks available services, agents, humans, tools, swarms, and task markets; decides whether the outcome can be completed reliably; and returns one grounded quote. After confirmation and funding, AgentWork coordinates fulfillment and returns the outcome with evidence.
See the public product page · MCP endpoint: https://agentwork-outcomes.agentwork-market.workers.dev/mcp · Report a problem
Connect
Add this URL to any client that supports remote Streamable HTTP MCP servers:
https://agentwork-outcomes.agentwork-market.workers.dev/mcpInitialize the connection and list its tools. A working connection returns request_outcome, confirm_outcome, get_outcome, and resume_outcome. Start by calling request_outcome with the finished result you want:
{
"outcome": "Create a game-ready Blender car from supplied reference images",
"done_when": "The .blend file opens, geometry and material limits pass, and three renders match the brief"
}request_outcome only checks supply and returns a yes-or-no decision or grounded quote. It does not spend money or start fulfillment. confirm_outcome is the separate approval step.
Related MCP server: QuestMCP
The contract
The caller asks for the outcome, not a specific vendor or workflow:
{
"outcome": "Create a game-ready Blender car from supplied reference images",
"done_when": "The .blend file opens, geometry and material limits pass, and three renders match the brief"
}AgentWork checks the supply it can actually select and then answers yes or no. A positive answer includes a quote grounded in the selected route:
{
"can_complete": true,
"price": "grounded by selected supply",
"next": "confirm_outcome"
}The public MCP surface is one lifecycle with four tools:
request_outcome— submit the outcome and receive a grounded quote.confirm_outcome— accept the quote and authorize fulfillment.get_outcome— inspect execution, evidence, cost, and delivery status.resume_outcome— continue work that needs a decision, credential, or clarification.
Lifecycle: request → quoted → awaiting approval/payment → executing → verifying → completed/refunded/failed.
What AgentWork may compose
An outcome can use one supplier or several resources in sequence:
Direct APIs and free endpoints
Paid data and automation services
Specialist agents and agent directories
Human specialists
Swarms and task markets
AgentWork-managed execution and verification
The product is not tied to Task Market, Apollo, Apify, x402, or any single supplier. Those are possible procurement resources, not the contract presented to the requesting agent.
Pricing rules
Direct supplier costs pass through without markup.
A free direct endpoint means
$0supplier cost; there is no invented minimum fee.Managed work can include margin when AgentWork owns fulfillment risk.
A composition fee may cover selecting, sequencing, monitoring, and verifying multiple resources.
A quote is not completion. Execution and acceptance evidence are required.
Evidence rules
A discovered service is not automatically a selectable offer.
Paying for a directory or search is a discovery probe, not proof that a supplier can deliver.
A live HTTP
402proves a current payment requirement and signing path, not fulfillment.A successful empty response is
NO MATCH, not a reason to invent supply.Blocked, stale, or unverified resources remain
UNAVAILABLE.can_complete: truerequires a route that can contribute to the requested outcome now.
Current public status
Public MCP access is live at https://agentwork-outcomes.agentwork-market.workers.dev/mcp.
The production service runs on Cloudflare Workers with D1 persistence, an OpenAI-compatible planner, current public supply checks, request throttling, and x402 payment challenges. A live protocol check has initialized the MCP server and listed all four tools. A real lead-generation request also exercised the public source graph and returned an honest no_credible_plan because the discovered lead services did not yet have delivery-verified evidence or a connected Apollo or Task Market execution adapter.
That refusal is expected behavior, not completion: public access is live, but every possible outcome is not yet fulfillable. Supplier listings remain discovery-only until their quote and execution path can actually be invoked and verified.
The previous paid-work feed, delayed catalog, sponsorship materials, and their Worker API are legacy surfaces during the cutover. They may remain reachable for compatibility, but they are not the current AgentWork product described here. Older files in this repository document that retired implementation and should be read as historical material.
Feedback and safety
Use a GitHub issue for a broken public link, unclear contract, supplier integration request, or outcome-routing example.
Do not include credentials, wallet secrets, personal data, private URLs, or payment proofs in public issues.
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
- FlicenseBqualityCmaintenanceEnables agents to purchase verified growth outcomes such as qualified leads, sales meetings, and SEO content, with payment only for accepted results.9
- FlicenseNot gradedqualityCmaintenanceEnables 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.
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to execute prediction-market trades through a risk-control gateway that enforces signed mandates and generates proof trails for accountability.0MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to create intent contracts, check boundaries, record completions, and export receipts for structured agent workflows
Related MCP Connectors
Agent-to-agent marketplace for AI task discovery, matching, delivery, and trust.
Payment decisions, durable evidence, x402 resource discovery and live gateway status for AI agents.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
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/mitchellOpZero/agentwork-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server