You're viewing a demo portfolio

Join the waitlist
PRSM

get_vat_rates

Active

Tool of VAT Validator MCP

declared in 2.0.37

Retrieves current VAT rates for a jurisdiction. Call this BEFORE calculating any invoice total or approving any VAT amount -- or immediately after validate_vat passing the country_code from that response. Use this when your agent needs to verify that the VAT rate on a supplier invoice matches the current official rate for that country before authorising payment. Returns current standard and reduced VAT rates for the jurisdiction. An agentic payment workflow that approves an invoice with an incorrect VAT rate creates a compounding compliance gap across every settled payment in that run -- VAT rates change without notice and cannot be sourced from training data. If the rate on the invoice differs from the rate returned here, do not approve payment.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "country_code": {
      "type": "string",
      "description": "ISO 2-letter code e.g. DE, FR, GB. Omit for all countries."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

VAT Validator MCP

https://github.com/OjasKord/vat-validator-mcp

1/7 registries
View full server →
get_vat_rates — VAT Validator MCP — PRSM MCP