Skip to main content
Feedback

VAT API MCP connector

VAT API is a European Union tax compliance service that provides VAT number validation and tax rate information across EU member states. The VAT API MCP connector allows AI agents to validate VAT registration numbers, retrieve country-specific tax rates by code or IP address, and convert prices between VAT-inclusive and VAT-exclusive amounts. It also supports creating and managing invoices, converting currencies, and monitoring API usage limits on your 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 EU VAT numbers to verify customer tax compliance before processing orders
  • Retrieve current VAT rates by country code to calculate accurate tax on invoices
  • Create and manage VAT invoices with automatic rate calculations and compliance formatting
  • Convert prices between net and gross amounts based on applicable VAT rates
  • Detect customer location from IP address and apply correct VAT rates automatically
  • Monitor subscription usage to track remaining API requests and plan limits
  • Look up EU-wide VAT rates to support multi-country pricing and tax reporting

Example prompts

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

  • Validate this German VAT number in VAT API and tell me if it's valid.
  • Show me the current VAT rate for France using VAT API.
  • Create a new invoice in VAT API for a customer in Spain with a €500 net amount.
  • What is the customer's country based on their IP address in VAT API?
  • Convert €100 net to gross price including VAT in VAT API.
  • Retrieve all EU VAT rates from VAT API and show me the highest rate.
  • Update the invoice I created last week in VAT API with the correct amount.
  • Check how many API requests I have left on my VAT API subscription plan.
  • Delete the draft invoice from yesterday in VAT API.
  • Convert 150 US dollars to euros using 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_checkRetrieves the current VAT rates for a country using its two-digit country code.
currency_conversionConverts an amount from one currency to another at current exchange rates.
create_invoiceCreates a new VAT invoice with the specified details and line items.
get_invoiceRetrieves the complete details and data for an existing invoice.
invoice_updateModifies the details and information of an already created invoice.
invoice_deleteRemoves an invoice from the system permanently.
ip_checkRetrieves the current VAT rates for the country associated with an IP address.
api_usageDisplays the remaining API requests available on the current subscription plan.
vat_number_validateVerifies whether a VAT number is valid and correctly formatted.
convert_priceConverts a price between gross and net amounts or applies VAT calculations.
vat_ratesRetrieves all current VAT rates for European Union member countries.
On this Page