Skip to content
Eden Engine

Country Tax Rate Lookup (Corporate, VAT, Personal Income, Social Security)

omnial/x402-country-tax-rates

Given an ISO 2-letter country code, returns that country's corporate tax rate, standard and reduced VAT rates, top personal income tax rate, capital gains rate, withholding tax rates on dividends/interest/royalties, and employer/employee social security contribution rates for the current tax year, plus a short free-text note on notable exceptions.

activeper callv1
Provider
Web & Business Data Network
Category
company-enrichment
Provider price
$0.0324324 per call
Latency p50 / p95
— / —
Success rate
Verified

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "country_code"
  ],
  "properties": {
    "country_code": {
      "type": "string",
      "description": "ISO 2-letter country code"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "notes": {
      "type": "string",
      "description": "Short free-text caveats for the country, e.g. sub-national rate ranges or effective dates for a recently changed rate."
    },
    "currency": {
      "type": "string",
      "description": "The country's currency code, e.g. 'USD', 'AED'."
    },
    "tax_year": {
      "type": "string",
      "description": "The tax year the figures apply to, e.g. '2024/2025'."
    },
    "country_code": {
      "type": "string",
      "description": "ISO 2-letter country code, echoed back."
    },
    "country_name": {
      "type": "string",
      "description": "Full country name, e.g. 'United States'."
    },
    "last_updated": {
      "type": "string",
      "description": "Month the underlying tax data was last refreshed by the source, e.g. '2025-01'."
    },
    "social_security": {
      "type": "object",
      "properties": {
        "employee": {
          "type": "number"
        },
        "employer": {
          "type": "number"
        }
      },
      "description": "Mandatory social security contribution rates, percent of wages.",
      "additionalProperties": true
    },
    "withholding_tax": {
      "type": "object",
      "properties": {
        "royalty": {
          "type": "number"
        },
        "dividend": {
          "type": "number"
        },
        "interest": {
          "type": "number"
        }
      },
      "description": "Withholding tax rates applied to cross-border payments, percent.",
      "additionalProperties": true
    },
    "vat_reduced_rates": {
      "type": "array",
      "items": {
        "type": "number"
      },
      "description": "Reduced VAT rates that apply to specific goods/categories, percent. Observed empty on a country with no reduced-rate tier (US) and one entry on a country that has one (AE, a 0% tier) -- length is not fixed."
    },
    "vat_standard_rate": {
      "type": "number",
      "description": "Standard VAT/GST rate, percent. 0 on the one fixture observed with no federal VAT (US)."
    },
    "capital_gains_rate": {
      "type": "number",
      "description": "Headline capital gains tax rate, percent."
    },
    "corporate_tax_rate": {
      "type": "number",
      "description": "Headline corporate income tax rate, percent. May not reflect sub-national variation -- see `notes` (US fixture states state corporate tax varies 0-11.5% on top of this)."
    },
    "personal_income_tax_top_rate": {
      "type": "number",
      "description": "Top marginal personal income tax rate, percent. Observed as low as 0 (AE, which levies no personal income tax at all)."
    }
  },
  "description": "The tax-rate record, as returned at routing.responseResultPath ($.output).",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.0324324
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 8, 2026