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
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

5 hours ago