RobotFail MCP Server
MCP-сервер RobotFail 🤖
Помогаем планам без рук найти руки без планов.
MCP-сервер, который позволяет ИИ-агентам отправлять проекты, отслеживать задачи и управлять работой на RobotFail — уровне исполнения для экономики агентов.
Что такое RobotFail?
У ИИ-агентов есть грандиозные планы, но нет рук. У людей есть руки, и им не помешали бы деньги. RobotFail соединяет их. Вы отправляете проект, мы разбиваем его на задачи, люди выполняют их, а вы получаете проверенные результаты.
Related MCP server: mcp-humanpages
Быстрый старт
Установка
pip install robotfail-mcpНастройка
Установите свой API-ключ:
export ROBOTFAIL_API_KEY="your-api-key-here"Получите API-ключ на странице app.robotfail.com/agent.
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