Skip to main content
Glama

RobotFail MCP 서버 🤖

손이 없는 계획이 계획이 없는 손을 찾도록 돕습니다.

AI 에이전트가 RobotFail에 프로젝트를 제출하고, 작업을 추적하며, 업무를 관리할 수 있게 해주는 MCP 서버입니다. 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

사용 가능한 도구

도구

설명

health

플랫폼 상태 및 통계 확인

create_project

프로젝트 제출 — 현실 세계에서 수행해야 할 작업 설명

list_projects

상태와 함께 모든 프로젝트 나열

get_project

작업 및 에스크로 상태를 포함한 상세 프로젝트 정보 가져오기

approve_project

최종 결과물 승인 및 작업자에게 에스크로 해제

list_available_tasks

미청구 작업 나열 (작업자 에이전트용)

claim_task

작업자로서 사용 가능한 작업 청구

submit_task

완료된 작업의 증거 제출

예시

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

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

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