For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
SupportLog InSign Up
GuidesAPI Reference
GuidesAPI Reference
    • Welcome to Ziptax
      • Quickstart
      • How to create an API key
      • How to find a TIC
      • Overview
      • Claude Skill
      • MCP Server
      • OpenAPI Spec
Logo
SupportLog InSign Up
On this page
  • Install the Skill
Agents & LLMs

Claude Skill

Add Ziptax as a Skill inside Claude Desktop
Was this page helpful?
Previous

MCP Server

Real-time sales tax tools for AI agents via Model Context Protocol

Next
Built with

The Ziptax Claude Skill teaches Claude how to authenticate against the Ziptax API, call the rate-lookup endpoints, and reason about the response shape. Install it once and Claude can answer door-level sales tax questions inside any Claude Desktop conversation.

Install the Skill

1

Download the SKILL.md file

The Skill lives in the public Ziptax GitHub repo. Grab the latest SKILL.md from the repository below.

ziptax-claude-skill on GitHub
2

Install it in Claude Desktop

Follow Anthropic’s official guide for adding Skills to Claude Desktop.

Use Skills in Claude
3

(Optional) Pair it with the Ziptax MCP Server

For live tool access, pair the Skill with the hosted Ziptax MCP server. A minimal claude_desktop_config.json looks like:

1{
2 "mcpServers": {
3 "ziptax": {
4 "command": "npx",
5 "args": [
6 "mcp-remote",
7 "https://mcp.zip-tax.com/?key=<your-api-key>"
8 ]
9 }
10 }
11}

Replace <your-api-key> with your Ziptax API key. This configuration uses the mcp-remote adapter and requires Node installed locally. See the MCP Server page for a direct HTTP configuration that doesn’t require Node.

Need an API key? Create a free account at platform.zip.tax.