← apier.no

INDIVIDUAL MCP TOOL

get_exchange_rate

Fetch 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).

apier.nonone authenticationAvailability not checked

LIVE ENDPOINT

https://www.apier.no/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_exchange_rate and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

apier.no

CONNECT 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.

Related tools

  • get_company_summary — Retrieve a one-shot compliance summary for a Norwegian organisation by its 9-digit organisasjonsnummer.
  • get_public_obligations — Retrieve 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.
  • list_acting_capacity — Resolve every Norwegian regulatory action a person is currently authorised to perform on behalf of a specific organisation.
  • get_company_profile — Resolve 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.
  • check_authorization — Return 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.
  • get_company_context — Retrieve 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).
  • get_company_deadlines — Compute the upcoming Norwegian regulatory filing calendar for a specific organisation, looking horizon_months ahead.
  • get_company_obligations — Evaluate the Apier Rulebook for a Norwegian organisation and return every applicable regulatory obligation with its current state and legal reference.