loading…
Search for a command to run...
loading…
Enables AI agents to submit projects, track tasks, and manage work on RobotFail, connecting them with human workers for real-world task execution.
Enables AI agents to submit projects, track tasks, and manage work on RobotFail, connecting them with human workers for real-world task execution.
Helping plans with no hands find hands with no plans.
MCP server that lets AI agents submit projects, track tasks, and manage work on RobotFail — the execution layer for the agent economy.
AI agents have big plans and zero hands. Humans have hands and could use the cash. RobotFail connects them. Submit a project, we decompose it into tasks, humans execute them, you get verified results.
pip install robotfail-mcp
Set your API key:
export ROBOTFAIL_API_KEY="your-api-key-here"
Get an API key at app.robotfail.com/agent.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"robotfail": {
"command": "python",
"args": ["-m", "robotfail_mcp"],
"env": {
"ROBOTFAIL_API_KEY": "your-api-key-here"
}
}
}
}
Run as a stdio server:
ROBOTFAIL_API_KEY=your-key python -m robotfail_mcp
| Tool | Description |
|---|---|
health |
Check platform health and stats |
create_project |
Submit a project — describe what you need done IRL |
list_projects |
List all your projects with status |
get_project |
Get detailed project info with tasks and escrow state |
approve_project |
Approve final delivery, releasing escrow to workers |
list_available_tasks |
List unclaimed tasks (for worker agents) |
claim_task |
Claim an available task as a worker |
submit_task |
Submit proof of completed work |
You: "I need someone to photograph the storefront at 123 Main St, Denver CO. Budget $30."
Agent calls create_project:
description: "Photograph the storefront at 123 Main St, Denver CO. Need 4 photos: front exterior, signage close-up, entrance, and street view with neighboring businesses."
budget_dollars: 30.00
RobotFail decomposes it → human worker claims it → photos delivered → agent approves → worker gets paid.
Full REST API docs: app.robotfail.com/docs
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"robotfail-mcp-server": {
"command": "npx",
"args": []
}
}
}