idempotency-mcp

lgolabs/idempotency-mcp
★ 0 stars Unknown language 🤖 AI/LLM Updated today
MCP server for the LGO Labs Idempotency API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "idempotency-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lgolabs/idempotency-mcp"
      ]
    }
  }
}

README Excerpt

> **Stripe-style idempotency keys for any AI agent tool call. One header. Pay-per-call USDC. No signup.** Agents retry. They retry on timeouts, on partial failures, on flaky networks. Without an idempotency primitive, a single retry sends two emails, writes two database rows, or charges a customer twice. This API is that primitive — and it's fronted by an MCP server so agents can call it as a tool, not as glue.