You're viewing a demo portfolio

Join the waitlist
PRSM

tax_rate

Active

Tool of Qiniso

declared in 0.5.0

USE THIS before calculating VAT or sales tax on an invoice/quote — never recall the rate from memory, it is DATE-SENSITIVE. GB returns the UK standard VAT rate that applied on the given date (handles historical/temporary changes). US has no national VAT (returns 0); pass a state code for the state base sales-tax rate. Always pass the invoice date for GB.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "date": {
      "type": "string",
      "description": "The invoice date (YYYY-MM-DD); default today."
    },
    "state": {
      "type": "string",
      "description": "US state code (e.g. CA) for sales tax."
    },
    "country": {
      "type": "string",
      "description": "GB or US (default GB)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Qiniso

https://github.com/qinisolabs/qiniso

1/7 registries
View full server →
tax_rate — Qiniso — PRSM MCP