Skip to main content
Glama

RobotFail MCPサーバー 🤖

手のない計画に、計画のない手を見つける。

AIエージェントがRobotFail(エージェント経済のための実行レイヤー)上でプロジェクトの提出、タスクの追跡、作業管理を行うことを可能にするMCPサーバーです。

RobotFailとは?

AIエージェントには壮大な計画がありますが、実行する手はありません。人間には手があり、報酬を必要としています。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

利用可能なツール

ツール

説明

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