DIEM Agent Workers
Related Servers
Alternatives to DIEM Agent Workers
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceExposes a live catalogue of specialist tools as MCP endpoints and returns x402 payment challenges for each call, letting agents pay per use in USDC from their own wallet without subscriptions or API keys.MIT

brick.blue MCP serverofficial
AlicenseNot gradedqualityBmaintenanceEnables agents to discover and call thousands of live agent tools with known prices, claim escrowed tasks, and settle payments via x402.MIT- FlicenseNot gradedqualityFmaintenanceEnables AI agents to discover, evaluate, and call any x402 API service with automatic USDC payment, including tools for wallet setup, service catalog browsing, recommendations, health checks, and direct API calls.5 npm-
- AlicenseNot gradedqualityCmaintenanceEnables MCP-compatible agents to discover and call x402 paid services from a directory of over 2,000 APIs.Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables agents to discover, sample, and pay per call in USDC for live threat intelligence, ZK proof generation, and arbitrage signals via the x402 protocol.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to discover and pay for MCP tools on a sub-cent, pay-per-call basis using x402 and Algorand USDC settlements.60 npmMIT
TDQS
Scored across 3 tools
Tools are mostly distinct: list_diem_workers enumerates all workers with prices, quote_diem_worker gives a specific quote for one worker, and prepare_diem_worker_call constructs the HTTP request. However, the overlap between list (which already provides exact prices) and quote could potentially confuse an agent about which to use for pricing.
All tool names follow a consistent verb_noun pattern: list_diem_workers, quote_diem_worker, and prepare_diem_worker_call. The naming is predictable and clearly indicates the action performed on the worker resource.
With only 3 tools, the server is tightly scoped to its purpose: discovering workers, getting a quote, and preparing a call. Each tool is essential and there is no bloat or unnecessary redundancy.
The tool set covers the full workflow from listing workers to preparing a call for execution. The actual execution is intentionally delegated to an external x402-capable client or CDP Bazaar MCP server, so no dead ends or missing steps for the server's stated purpose.