Back to MCP Servers

Decide

Deterministic refund eligibility notary MCP server. Returns ALLOWED / DENIED / UNKNOWN for subscription refunds (Adobe, Spotify, etc.) via a stateless rules engine.

finance-fintech

Installation

npx -y decide

Configuration

{
  "mcpServers": {
    "decide": {
      "command": "npx",
      "args": ["-y", "decide"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub