Ziptax Sales Tax API
tax.zip/ziptaxReal-time US and Canadian sales and use tax rates by address or geo coordinates.
Tools · 2
Get account usage metrics and quota information for the authenticated ZipTax account. Returns current request counts, limits, and entitlements. Requires a valid ZipTax API key sent in the X-API-KEY he…
Look up sales and use tax rates for a US or Canadian location. Provide a full street address for door-level accuracy, or a lat/lng pair for a geographic point lookup. Returns tax rates broken down by …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ziptax_sales_tax_api": {
"url": "https://mcp.zip-tax.com/sse",
"transport": "sse"
}
}
}