Card snapshot
www.apier.no
·
2026-06-11 22:02:34 UTC
·
866d700f00b766a592660b5e5723b326dd69cc1f02b09d86673841c7128f912d
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"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": "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 reference exchange rate between two ISO 4217 currencies \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"
}