Skip to main content
Feedback

VAT API MCP connector

Updated 

VAT API is a service for validating EU VAT numbers and retrieving country-specific VAT rates. The VAT API MCP connector allows AI agents to validate VAT numbers, look up VAT rates by country code or IP address, and convert prices and currencies to or from VAT-inclusive amounts. It also supports creating, retrieving, updating, and deleting VAT invoices, as well as monitoring remaining API usage on the current subscription plan.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the VAT API MCP connector to perform the following actions:

  • Validate customer VAT numbers before finalizing cross-border sales
  • Look up current VAT rates for any EU country instantly
  • Generate and manage VAT-compliant invoices for international transactions
  • Convert prices to or from VAT-inclusive amounts automatically
  • Detect a customer's VAT rate based on their IP address
  • Convert currencies to support accurate cross-border pricing
  • Track remaining subscription usage to avoid service interruptions
  • Retrieve all current EU VAT rates in one request

Example prompts

Use the following example prompts to invoke VAT API MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Check if this customer's VAT number is valid in VAT API.
  • What is the current VAT rate in Germany according to VAT API?
  • Create a new VAT invoice for our latest order in VAT API.
  • Show me all current EU VAT rates from VAT API.
  • Convert 500 euros to US dollars using VAT API.
  • Find the VAT rate for a customer based on their IP address in VAT API.
  • Update the invoice details for order 1023 in VAT API.
  • How many requests do we have left on our VAT API plan?
  • Calculate the VAT-inclusive price for a 100 dollar product in VAT API.
  • Delete the duplicate invoice from VAT API.

VAT API MCP connector tools

The VAT API MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
country_code_checkRetrieve a countries VAT rates by its 2 digit country code
currency_conversionConvert a currency
create_invoiceCreate a VAT invoice
get_invoiceRetrieve an invoice
invoice_updateUpdate an existing invoice
invoice_deleteDelete an invoice
ip_checkRetrieve a countries VAT rates from an IP address
api_usageCheck api requests remaining on current subscription plan
vat_number_validateValidate a VAT number
convert_priceConvert a price to or from VAT price.
vat_ratesRetrieve all current EU VAT rates
On this Page