Nordic MCP Server

Semantic search over Nordic financial markets: filings, reports, and macro data for NO/SE/DK/FI.

Remote serverstreamable-httpPython

What is the Nordic MCP server?

Semantic search over Nordic financial markets: filings, reports, and macro data for NO/SE/DK/FI. Exposed over MCP by the nordic mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

A production-grade semantic search server for Nordic financial markets — built for autonomous AI agents. 1,000,000+ vectors across exchange filings, company reports, commodity prices, freight rates, energy data and press releases.

Its toolset

Everything the assistant can do here goes through one of these:

  • search_filings — Semantic search over Nordic company filings, press releases and macroeconomic summaries
  • get_company_info — The get_company_info tool exposed by this server
  • parse_pdf_to_text — Download a PDF from a URL and extract all text, page by page
  • get_current_power_price — Real-time day-ahead electricity spot prices for all Nordic bidding zones
  • company_research — Run multiple targeted searches in a single call and get raw results grouped by section. The caller defines all sections and queries and is
  • ping — The ping tool exposed by this server

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration

You will need one environment variable: SESSION_ID. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Nordic's toolset — search_filings, get_company_info, parse_pdf_to_text and 3 more — is a fair guide to whether it matches your workflow. It is maintained by AIDataNordic; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the nordic mcp server does with a few real requests.

Available tools

ToolWhat it does
search_filingsSemantic search over Nordic company filings, press releases and macroeconomic summaries.
get_company_infoThe get_company_info tool exposed by this server.
parse_pdf_to_textDownload a PDF from a URL and extract all text, page by page.
get_current_power_priceReal-time day-ahead electricity spot prices for all Nordic bidding zones.
company_researchRun multiple targeted searches in a single call and get raw results grouped by section. The caller defines all sections and queries and is responsible for synthesizing the output.
pingThe ping tool exposed by this server.

How to install the Nordic MCP server

{
  "mcpServers": {
    "nordic-financial": {
      "type": "streamable-http",
      "url": "https://mcp.aidatanorge.no/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
SESSION_IDConfiguration value read at startup.Optional

Example prompts to try

  • Use Nordic to search filings.
  • Use Nordic to get company info.
  • Use Nordic to parse pdf to text.

Frequently asked questions

It connects Nordic to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (search_filings, get_company_info, parse_pdf_to_text, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Nordic directly.