Token导航 LogoToken导航TokenDH.com
Loopuman MCP logo
金融服务stdio官方级别未说明来源级核验

Loopuman MCP

MCP Server

Loopuman提供MCP服务器和SDK,允许AI代理通过Telegram和WhatsApp上的全球劳动力请求人类帮助,完成需要人类智能的验证、判断和任务,并支持Celo上的即时加密货币支付。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
PythonClaude金融数据ClaudeCursor

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

seesayearn-boop

提供方

seesayearn-boop

最后核验

2026/5/17 20:23

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

pip install loopuman

详细介绍

Loopuman MCP服务器和SDK

人工智能的人类层 --将人工智能代理连接到真实的人类,以进行验证、判断和需要人类智能的任务。

Loopuman提供了一个MCP服务器和SDK,让AI代理通过Telegram和WhatsApp上的全球员工请求人工帮助,并在Celo上进行即时加密货币支付。

快速开始

MCP服务器(用于Claude、Cursor等)

cd mcp-server
npm install
LOOPUMAN_API_KEY=your_key node index.js

Node.js SDK

npm install loopuman
const Loopuman = require('loopuman');
const client = new Loopuman({ apiKey: 'your_key' });

// Ask a human a question
const result = await client.ask('Is this image appropriate for children?');
console.log(result.response);

// Post a task with budget
const task = await client.createTask({
  title: 'Verify this business address',
  description: 'Visit and confirm this address exists: 123 Main St',
  budget: 500, // 500 VAE = $5
  estimatedSeconds: 1800
});

开发包

pip install loopuman
from loopuman import Loopuman

client = Loopuman(api_key="your_key")

result = client.ask("Is this image appropriate for children?")
print(result.response)

集成

  • LangChainfrom loopuman import get_langchain_tool
  • 船员AIintegrations/crewai_tool.py
  • 自动生成integrations/autogen_tool.py
  • LangGraphintegrations/langgraph_tool.py
  • Google Vertexintegrations/vertex_connector.py

API功能

  • 人工智能代理的人工智能
  • 任务发布,包括预算和时间估算
  • 批准/拒绝提交
  • 批量任务创建
  • 余额检查
  • 执行最低工人工资6美元/小时

定价

  • 存款收取20%的平台费
  • 工人在Celo上立即以USDC、USDT或cUSD支付工资
  • 最低任务预算:25 VAE(0.25美元)

链接

  • 网站: https://loopuman.com
  • API文件: https://loopuman.com/developers
  • 电报机器人: https://t.me/LoopumanBot
  • 获取API密钥: https://loopuman.com/developers

许可证

麻省理工学院

目录标签

目录标签

PythonClaude金融数据AI人工验证本地部署任务众包加密货币支付SDK集成LangChain

支持客户端

ClaudeCursor

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP