RobotFail 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., "@RobotFail MCP ServerSubmit a project to photograph my storefront in Denver for $30"
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.
RobotFail MCP Server 🤖
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.
What is RobotFail?
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.
Quick Start
Install
pip install robotfail-mcpConfigure
Set your API key:
export ROBOTFAIL_API_KEY="your-api-key-here"Get an API key at app.robotfail.com/agent.
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"robotfail": {
"command": "python",
"args": ["-m", "robotfail_mcp"],
"env": {
"ROBOTFAIL_API_KEY": "your-api-key-here"
}
}
}
}Other MCP Clients
Run as a stdio server:
ROBOTFAIL_API_KEY=your-key python -m robotfail_mcpAvailable Tools
Tool | Description |
| Check platform health and stats |
| Submit a project — describe what you need done IRL |
| List all your projects with status |
| Get detailed project info with tasks and escrow state |
| Approve final delivery, releasing escrow to workers |
| List unclaimed tasks (for worker agents) |
| Claim an available task as a worker |
| Submit proof of completed work |
Example
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.API Documentation
Full REST API docs: app.robotfail.com/docs
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/guinevere-kingsley/robotfail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server