Nordic Data

Created By
Nordic Dataa month ago
Search and retrieve public procurement tenders for Norway, Sweden, Denmark, Finland and Iceland (sourced from TED), plus the full Norwegian company registry. Built for AI agents — every tool returns clean JSON with stable IDs. Authenticate with an API key in the X-API-Key header. Free plan available, no credit card required. search_tenders — Search Nordic procurement notices by country, keyword, CPV code, or date range get_tender — Fetch a single tender by ID search_companies — Search the Norwegian company registry get_company — Fetch a single Norwegian company by org number Transport Streamable HTTP (not stdio, not SSE) Auth Header X-API-Key: <your_key> — get one free at https://nordicdata.cloud
Overview

Nordic Data MCP Server

Live Nordic public-sector and Norwegian corporate data, exposed as 28 MCP tools for AI agents. Procurement notices, contract awards, the full Norwegian company registry, officer networks, financial accounts, shareholders, news, EU grants, sanctions screening, and AI-generated summaries — all behind one MCP endpoint.

Transport: Streamable HTTP URL: https://api.nordicdata.cloud/mcp Auth: API key in X-API-Key header — get one free at nordicdata.cloud

Tools

Procurement (TED — Norway, Sweden, Denmark, Finland, Iceland)

  • search_tenders — Search procurement notices by country, keyword, CPV code, date
  • get_tender — Full details for a single tender
  • search_awards — Search contract awards (who won what)
  • get_tender_leaderboard — Top public-sector buyers in a Nordic country
  • get_company_contract_wins — Public-sector contracts won by a Norwegian company

Norwegian company registry

  • search_companies — Search Nordic companies by name, industry, location
  • get_company — Full registry record for a company
  • get_company_contact — Public email + phone for a Norwegian company
  • get_company_narrative — AI-generated executive summary
  • get_company_peers — Peer-cohort benchmarks
  • get_company_snapshot — One-call snapshot across every data source
  • get_company_changes — Registry change history
  • get_company_subsidiaries — Subsidiaries registered under this orgnr
  • bulk_get_companies — Enrich a list of companies in one call

Financials & ownership

  • get_company_accounts — Annual accounts (revenue, profit, equity)
  • get_company_shareholders — Shareholders (Aksjonærregisteret)
  • get_shareholder_portfolio — All companies a person/entity owns shares in

Officer & network graph

  • search_persons — Search persons in the Norwegian officer network
  • get_person — Full role history across Norwegian companies
  • find_company_path — Shortest path between two companies through shared officers
  • get_person_network — Find who is connected to a person via shared boards

News

  • get_company_news — Recent Norwegian-language news mentioning a company
  • search_news — Search Norwegian news headlines

EU R&D

  • search_eu_grants — Search Horizon Europe grants (Cordis)
  • get_company_eu_grants — Norwegian company's Horizon Europe participations

Tech intelligence

  • find_companies_using_tech — Norwegian companies using a specific technology

Compliance

  • screen_for_sanctions — Screen any name against international sanctions lists
  • check_company_sanctions — Sanctions screening for a Norwegian company + its officers

Setup

Claude Desktop (claude_desktop_config.json)

```json { "mcpServers": { "nordic-data": { "url": "https://api.nordicdata.cloud/mcp", "headers": { "X-API-Key": "YOUR_API_KEY_HERE" } } } } ```

Cursor (~/.cursor/mcp.json)

Same JSON.

Any MCP-aware client

``` URL: https://api.nordicdata.cloud/mcp Header: X-API-Key: Transport: Streamable HTTP ```

Example prompts

  • "Which Norwegian municipalities tendered snow-clearing contracts over 5M NOK in 2026?"
  • "Pull the latest accounts and shareholders for orgnr 923609016."
  • "Find Norwegian companies using Snowflake."
  • "Who sits on the boards of all three of these companies?"
  • "Screen this list of suppliers against sanctions lists."
  • "Show me Horizon Europe grants won by Norwegian SMBs in clean energy."

Pricing

Free tier: 5,000 requests/month, no card. Paid plans from €29/mo. See nordicdata.cloud.

Docs

nordicdata.cloud/docs#mcp

Server Config

{
  "mcpServers": {
    "nordic-data": {
      "url": "https://api.nordicdata.cloud/mcp",
      "headers": {
        "X-API-Key": "YOUR_API_KEY_HERE"
      }
    }
  }
}
Project Info
Created At
a month ago
Updated At
a month ago
Author Name
Nordic Data
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

5 hours ago
Mnemom

7 hours ago