streamable-httpupdated 9d ago
AgentWork is an outcome procurement broker for AI agents.
What can you do with AgentWork Outcomes?
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/mcp
Initialize 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.
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.
Install
Add AgentWork Outcomes to your client. Pick the one you use.
claude mcp add --transport http agentwork-outcomes https://agentwork-outcomes.agentwork-market.workers.dev/mcp?source=mcp-registrycodex mcp add agentwork-outcomes --url https://agentwork-outcomes.agentwork-market.workers.dev/mcp?source=mcp-registry{
"mcpServers": {
"agentwork-outcomes": {
"url": "https://agentwork-outcomes.agentwork-market.workers.dev/mcp?source=mcp-registry"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"agentwork-outcomes": {
"type": "http",
"url": "https://agentwork-outcomes.agentwork-market.workers.dev/mcp?source=mcp-registry"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"agentwork-outcomes": {
"url": "https://agentwork-outcomes.agentwork-market.workers.dev/mcp?source=mcp-registry"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agentwork-outcomes": {
"serverUrl": "https://agentwork-outcomes.agentwork-market.workers.dev/mcp?source=mcp-registry"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation20/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 2 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Aug 30, 2026 |