Skatteetaten VAT register (MVA-manntall)
The MVA register is Skatteetaten's authoritative register of Norwegian businesses registered in the VAT register (Merverdiavgiftsregisteret). The connector provides the KYB attribute `mva.registered` + snapshotDate per org number, and — when the CSV extract file is mounted — also the registration date, any deletion date and category (Ordinary/Joint/Voluntary). A live fallback via Brreg `registrertIMvaregisteret` provides immediate value without credentials. Without configured sources the connector returns a structured 503 not_configured. Issue #1954.
—
Data volume
Weekly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/lookup/{orgnr}MVA-registreringsstatus for ett orgnr
Show curl example
# GET https://data.ketl.no/api/connectors/skatteetaten-mva-manntall/lookup/{orgnr}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/skatteetaten-mva-manntall/lookup/{orgnr}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/healthHelsesjekk for connector + kildekonfigurasjon
Show curl example
# GET https://data.ketl.no/api/connectors/skatteetaten-mva-manntall/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/skatteetaten-mva-manntall/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.