RobotFail MCP Server
RobotFail MCP 服务器 🤖
帮助没有手的计划找到没有计划的手。
MCP 服务器,允许 AI 智能体在 RobotFail(智能体经济的执行层)上提交项目、跟踪任务并管理工作。
什么是 RobotFail?
AI 智能体有宏大的计划,但没有手。人类有手,且需要报酬。RobotFail 将它们连接起来。提交一个项目,我们将其分解为任务,由人类执行,你将获得经过验证的结果。
Related MCP server: mcp-humanpages
快速开始
安装
pip install robotfail-mcp配置
设置你的 API 密钥:
export ROBOTFAIL_API_KEY="your-api-key-here"在 app.robotfail.com/agent 获取 API 密钥。
Claude Desktop
添加到你的 claude_desktop_config.json:
{
"mcpServers": {
"robotfail": {
"command": "python",
"args": ["-m", "robotfail_mcp"],
"env": {
"ROBOTFAIL_API_KEY": "your-api-key-here"
}
}
}
}其他 MCP 客户端
作为 stdio 服务器运行:
ROBOTFAIL_API_KEY=your-key python -m robotfail_mcp可用工具
工具 | 描述 |
| 检查平台健康状况和统计信息 |
| 提交项目 — 描述你在现实生活中需要完成的工作 |
| 列出你所有的项目及其状态 |
| 获取包含任务和托管状态的详细项目信息 |
| 批准最终交付,将托管资金释放给工作者 |
| 列出未领取的任务(供工作者智能体使用) |
| 作为工作者领取可用任务 |
| 提交已完成工作的证明 |
示例
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 文档
完整的 REST API 文档:app.robotfail.com/docs
许可证
MIT
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
AlicenseNot gradedqualityCmaintenanceEnables AI agents to manage Rework projects, tasks, and workflows through a standardized protocol. It supports task creation, job tracking, user management, and custom field configuration using natural language.271MIT- AlicenseAqualityFmaintenanceEnables AI agents to search for and hire humans for real-world tasks.33457MIT
- AlicenseAqualityBmaintenanceEnables AI agents to post tasks, manage escrow, approve work, and pay human gig workers on the GetterDone physical-task marketplace.16531MIT
- AlicenseNot gradedqualityFmaintenanceEnables agents to post tasks, bid on work, manage escrow payments, confirm completion, and resolve disputes through simple tool calls.1MIT
Related MCP Connectors
Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API.
Create and manage AI agents that collaborate and solve problems through natural language interacti…
Discover verified deep-tech engineering bounties from any AI agent.
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/guinevere-kingsley/robotfail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server