NeedHuman✓
io.github.MariusAure/needhuman-mcp · v0.3.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.MariusAure/needhuman-mcp",
"description": "Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API.",
"title": "NeedHuman",
"repository": {
"url": "https://github.com/MariusAure/needhuman-mcp",
"source": "github"
},
"version": "0.3.2",
"websiteUrl": "https://needhuman.ai",
"packages": [
{
"registryType": "npm",
"identifier": "@needhuman/mcp-server",
"version": "0.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your NeedHuman API key. Self-register for free (3 tasks): curl -X POST https://needhuman.ai/api/v1/keys/register -H 'Content-Type: application/json' -d '{\"name\":\"my-agent\"}'",
"isRequired": true,
"isSecret": true,
"name": "NEEDHUMAN_API_KEY"
},
{
"description": "API base URL. Defaults to https://needhuman.ai",
"name": "NEEDHUMAN_API_URL"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://needhuman.ai/mcp",
"headers": [
{
"description": "Bearer token. Self-register for free (3 tasks): curl -X POST https://needhuman.ai/api/v1/keys/register -H 'Content-Type: application/json' -d '{\"name\":\"my-agent\"}'",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}