---
name: Refunds
slug: refunds
category: Automation
description: Refunds checks refund eligibility against policy before calling the refund-order tool and supplies a confirmation template in the response.
github: "https://github.com/mcp-use/mcp-use/tree/main/libraries/typescript/packages/server/examples/skills-over-mcp/skills/refunds"
language: TypeScript
stars: 10491
forks: 1411
install: "npx degit https://github.com/mcp-use/mcp-use/tree/main/libraries/typescript/packages/server/examples/skills-over-mcp/skills/refunds ~/.claude/skills/refunds"
installs_to: ~/.claude/skills/refunds
source_path: libraries/typescript/packages/server/examples/skills-over-mcp/skills/refunds/SKILL.md
collection_size: 6
category_size: 1523
collection_url: "https://dirskills.com/collections/mcp-use/mcp-use"
added: 2026-08-15T06:50:26.144Z
last_synced: 2026-08-15T06:50:26.144Z
canonical_url: "https://dirskills.com/skills/refunds"
---

# Refunds

Refunds checks refund eligibility against policy before calling the refund-order tool and supplies a confirmation template in the response.

**Install:**

```bash
npx degit https://github.com/mcp-use/mcp-use/tree/main/libraries/typescript/packages/server/examples/skills-over-mcp/skills/refunds ~/.claude/skills/refunds
```

## README

# Refund orders

Before refunding an order, read [the refund policy](references/policy.md).
When an order is eligible, call `refund-order` with its order ID and use
[the confirmation template](templates/confirmation.md) in the response.
