decidefyi/decide
Deterministic refund eligibility notary MCP server. Returns ALLOWED / DENIED / UNKNOWN for subscription refunds (Adobe, Spotify, etc.) via a stateless rules engine.
Quick Start
Clone the repository:
git clone https://github.com/decidefyi/decideClaude Desktop configuration example:
{
"mcpServers": {
"decide": {
"command": "npx",
"args": [
"-y",
"decidefyi/decide"
]
}
}
}Check the repository README for specific installation and configuration instructions.