# Tax Compliance

> Audits Stripe Tax configuration, tax collected, nexus/registration coverage, and VAT/GST/sales-tax handling. Use when the user mentions "Stripe Tax", "sales tax", "VAT", "GST", "tax compliance", "nexus", or "am I collecting tax correctly".

- **Type:** Skill
- **Install:** `agentstack add skill-appeeky-stripe-skills-tax-compliance`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [appeeky](https://agentstack.voostack.com/s/appeeky)
- **Installs:** 0
- **Category:** [Finance & Payments](https://agentstack.voostack.com/c/finance-and-payments)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [appeeky](https://github.com/appeeky)
- **Source:** https://github.com/appeeky/stripe-skills/tree/main/skills/tax-compliance
- **Website:** https://www.appeeky.com/

## Install

```sh
agentstack add skill-appeeky-stripe-skills-tax-compliance
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Tax Compliance

## Stripe MCP Setup

Requires **Stripe MCP** (https://docs.stripe.com/mcp). `GetMcpTools` before `CallMcpTool`. Paginate all lists (`limit: 100`, `starting_after` while `has_more`). Amounts in **cents**. Read-only for audits; confirm before writes.

## Workflow

1. `GetTaxSettings` -- is automatic tax enabled? default behavior?
2. Check subscriptions/invoices for `automatic_tax.enabled` and `tax` amounts
3. Identify countries with sales but no tax collected -> possible nexus gap

## Checklist

- [ ] Stripe Tax enabled (Dashboard -> Tax)
- [ ] Registrations added for nexus countries/states
- [ ] Products have tax codes
- [ ] Checkout has automatic tax enabled
- [ ] Prices marked tax-inclusive or exclusive intentionally

## Output Template

```
Tax Compliance Audit

Stripe Tax: enabled / disabled
Tax collected ([period]): $[X]
Countries with sales: [list]
Registrations on file: [list]
Gaps: [countries with sales but no registration]

Action: [register in X, enable automatic tax on checkout]
```

Use `search_stripe_documentation` for country-specific thresholds. Not legal/tax advice -- recommend an accountant for registration decisions.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [appeeky](https://github.com/appeeky)
- **Source:** [appeeky/stripe-skills](https://github.com/appeeky/stripe-skills)
- **License:** MIT
- **Homepage:** https://www.appeeky.com/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-appeeky-stripe-skills-tax-compliance
- Seller: https://agentstack.voostack.com/s/appeeky
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
