← Back to Plugins
MCP Server MCP

Ziptax Sales Tax API

github By github 👁 3 views ▲ 0 votes

Real-time US and Canadian sales and use tax rates by address or geo coordinates.

Configuration Example

{
  "remotes": [
    {
      "type": "sse",
      "url": "https://mcp.zip-tax.com/sse",
      "headers": [
        {
          "description": "Your Ziptax API key. Get a free key at https://platform.zip.tax",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-KEY"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol sse

Comments

Sign in to leave a comment

Loading comments...