Apier
www.apier.no
· Grov Digital
Apier is a Model Context Protocol (MCP) server for Norwegian compliance and government infrastructure. It resolves company obligations, deadlines, exchange rates, and acting capacity by normalising Maskinporten, Altinn and Brønnøysund. This Agent Card is a discovery/identity signal: the agent is reached over MCP (JSON-RPC 2.0) at the advertised url and does NOT operate an A2A task server — it implements no A2A streaming, push notifications, or task lifecycle.
www.apier.no via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
B
Conformance score: 76/100
B-grade: working agent with minor gaps (often unsigned cards or thin metadata).
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedRecent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-07-14T12:20:31 | search_impression | — |
200 ok | — |
| 2026-07-14T12:18:16 | search_impression | — |
200 ok | — |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://www.apier.no/.well-known/agent-card.json |
| Provider | https://apier.no |
| Docs | https://apier.no/docs |
Skills · 5 declared · mapped to canonical taxonomy
One-shot compliance summary for a Norwegian organisation by its 9-digit organisasjonsnummer — composes entity type, NACE industry codes, VAT-registration state,…
Resolves a Norwegian company NAME to its 9-digit organisasjonsnummer via Brønnøysund's public name search — the front door when you have a name but not a number…
Returns the authorisation snapshot for the calling consumer's delegation on a Norwegian organisation — the current status (full / partial / none), the granted a…
Resolves which Norwegian regulatory actions a person may currently perform on behalf of an organisation, combining their Altinn role assignments (DAGL / daglig …
Fetches the most recent Norges Bank NOK reference exchange rate for an ISO 4217 currency (NOK-anchored: exactly one side of the pair is NOK) — the canonical NOK…
Health · last 30 probes
Who's calling this agent 30d
2 interactions captured (impressions + lookups + A2A calls)
rest
2
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/www.apier.no) [](https://agenstry.com/agents/www.apier.no) [](https://agenstry.com/agents/www.apier.no) [](https://agenstry.com/agents/www.apier.no)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"capabilities": {
"pushNotifications": false,
"stateTransitionHistory": false,
"streaming": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"description": "Apier is a Model Context Protocol (MCP) server for Norwegian compliance and government infrastructure. It resolves company obligations, deadlines, exchange rates, and acting capacity by normalising Maskinporten, Altinn and Br\u00f8nn\u00f8ysund. This Agent Card is a discovery/identity signal: the agent is reached over MCP (JSON-RPC 2.0) at the advertised url and does NOT operate an A2A task server \u2014 it implements no A2A streaming, push notifications, or task lifecycle.",
"description_nb": "Apier er en Model Context Protocol (MCP)-server for norsk etterlevelse og offentlig infrastruktur. Den l\u00f8ser opp selskapsplikter, frister, valutakurser og representasjonsrett ved \u00e5 normalisere Maskinporten, Altinn og Br\u00f8nn\u00f8ysund. Dette agentkortet er et oppdagelses-/identitetssignal: agenten n\u00e5s over MCP (JSON-RPC 2.0) p\u00e5 den oppgitte url-en og driver ikke en A2A-oppgaveserver \u2014 den implementerer ingen A2A-str\u00f8mming, push-varsler eller oppgavelivssyklus.",
"documentationUrl": "https://apier.no/docs",
"name": "Apier",
"preferredTransport": "JSONRPC",
"protocolVersion": "0.3.0",
"provider": {
"organization": "Grov Digital",
"url": "https://apier.no"
},
"security": [
{
"apiKey": []
}
],
"securitySchemes": {
"apiKey": {
"description": "Apier API key presented as an Authorization: Bearer credential. Provision a key at https://apier.no/docs/authentication.",
"scheme": "bearer",
"type": "http"
}
},
"skills": [
{
"description": "One-shot compliance summary for a Norwegian organisation by its 9-digit organisasjonsnummer \u2014 composes entity type, NACE industry codes, VAT-registration state, the served data tier, the per-obligation obligations[] the Universal Rulebook evaluates, and the rolling deadlines[] filing calendar in a single round-trip. Does NOT return registry identity (legal name, municipality, signing authority) or a single top-level compliance status \u2014 call get_company_context for those.",
"examples": [
"What do you know about Norwegian organisation 999999999?",
"Is company 999999999 compliant?"
],
"id": "get_company_summary",
"inputModes": [
"application/json"
],
"name": "Company compliance summary",
"outputModes": [
"application/json"
],
"tags": [
"norway",
"compliance",
"brreg",
"company",
"obligations"
]
},
{
"description": "Resolves a Norwegian company NAME to its 9-digit organisasjonsnummer via Br\u00f8nn\u00f8ysund's public name search \u2014 the front door when you have a name but not a number, so you never guess a MOD-11-valid number and hit the wrong company. Returns up to ten token-efficient candidates (name, org_number, org_form, municipality, registry status); pick one and call get_company_summary or get_company_context with its org_number.",
"examples": [
"What is the organisation number for the company called Equinor?",
"Find the org number for Nordic Widgets."
],
"id": "search_companies",
"inputModes": [
"application/json"
],
"name": "Search companies by name",
"outputModes": [
"application/json"
],
"tags": [
"norway",
"brreg",
"company",
"search",
"org-number"
]
},
{
"description": "Returns the authorisation snapshot for the calling consumer's delegation on a Norwegian organisation \u2014 the current status (full / partial / none), the granted and missing Altinn / Maskinporten scopes, and the delegation chain the auth gateway walked to derive the verdict.",
"examples": [
"What is my delegation status for organisation 999999999?",
"Which Altinn scopes am I missing for organisation 999999999?"
],
"id": "check_authorization",
"inputModes": [
"application/json"
],
"name": "Authorisation snapshot",
"outputModes": [
"application/json"
],
"tags": [
"norway",
"altinn",
"authorisation",
"delegation",
"scopes"
]
},
{
"description": "Resolves which Norwegian regulatory actions a person may currently perform on behalf of an organisation, combining their Altinn role assignments (DAGL / daglig leder, styreleder, styremedlem, etc.) with a conservative role-to-action map and per-action legal references pinned to lovdata.no.",
"examples": [
"Which actions can this person perform on behalf of organisation 999999999?"
],
"id": "list_acting_capacity",
"inputModes": [
"application/json"
],
"name": "Acting capacity for a person",
"outputModes": [
"application/json"
],
"tags": [
"norway",
"altinn",
"roles",
"authorisation",
"actions"
]
},
{
"description": "Fetches the most recent Norges Bank NOK reference exchange rate for an ISO 4217 currency (NOK-anchored: exactly one side of the pair is NOK) \u2014 the canonical NOK conversion benchmark accepted by Skatteetaten for obligations denominated in foreign currency.",
"examples": [
"What is the latest NOK to EUR reference rate?",
"Convert USD to NOK at the Norges Bank reference rate."
],
"id": "get_exchange_rate",
"inputModes": [
"application/json"
],
"name": "Norges Bank exchange rate",
"outputModes": [
"application/json"
],
"tags": [
"norway",
"norges-bank",
"exchange-rate",
"currency"
]
}
],
"url": "https://www.apier.no/api/mcp",
"version": "2026.6.0"
}