Skip to main content
Feedback

Taxamo MCP connector

Taxamo is a tax calculation and compliance platform for digital services operating across global markets. The Taxamo MCP connector allows AI agents to calculate tax obligations, validate VAT numbers, determine customer locations by IP address, and generate compliance reports for EU VIES and domestic transactions. It also supports managing product type classifications, retrieving supported countries and currencies, and tracking refund details across tax jurisdictions.

Authentication type

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

Uses

Use the Taxamo MCP connector to perform the following actions:

  • Calculate tax rates automatically for digital services across multiple countries
  • Validate VAT numbers and ensure compliance with EU VIES regulations
  • Track and reconcile tax settlements by country, region, and tax type
  • Generate domestic tax summaries and EU compliance reports on demand
  • Store and manage transaction records with full audit trail capabilities
  • Process refunds and credit notes with accurate tax recalculation
  • Locate customer jurisdiction using IP address geolocation for tax rules

Example prompts

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

  • Calculate the tax amount for a digital service sale to a customer in Germany.
  • Show me all transactions from the last quarter in Taxamo.
  • Validate this EU VAT number and tell me if it's active in Taxamo.
  • Generate a settlement report for France for the current month.
  • What's the tax rate for software subscriptions in Canada according to Taxamo?
  • Create a refund record for transaction 12345 in Taxamo.
  • Retrieve the IP location data for this customer address in Taxamo.
  • Show me the settlement breakdown by tax type for all EU countries.
  • Email an invoice to the customer for transaction 67890 in Taxamo.
  • List all pending payments registered in Taxamo this month.

Taxamo MCP connector tools

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

ToolDescription
getCountriesDictRetrieves a list of all available countries and their codes.
getCurrenciesDictRetrieves a list of all supported currencies and their details.
getProductTypesDictRetrieves a list of product types available for tax classification.
locateMyIPIdentifies the geographic location based on your current IP address.
locateGivenIPIdentifies the geographic location for a specified IP address.
getDomesticSummaryReportGenerates a summary report of domestic tax transactions.
getEuViesReportGenerates a report of EU VAT transactions for VIES reporting.
getDetailedRefundsRetrieves detailed information about all refunds issued.
getRefundsRetrieves a list of refunds with basic information.
getSettlementSummaryRetrieves an overview of settlement totals and status.
getSettlementRetrieves detailed settlement information for a specific period.
getSettlementStatsByCountryRetrieves settlement statistics broken down by country.
getSettlementStatsByTaxationTypeRetrieves settlement statistics broken down by tax type.
getDailySettlementStatsRetrieves settlement statistics across multiple time periods.
getTransactionsStatsRetrieves aggregate statistics about all transactions.
getTransactionsStatsByCountryRetrieves transaction statistics broken down by country.
calculateSimpleTaxCalculates tax amount using simplified calculation rules.
calculateTaxCalculates applicable tax based on transaction details.
calculateTaxLocationIdentifies the tax jurisdiction for a transaction.
validateTaxNumberVerifies whether a VAT number is valid.
listTransactionsRetrieves a list of transactions with filtering options.
createTransactionRecords a new transaction in the system.
getTransactionRetrieves detailed information about a specific transaction.
updateTransactionModifies the details of an existing transaction.
cancelTransactionRemoves a transaction from the system.
confirmTransactionMarks a transaction as confirmed.
emailRefundSends a credit note to the customer via email.
emailInvoiceSends an invoice to the customer via email.
listPaymentsRetrieves a list of recorded payments.
createPaymentRecords a new payment received.
capturePaymentCapture payment.
listRefundsGet transaction refunds.
createRefundCreate a refund.
unconfirmTransactionUn-confirm the transaction.
createSMSTokenCreate SMS token.
verifySMSTokenVerify SMS token.
On this Page