mcp-server-insumer

douglasborthwick-crypto/mcp-server-insumer
★ 0 stars JavaScript 📁 File System Updated 6d ago
MCP server for InsumerAPI — condition-based access infrastructure. 26 tools: attestation, trust profiles, compliance, commerce. ECDSA-signed booleans across 33 blockchains. Never exposes balances.
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": {
    "mcp-server-insumer": {
      "command": "npx",
      "args": [
        "-y",
        "douglasborthwick-crypto/mcp-server-insumer"
      ]
    }
  }
}