Built on Cloudflare Workers, this MCP server helps prevent duplicate API requests by implementing deduplication logic at the edge. The repository is minimal with no detailed documentation yet, but the architecture suggests it intercepts outbound API calls and caches or deduplicates them based on request signatures. You'd reach for this when you're building AI agents or applications that might fire off the same API request multiple times in quick succession, either from retries, parallel operations, or redundant tool calls. Runs as a remote server at api.lazy-mac.com, so you don't need to deploy anything yourself. Worth watching if you're dealing with rate-limited APIs or want to reduce unnecessary external calls.
claude mcp add --transport http io.github.lazymac2x-api-request-deduplicator https://api.lazy-mac.com/api-request-deduplicator/mcp