Skip to main content
Finance & FintechTypeScript

decidefyi/decide

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

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/decidefyi/decide

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
TypeScript
Author
decidefyi