Data Collection
apier.no
Provides compliance and company profile data from Norwegian registries.
ENDPOINT 1
https://www.apier.no/api/mcp
MCP server metadata
- Name
- apier-no
- Version
- 2026.8.1
Known tools 25
get_company_summaryRetrieve a one-shot compliance summary for a Norwegian organisation by its 9-digit organisasjonsnummer.
Inferred read-onlyget_public_obligationsRetrieve the universal obligation set for a Norwegian entity type — every regulatory obligation that applies by virtue of an entity BEING that organisational form, BEFORE per-company Tier-2 data is layered on.
Inferred read-onlyget_exchange_rateFetch the most recent Norges Bank exchange-rate reference for a currency against NOK — the canonical conversion benchmark Norwegian tax + accounting authorities accept for obligations in foreign currency (Årsregnskap, cross-border MVA, dividend reporting).
Inferred read-onlylist_acting_capacityResolve every Norwegian regulatory action a person is currently authorised to perform on behalf of a specific organisation.
Inferred read-onlyget_company_profileResolve a Norwegian organisasjonsnummer (9 digits) into a structured company profile from Brønnøysund Enhetsregisteret: display name, organisational form (AS / ENK / ASA …), NACE codes with descriptions, addresses, registration/dissolution dates, the `active` / `dissolved` status enum, the MVA-registered flag, and deduplicated person role CODES — never personal identifiers.
Inferred read-onlycheck_authorizationReturn the authorisation snapshot for the calling consumer's delegation on a Norwegian organisation: the `status` enum (`full` / `partial` / `none`), `missing_scopes` (empty on `full`), `granted_scopes`, and the `delegation_chain` breadcrumbs.
Inferred read-onlyget_company_contextRetrieve the structured Brønnøysund identity slice for a Norwegian organisation by its 9-digit organisasjonsnummer: legal name, organisasjonsform (AS / ENK / NUF / ASA …), NACE codes, addresses, incorporation/dissolution dates, and the signaturrett / prokura role-code summary (never personal identifiers).
Inferred read-onlyget_company_deadlinesCompute the upcoming Norwegian regulatory filing calendar for a specific organisation, looking horizon_months ahead.
Inferred read-onlyget_company_obligationsEvaluate the Apier Rulebook for a Norwegian organisation and return every applicable regulatory obligation with its current state and legal reference.
Inferred read-onlyget_public_deadlinesCompute the universal Norwegian regulatory filing calendar — the deadlines that apply to every Norwegian business of the covered categories (MVA, A-melding, Årsregnskap), independent of any specific organisation.
Inferred read-onlyvalidate_actionRun the Apier dry-run validator against a proposed regulatory action without producing ANY upstream side effect — no Maskinporten call, no Altinn / Skatteetaten / NAV submission.
Inferred read-onlyexplain_compliance_errorResolve a structured Apier compliance error code into a Norwegian-bokmål Explanation envelope: summary, bokmål why, ordered fix_steps, optional documentation link + legal_basis, and an optional handover block (who / where / what / why) for errors a human must resolve (e.g.
Inferred read-onlysearch_companiesResolve a Norwegian company NAME to its 9-digit organisasjonsnummer.
Inferred read-onlyget_company_verificationGet the deterministic verification verdict for a Norwegian organisation by its 9-digit organisasjonsnummer — a fast go / no-go trust check before acting on a company's behalf.
Inferred read-onlyget_company_authorityAnswer "who can legally sign for this Norwegian company, and how?" before acting on its behalf.
Inferred read-onlyget_company_accountsCurrent-snapshot read of a Norwegian company's annual accounts (årsregnskap) from the OPEN Regnskapsregisteret tier: `has_filed_annual_accounts` (tri-state — null means unknown, never a fabricated false), `last_accounts_year`, and that year's minimal `key_figures` (currency, presentation basis, totals).
Inferred read-onlyget_company_filing_historyReconcile a Norwegian company's Altinn 3 filing history against the filings YOUR consumer submitted through Apier.
Inferred read-onlylist_changesRead Apier's cross-source change archive — detected created / updated / deleted events across the upstreams Apier polls (Brønnøysund ingestion plus the Altinn-schema, DigDir-policy, and Norges Bank pollers) so agents drive incremental sync instead of re-fetching whole entities.
Inferred read-onlyget_altinn_migration_guidanceDiscover the Altinn 3 equivalent of an Altinn 2 service or role code.
Inferred read-onlyrequest_fullmaktBroker a fullmakt — a legally-grounded, scoped, revocable company→agent authority delegated through an Altinn systembruker.
Inferred read-onlycheck_fullmaktCheck your fullmakt state for a Norwegian company BEFORE acting on its behalf — the read leg of the Fullmakt Rails.
Inferred read-onlyrevoke_fullmaktRevoke a fullmakt — withdraw an agent's delegated authority for a Norwegian company and retire the agent principal (broker with request_fullmakt, inspect with check_fullmakt).
Inferred read-onlyget_pricingCall this BEFORE metered work to check per-call cost and whether billing enforcement is live.
Inferred read-onlyget_credit_balanceCall this BEFORE a batch of metered calls to confirm the calling key's prepaid credit balance covers it, and AFTER a 402 INSUFFICIENT_CREDITS + human top-up to verify the funds landed.
Inferred read-onlyredeem_issuance_tokenConvert an owner-issued key-issuance token into your own API key — the headless onboarding step for an agent that holds no credential yet.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.apier-no]
url = "https://www.apier.no/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apier-no": {
"type": "http",
"url": "https://www.apier.no/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apier-no
Remote MCP URL: https://www.apier.no/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"apier-no": {
"url": "https://www.apier.no/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apier-no": {
"type": "http",
"url": "https://www.apier.no/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apier-no",
"transport": "streamable-http",
"url": "https://www.apier.no/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for apier.no was fetched 2026-07-27T08:00:23.752Z and is being refreshed.
apier.no is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.