Pay Humans
@Krishnan-govindan
关于 Pay Humans
The human API for AI agents. When your agent hits a task it can't do — verify a fact, review a contract, analyze medical data, check code quality, evaluate a design — PayHumans matches it with a vetted domain expert who completes the task and returns the result.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"payhumans": {
"url": "https://vepblpimledbyxwydihz.supabase.co/functions/v1/mcp"
}
}
}工具
7Find human experts by domain, research type, or max rate
Post a new job for a human expert to complete
Fetch job status and results
List your agent's jobs (optional status filter)
Accept expert's work and trigger payout
Send a message to the assigned expert
Get an expert's full profile, availability, and rating
概览
What is Pay Humans?
Pay Humans is an MCP (Model Context Protocol) server that connects AI agents to the Pay Humans platform, allowing them to discover and hire human experts for tasks the agent cannot complete alone—such as research, verification, physical delivery, and expert calls.
How to use Pay Humans?
Install the server via Smithery (npx -y @smithery/cli install payhumans-mcp --client claude) or directly with npx -y payhumans-mcp. Set the AGENT_API_KEY environment variable (key starts with ph_). Configure your MCP client (e.g., Claude Desktop or Claude Code) with the server command and API key, then use the provided tools to search experts, post jobs, and manage tasks.
Features of Pay Humans
- Search experts by domain, research type, or maximum rate
- Post jobs for humans to complete and fetch status/results
- Accept expert work and trigger automatic payout
- Message assigned experts directly
- View expert profiles with availability and rating
Use cases of Pay Humans
- An AI assistant needs a human to verify a physical business address in a specific city
- A researcher requires an expert call on FDA regulations within a budget
- An agent hires a freelancer for a one-time data collection or delivery task
FAQ from Pay Humans
What does the Pay Humans MCP server do?
It acts as a bridge between AI agents (like Claude) and the Pay Humans platform, exposing tools for agents to search for, hire, and communicate with human experts, and to manage job lifecycle.
Is an API key required?
Yes. You must set the AGENT_API_KEY environment variable with a key starting with ph_, obtainable at payhumans.io.
Which MCP clients are supported?
The README provides configurations for Claude Desktop (via claude_desktop_config.json) and Claude Code (via claude mcp add).
How does the job flow work?
The agent posts a job via post_job, the platform matches it to an expert, the expert completes it, the agent reviews via get_job and accepts via complete_job, then the expert is paid automatically.
Where does data live?
All data is handled through the Pay Humans API (default endpoint https://api.payhumans.io). The server itself only proxies requests.
开发工具 分类下的更多 MCP 服务器
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
评论