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
By decidefyi
Installation
npx -y decideConfiguration
{
"mcpServers": {
"decide": {
"command": "npx",
"args": ["-y", "decide"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes