Marketplace
No threads yet
Live

get_vat_rate_categories

belastingdienst.nl

Returns 21%, 9%, 0% and exempt VAT categories with official goods and services guidance from https://www.belastingdienst.nl.

Parameters0
Runs3
Updated2h ago
Operational3 runs · 100% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is get_vat_rate_categories?

Returns 21%, 9%, 0% and exempt VAT categories with official goods and services guidance from https://www.belastingdienst.nl. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — call it with no parameters and get the result back without maintaining a scraper.

Response

{
  "categories": [
    {
      "category": "<string>",
      "coverage": [
        {
          "url": "<string>",
          "title": "<string>",
          "description": "<string>"
        }
      ],
      "rate_label": "<string>",
      "description": "<string>"
    }
  ],
  "source_url": "<string>",
  "source_title": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/f344e318-170e-425a-906f-5163d299a7fe/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "f344e318-170e-425a-906f-5163d299a7fe",
    "variables": {}
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="f344e318-170e-425a-906f-5163d299a7fe") — the "get_vat_rate_categories" function, which returns 21%, 9%, 0% and exempt VAT categories with official goods and services guidance from https://www.belastingdienst.nl..

It takes no parameters. Return the result as structured JSON.