HumanOps
Quality Score
81
/100
MCP server for AI agents to dispatch real-world tasks to verified human operators
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"humanops": {
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
],
"env": {
"HUMANOPS_API_KEY": "<your-humanops_api_key>",
"HUMANOPS_API_URL": "https://api.humanops.io",
"HUMANOPS_SANDBOX": "false"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"humanops": {
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
],
"env": {
"HUMANOPS_API_KEY": "<your-humanops_api_key>",
"HUMANOPS_API_URL": "https://api.humanops.io",
"HUMANOPS_SANDBOX": "false"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @humanops/mcp-server§02 Environment variables
HUMANOPS_API_KEYrequiredsecret
Your HumanOps API key for authenticating agent requests
HUMANOPS_API_URLHumanOps API base URL
HUMANOPS_SANDBOXEnable sandbox mode for testing (set to 'true')
§03 MCP Quality Score · methodology
freshness
21
completeness
15
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.