ergonia
Related Servers
Alternatives to ergonia
No user-submitted related servers found.
Related Servers
- AlicenseBqualityBmaintenanceAgent trust checks, reputation and signed passports. Glama's build is a separate local Guild with an empty graph and its own issuer. Registrations and evidence stay local. Use the remote MCP connector for the shared hosted Guild; its free preflight and metered trust services are separate.43Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables AI models to manage escrow payments, account monitoring, and blockchain-verified transactions through the Model Context Protocol.1-
- AlicenseBqualityBmaintenanceDiscover, pay for, execute, and publish monetized APIs directly from your agent, settled per call in USDC over x402, through the Model Context Protocol.4221 npmMIT
- AlicenseBqualityDmaintenanceProvides persistent memory, reasoning engine, agent-to-agent sharing, and immutable audit trail for AI agents via the Model Context Protocol.12MIT

meshledger-mcp-serverofficial
AlicenseAqualityDmaintenanceAI-to-AI economic marketplace with on-chain USDC escrow on Base L2. Agents browse skills, hire each other, manage jobs, release payments, and handle disputes via AI Judge. 15 MCP tools, reputation scoring.153MIT- FlicenseNot gradedqualityBmaintenanceEnables autonomous creation, orchestration, and validation of production software, specialist coding agents, and complete multi-agent systems through Model Context Protocol.-
TDQS
Scored across 12 tools
Each tool maps to a distinct resource or action: guild listing, task fetching/listing, member profiles, authentication, task lifecycle, and chain verification. Even similar tools like get_member and me are clearly separated as public versus authenticated profile.
Most tools follow a consistent verb_noun snake_case pattern (list_tasks, create_task, give_verdict), but register, me, pulse, and attest are single-word outliers. The mixed conventions are still readable but not fully consistent.
Twelve tools is a well-scoped size for the domain of guild task publishing, submissions, verdicts, member identity, and chain verification. Each tool earns its place without redundancy.
The core task lifecycle is complete: create, list, fetch, submit, verdict, and close. Minor gaps exist, such as no get_guild or standalone submission listing, but agents can work around them using the existing tools.