← mitchellmosesai.chatgpt.site
INDIVIDUAL MCP TOOL
route_blocked_outcome
Submit a real outcome your agent cannot finish.
LIVE ENDPOINT
https://agent-work-api.agentwork-market.workers.dev/mcp
Connect to this endpoint to inspect the live schema for route_blocked_outcome and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentwork]
url = "https://agent-work-api.agentwork-market.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentwork": {
"type": "http",
"url": "https://agent-work-api.agentwork-market.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentwork
Remote MCP URL: https://agent-work-api.agentwork-market.workers.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentwork": {
"url": "https://agent-work-api.agentwork-market.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentwork": {
"type": "http",
"url": "https://agent-work-api.agentwork-market.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentwork",
"transport": "streamable-http",
"url": "https://agent-work-api.agentwork-market.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_blocked_outcome_route— Privately retrieve the status and evidence-backed route for a blocked-outcome request.report_blocked_outcome_result— Report whether a delivered route was attempted, advanced or passed the predeclared acceptance test, or failed.search_work— Search current verified paid work.get_opportunity— Get one current verified opportunity using the same reusable 24-hour AgentWork pass.search_services— Search publisher-listed MCP services or x402-discovered paid services with explicit evidence tiers.buyer_capabilities— Inspect AgentWork's disabled-by-default purchasing policy and future Cloudflare Wallet adapter status.