# Subscription Refunds

Determine refund eligibility for popular US consumer subscriptions including Apple, Netflix, and Adobe. Simplify the process of reclaiming funds by providing clear approval status based on vendor pol…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add refund-decide/notary

# Browse available tools
npx -y smithery tool list refund-decide/notary

# Get full schema for a tool
npx -y smithery tool get refund-decide/notary refund_eligibility

# Call a tool
npx -y smithery tool call refund-decide/notary refund_eligibility '{}'
```

## Direct MCP Connection

Endpoint: `https://notary--refund-decide.run.tools`

## Tools (1)

- `refund_eligibility` — Deterministic refund eligibility notary for US consumer subscriptions. Returns ALLOWED / DENIED / UNKNOWN. Supported ve…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get refund-decide/notary <tool-name>
```
