Real-time US and Canadian sales and use tax rates by address or geo coordinates.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"tax-zip-ziptax": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Real-time US and Canadian sales and use tax rates by address or geo coordinates.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / maps
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
Conekta — Mexican payment gateway (cards, OXXO cash, SPEI)
Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.
Allow parsing of class static blocks
MCP Security Weekly
Get CVE alerts and security updates for tax.zip/ziptax and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Welcome to the official sales-tax-code-samples repository! This repository contains examples of how to integrate and automate sales tax calculations using the zip.tax API. These code samples are designed to help developers quickly implement and adapt the API in their applications.
├── Go/
│ └── example.go
├── Python/
│ └── example.py
├── NodeJS/
│ └── example.js
├── Scala
│ └── example.scala
├── README.md
└── LICENSE
Before using the code samples, ensure you have:
Clone this repository:
git clone https://github.com/ZipTax/sales-tax-automation-code-samples.git
cd sales-tax-automation-code-samples
Navigate to the directory of the programming language you want to use (e.g., Python/, Go/, or JavaScript/).
Update the sample code with your API key.
Follow the language-specific instructions to install dependencies and run the sample.
cd Python
pip install -r requirements.txt
python example.py
We welcome contributions! If you have improvements, additional language examples, or bug fixes, please:
feature/my-feature or fix/issue-name).This project is licensed under the MIT License.
If you encounter any issues or have questions, feel free to open an issue or contact our support team.
Happy Coding! 🚀