Back to search
100
MCP live v1.1.0 streamable-http

Nordic Financial MCP

io.github.AIDataNordic/nordic-financial-mcp

Semantic search over Nordic filings, press releases, macro data and electricity prices.

Uptime
100.0%
5 probes
Response
368ms
last probe
Tools
7
callable

Tools · 7

ping

Connectivity check that confirms the Nordic MCP server process is responding. Use this at the start of a session to verify the server is reachable before making other calls. Do not use as a proxy for…

get_company_info

Look up a company in the official business registry for Norway, Denmark or Finland. Use this to retrieve authoritative registration data (legal name, status, address) for a known organisation number.…

search_filings

Search the Nordic financial database for company filings, press releases and macroeconomic summaries. Use this as the primary tool for any question about Nordic listed companies, markets or macro con…

parse_pdf_to_text

Download a PDF from a URL and extract all text content, page by page. Use this to read the full text of a specific document — for example, an annual report PDF linked from a search_filings result. Be…

get_current_power_price

Fetch today's hourly day-ahead electricity spot prices for a Nordic bidding zone. Use this for current and near-term (today/tomorrow) price queries. Do not use for historical price analysis — use sea…

company_research

Run multiple targeted searches and return raw results grouped by section. The caller defines all sections and queries — this tool does not decide what is relevant. Before calling, reason about which …

analyze_company

AI-powered company analysis using semantic search over Nordic financial data. Orchestrates multiple searches internally and returns a synthesized narrative answer with source citations. Covers annual…

Similar MCP servers embedding-nearest

nordic-financial-mcp
Semantic search across 1+ million vectors across Nordic financial data for AI agents. Covers company filings (annual and quarterly reports),
0 tools · http
io.github.olgasafonova/nordic-registry-mcp-server
Access Nordic business registries (Norway, Denmark, Finland, Sweden). 23 tools.
0 tools
Nordic Financial MCP
Semantic search over Nordic filings, press releases, macro data and electricity prices.
0 tools · streamable-http
Bizfile MCP live
Company intelligence and sanctions screening across 130+ jurisdictions and 328 sanctions lists.
3 tools · streamable-http
Drillr — The financial MCP for AI agents live
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
9 tools · streamable-http
io.github.Mnymann/nordic-data live
Company, KYB, VAT, sanctions, LEI and address data for 15 EU countries.
8 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "nordic_financial_mcp": {
      "url": "https://mcp.aidatanorge.no/mcp",
      "transport": "streamable-http"
    }
  }
}