Live
get_motor_tax_rates_and_guidance
belastingdienst.nlReturns current Dutch BPM CO2 rate tables and recurring motorrijtuigenbelasting guidance, calculator options and rules from https://www.belastingdienst.nl, filterable by tax type.
Parameters1
Runs6
Updated2h ago
Operational6 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_motor_tax_rates_and_guidance?
Returns current Dutch BPM CO2 rate tables and recurring motorrijtuigenbelasting guidance, calculator options and rules from https://www.belastingdienst.nl, filterable by tax type. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass tax_type and get the result back without maintaining a scraper.
Response
{
"bpm": {
"source_url": "<string>",
"rate_tables": [
{
"year": 0,
"bands": [
{
"co2_to_display": "<string>",
"base_amount_eur": 0,
"co2_to_g_per_km": 0,
"co2_from_display": "<string>",
"co2_from_g_per_km": 0,
"base_amount_display": "<string>",
"marginal_rate_display": "<string>",
"marginal_rate_eur_per_g": 0
}
],
"caption": "<string>",
"vehicle_condition": "<string>"
}
],
"diesel_surcharge": {
"rate_display": "<string>",
"rate_eur_per_g": 0,
"calculation_deduction_g_per_km": 0,
"applies_when_co2_exceeds_g_per_km": 0
},
"current_rate_year": 0,
"calculation_formula": "<string>",
"historical_rates_document": {
"url": "<string>",
"title": "<string>",
"file_type": "<string>",
"link_text": "<string>",
"size_display": "<string>"
}
},
"mrb": {
"help": [
{
"text": "<string>",
"prompt": "<string>",
"question_id": "<string>"
}
],
"sections": [
{
"text": "<string>",
"heading": "<string>"
}
],
"questions": [
{
"prompt": "<string>",
"question_id": "<string>",
"component_type": "<string>"
}
],
"references": [
{
"url": "<string>",
"title": "<string>",
"context_id": "<string>"
}
],
"source_url": "<string>",
"result_rules": [
{
"text": "<string>",
"rule_id": "<string>"
}
],
"option_groups": [
{
"prompt": "<string>",
"options": [
{
"title": "<string>",
"value": "<string>"
}
],
"question_id": "<string>"
}
],
"vehicle_types": [
{
"category": "<string>",
"fuel_input": "<string>",
"tax_status": "<string>",
"vehicle_type": "<string>",
"province_input": "<string>",
"vehicle_type_id": "<string>",
"overweight_input": "<string>",
"weight_class_input": "<string>"
}
],
"calculator_app": "<string>",
"calculator_url": "<string>",
"calculator_version": "<string>",
"calculator_data_url": "<string>"
},
"taxes_returned": [
"<string>"
],
"requested_tax_type": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/765c0ad5-2e70-4ac8-bca3-9241b21de254/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "765c0ad5-2e70-4ac8-bca3-9241b21de254",
"variables": {
"tax_type": "all"
}
}'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="765c0ad5-2e70-4ac8-bca3-9241b21de254") — the "get_motor_tax_rates_and_guidance" function, which returns current Dutch BPM CO2 rate tables and recurring motorrijtuigenbelasting guidance, calculator options and rules from https://www.belastingdienst.nl, filterable by tax type.. It takes tax_type (str). Return the result as structured JSON.