---
name: Purchasing
slug: purchasing
category: Automation
description: Purchasing creates approved purchase orders with the create-purchase-order tool after checking the approval policy and obtaining the SKU and requested quantity. Use it to confirm a purchase using the order template.
github: "https://github.com/mcp-use/mcp-use/tree/main/libraries/typescript/packages/server/examples/skills-over-mcp/skills/purchasing"
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/purchasing ~/.claude/skills/purchasing"
installs_to: ~/.claude/skills/purchasing
source_path: libraries/typescript/packages/server/examples/skills-over-mcp/skills/purchasing/SKILL.md
collection_size: 6
category_size: 1523
collection_url: "https://dirskills.com/collections/mcp-use/mcp-use"
added: 2026-08-15T06:50:25.890Z
last_synced: 2026-08-15T06:50:25.890Z
canonical_url: "https://dirskills.com/skills/purchasing"
---

# Purchasing

Purchasing creates approved purchase orders with the create-purchase-order tool after checking the approval policy and obtaining the SKU and requested quantity. Use it to confirm a purchase using the order template.

**Install:**

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

## README

# Purchasing

Before creating a purchase order, read the
[approval policy](references/approval-policy.md). When the purchase is
approved, call `create-purchase-order` with the SKU and requested quantity.
Use [the order template](templates/purchase-order.md) when confirming the
purchase.
