Use AgentRouter to validate VAT numbers, calculate VAT totals, and inspect VAT category rates through live Abstract VAT MPP routes.
1
Live Providers
2
Live Routes
6 credits ($0.006)
VAT Validation
6 credits ($0.006)
Calculation Or Rates
The tax catalog currently exposes 2 capabilities for AI agents. VAT Validation currently starts at 6 credits ($0.006), and calculation or rates currently starts at 6 credits ($0.006).
Availability Note
Abstract VAT routes are live after the May 9, 2026 paid route-by-route smoke: `tax.vat.validate.abstract-vat.mpp`, `tax.vat.calculate.abstract-vat.mpp`, and `tax.vat.categories.list.abstract-vat.mpp` each returned HTTP 200 through AgentRouter and charged 6 credits.
Supplier Pricing Snapshot
The current launch surface is Abstract VAT over MPP. All three mapped VAT routes passed paid smoke at 6 credits per request.
6 credits ($0.006)
Abstract VAT Validate
Latest paid smoke charged 6 credits on tax.vat.validate.abstract-vat.mpp.
6 credits ($0.006)
Abstract VAT Calculate/List
Latest paid smoke charged 6 credits on VAT calculation and category-list routes.
What Is Tax & VAT?
Tax and VAT APIs let an agent check tax identifiers and calculate invoice tax without wiring one country-specific provider directly.
Direct VAT integrations often expose provider-specific request fields for validation, calculation, and category-rate lookup. That makes billing and invoice workflows harder to keep stable.
AgentRouter keeps VAT validation, VAT calculation, and category lookup behind one tax domain, one wallet, and normalized route context.
Top Scenarios
Use VAT validation when the workflow needs to check a customer tax identifier before invoice creation.
Invoicing, checkout, billing ops, and customer onboarding
Abstract VAT validation charged 6 credits in the May 9, 2026 local-production smoke.
Coverage: 1 capabilities · 0 live routes
Start with VAT Number Validation
Use VAT calculation when the workflow has an amount and country code and needs net, VAT, and gross totals.
VAT Amount Calculation
VAT
6 credits ($0.006)
Invoice previews, checkout estimates, and billing reconciliation
Abstract VAT calculation charged 6 credits in the May 9, 2026 local-production smoke.
Coverage: 1 capabilities · 1 live routes
Start with VAT Amount Calculation
Use category lookup before calculation when the workflow needs country-specific VAT classes or rates.
VAT Category Rate Lookup
VAT
6 credits ($0.006)
Tax setup, invoice classification, and checkout configuration
Abstract VAT category lookup charged 6 credits in the May 9, 2026 local-production smoke.
Coverage: 1 capabilities · 1 live routes
Start with VAT Category Rate Lookup
Provider Comparison
The rows below are derived from the live route catalog currently exposed through AgentRouter.
| Provider | Best For | Key Capabilities | Starting Price | Available Via |
|---|---|---|---|---|
V VAT Covers VAT Amount Calculation, VAT Category Rate Lookup through the live routed catalog. 2 live routes | VAT Amount Calculation and VAT Category Rate Lookup | VAT Amount Calculation, VAT Category Rate Lookup Modes: Managed | 6 credits ($0.006) | MPP |
Quick Start
Get an API key, ask AgentRouter to recommend the best route for the job, and execute through one shared wallet instead of wiring each provider separately.
Step 1
Enable the API once
Create one AgentRouter API key that can be reused across all live domains and capabilities.
Step 2
Recommend the route
Let AgentRouter compare the current routes, prices, and route availability before the first execute call.
Step 3
Execute the capability
Run the selected workflow through the chosen route while AgentRouter handles pricing, wallet debits, and upstream settlement.
Works with
Pricing By Task
These examples translate the current live route prices into workflow questions operators usually evaluate before shipping a domain into an agent.
| Task | Route | Price | Notes |
|---|---|---|---|
| Calculate VAT | VAT (tax.vat.calculate.abstract-vat.mpp) | 6 credits ($0.006) | Send countryCode, amount, and calculation type to receive normalized VAT amount fields. |
| List VAT categories | VAT (tax.vat.categories.list.abstract-vat.mpp) | 6 credits ($0.006) | Send countryCode to inspect available VAT categories and rates before applying a tax treatment. |
Pricing note: 1000 credits = $1 USD. Raw API responses still return numeric credit fields such as creditsCharged.
Why AgentRouter
Recommendation happens before execution, so the agent can compare current route supply and pricing instead of hard-coding one provider forever. The same routed contract stays stable even as provider coverage or transport paths change underneath.
FAQ
The launch surface covers VAT number validation, VAT calculation, and VAT category-rate lookup. Broader tax filing, nexus, and compliance workflows should stay outside this surface until they have their own capability model.
No. The live Abstract VAT routes use AgentRouter's MPP settlement path and execute through one AgentRouter wallet.
For validation, send vatNumber and optional countryCode. For calculation, send countryCode, amount, and calculationType. For category lookup, send countryCode after reading route context.
Reference
Use the capability browser below when you want contract-level detail: endpoints, live example modals, route breakdowns, and exact route prices.
| Capability | Endpoints | Price |
|---|---|---|
vat.validate Validate a VAT number and return validity plus company and country details when available. | GET /api/agentic-api/domains/tax/capabilities/vat-validateRead the capability contract, current lifecycle status, and machine-readable metadata for this tax and VAT workflow. | Free |
POST /api/agentic-api/domains/tax/capabilities/vat-validate/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/tax/capabilities/vat-validate/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
vat.calculate Calculate VAT-exclusive amount, VAT-inclusive amount, VAT amount, and VAT rate for a country and optional category. | GET /api/agentic-api/domains/tax/capabilities/vat-calculateRead the capability contract, current lifecycle status, and machine-readable metadata for this tax and VAT workflow. | Free |
POST /api/agentic-api/domains/tax/capabilities/vat-calculate/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/tax/capabilities/vat-calculate/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
vat.categories.list List VAT categories and rates for a country. | GET /api/agentic-api/domains/tax/capabilities/vat-categories-listRead the capability contract, current lifecycle status, and machine-readable metadata for this tax and VAT workflow. | Free |
POST /api/agentic-api/domains/tax/capabilities/vat-categories-list/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/tax/capabilities/vat-categories-list/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. |
Related Pages
AgentRouter landing page
Browse all live domains, top API cards, and route coverage across the platform.
Install and auth
Enable AgentRouter, create the API key, and connect the shared wallet flow.
Phone, SMS & Voice domain
Create managed phone agents, provision numbers, inspect conversations and calls, and keep telephony workflows behind one supplier-neutral phone domain.
Physical Mail domain
Quote letters, send physical mail, poll fulfillment status, and send postcards through one routed post domain.