← apier.no

INDIVIDUAL MCP TOOL

get_exchange_rate

Fetch the most recent Norges Bank (Norway's central bank, Norges Bank in Norwegian — the official issuer of the krone) exchange-rate reference for a currency against NOK.

apier.nonone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent endpoint

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 (organisation number, the public ID issued by the Brønnøysund Register Centre / Enhetsregisteret — Central Register of Legal Entities).
  • get_public_obligations — Retrieve the universal obligation set for a Norwegian entity type.
  • 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-digit org number) into a structured company profile sourced from Brønnøysund Enhetsregisteret (data.
  • check_authorization — Return the authorisation snapshot for the calling consumer's delegation on a Norwegian organisation.
  • get_company_context — Retrieve the structured Brønnøysund identity slice for a Norwegian organisation by its 9-digit organisasjonsnummer (organisation number, the public ID issued by the Brønnøysund Register Centre / Enhetsregisteret — Central Register of Legal Entities).
  • get_company_deadlines — Compute the upcoming Norwegian regulatory filing calendar for a specific organisation, looking horizon_months into the future.
  • get_company_obligations — Evaluate the Apier Rulebook for a Norwegian organisation and return every applicable regulatory obligation with its current state and the legal reference it derives from.