# Nordic Data

# Nordic Data MCP Server

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add sofia-jameson-20/Nordic-Data

# Browse available tools
npx -y smithery tool list sofia-jameson-20/Nordic-Data

# Get full schema for a tool
npx -y smithery tool get sofia-jameson-20/Nordic-Data search_tenders

# Call a tool
npx -y smithery tool call sofia-jameson-20/Nordic-Data search_tenders '{}'
```

## Direct MCP Connection

Endpoint: `https://nordic-data--sofia-jameson-20.run.tools`

**Optional config:**
- `X-API-Key` (header) — Your Nordic Data API key. Get a free one (5,000 requests/month, no card) at https://nordicdata.cloud

## Tools (28)

- `search_tenders` — Search published procurement notices from TED (EU public procurement) for Nordic countries. Returns recent tenders sort…
- `get_tender` — Fetch full details of one tender by its TED publication number (format: number-year, e.g. "317565-2026").
- `search_companies` — Search business registries across Nordic countries. Norway via Brønnøysund (richest data — full identity, NACE, status)…
- `get_company` — Fetch a complete company profile from the appropriate national registry. Norway (default) returns the richest data — id…
- `get_company_contact` — Extract emails and phone numbers from the company's public website (homepage + common contact pages). Cached 30 days. R…
- `get_company_narrative` — Returns a 3-4 sentence factual narrative describing the company's industry, scale, leadership, and one notable financia…
- `get_company_peers` — Compute percentile rank for a company across its 2-digit NACE peer cohort on revenue, profit, total assets, operating m…
- `search_persons` — Fuzzy name search across all persons we have cached as officers (board members, CEOs, auditors, accountants) of Norwegi…
- `get_person` — Given a person ID (from search_persons), return every Norwegian company they have been on the board of, executive of, o…
- `get_company_news` — Search NRK + government press release headlines/descriptions for mentions of the company. Match strips legal-form suffi…
- `search_news` — Free-text search across cached NRK + government press feeds. Returns headlines + summaries + links + publication dates.…
- `get_company_snapshot` — Synthesises identity, latest accounts, officers + churn, contact info, tech stack, procurement activity (as buyer + as …
- `search_eu_grants` — Find Horizon Europe funded projects by free-text query, country (e.g. "NO" for Norwegian-participation), framework prog…
- `get_company_eu_grants` — List EU R&D grants this Norwegian company has participated in (as coordinator or participant). Returns each grant with …
- `find_company_path` — BFS through cached person_roles to find the shortest chain (company → person → company → person → company) connecting t…
- `get_person_network` — Given a person ID (from search_persons), return everyone else who currently sits on at least one of the same Norwegian …
- `bulk_get_companies` — Fetch identity profiles for up to 100 Norwegian companies at once. Optionally include officers and/or annual accounts p…
- `get_company_subsidiaries` — Returns direct subsidiaries — entities that explicitly registered this orgnr in Brønnøysund's overordnetEnhet field. In…
- `get_company_changes` — Returns the audit trail of changes Brønnøysund has recorded for this company — registration updates, status changes, et…
- `get_tender_leaderboard` — Returns the buyers (public-sector entities) that have published the most tenders in a given country and period, optiona…
- `get_company_accounts` — Fetch the latest filed annual accounts for a Norwegian company by orgnr — revenue, operating profit, net result, balanc…
- `get_company_shareholders` — Returns every registered shareholder of a Norwegian AS with their share count, ownership percentage, and identity (orgn…
- `search_awards` — Find awarded public-sector contracts by country, CPV industry, period, value range, winner identity, or buyer. Returns …
- `get_company_contract_wins` — Returns all public-procurement contracts a Norwegian company has been listed as the winning supplier on, sourced from T…
- `find_companies_using_tech` — Reverse-lookup against fingerprinted company websites: returns Norwegian companies whose website signals use of a speci…
- `screen_for_sanctions` — Check whether a person or organisation name matches any entry on the OFAC SDN sanctions list (EU and UN lists forthcomi…
- `check_company_sanctions` — Run sanctions screening against (a) the company name itself and (b) every cached active officer of the company. Returns…
- `get_shareholder_portfolio` — Reverse lookup against Aksjonærregisteret: given a shareholder name (substring match) or orgnr (exact), return every No…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get sofia-jameson-20/Nordic-Data <tool-name>
```
