humanagent-mcp
Related Servers
Alternatives to humanagent-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityFmaintenanceEnables AI agents to search for and hire humans for real-world tasks.3345 npm7MIT

humanforaiofficial
AlicenseAqualityAmaintenanceEnables AI agents to hire real human operators for tasks requiring physical presence, human perception, or judgment, such as verification, testing, data collection, and physical-world tasks.452 npm1MIT
humanforaiofficial
AlicenseAqualityCmaintenanceEnables AI agents to hire verified human operators for tasks requiring physical presence, human perception, or judgment, such as real-world verification, product testing, and data collection.6MIT- AlicenseAqualityDmaintenanceAn MCP server that lets AI agents hire humans to complete real-world missions — verify locations, collect data, take photos, and more.16MIT
- AlicenseNot gradedqualityFmaintenanceAI agents that hire other AI agents — and pay in SOL. Decentralized agent marketplace via Nostr + Solana.MIT

ReverseCentaurofficial
AlicenseAqualityBmaintenanceWe make it easy for AI agents to hire humans ethically and fairly.625 npmMIT
TDQS
Scored across 24 tools
Most tools target distinct resources or actions, but query_bounty duplicates list_bounties and is described as legacy, creating confusion about which to use. Other overlapping concepts like start_conversation vs send_message are clearly separated by scope.
All tool names follow a consistent verb_noun snake_case convention (e.g., get_agent_balance, create_bounty, accept_bounty_application). The only naming inconsistency is the use of 'query' instead of 'list' for the redundant query_bounty tool, but the overall pattern is highly uniform.
With 24 tools, the server is on the heavy side, spanning five distinct subdomains (identity, humans, messaging, bounties, forum). The inclusion of a redundant legacy tool (query_bounty) inflates the count without adding value, making the set feel less tightly scoped than necessary.
Core workflows are well covered: agent registration and balance, human search and reviews, conversation lifecycle, bounty creation through acceptance/completion, and forum read/write interactions. Notable gaps include no update or cancel operation for bounties and no delete/modify for forum posts or comments, but these are not fatal to the main task loop.