Skip to content
Back to search
100
MCP v1.4.3 streamable-http

io.github.mnymann/nordic-data

io.github.Mnymann/nordic-data

Company, KYB, VAT, sanctions, LEI and address data for 15 EU countries.

Uptime
no direct probes in 30d
Response
94ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

lookup_company

Look up basic company data (name, address, status, industry, VAT registration, founding date) from official European business registries. Supports 15 countries: DK (CVR), NO (Brønnøysund), SE (Bolagsv…

validate_vat

Validate a VAT registration number against the official EU VIES service (or HMRC for GB). Returns validity status, registered name, and registered address.

screen_sanctions

Screen one or more names against UN, EU, OFAC and PEP sanctions lists (768K+ entries via OpenSanctions). Returns match scores with source attribution.

kyb_full

Full Know-Your-Business master report for a company across 15 EU countries (DK, NO, SE, FI, IE, UK, FR, DE, CZ, PL, LV, EE, NL, BE, LU). Aggregates 9 sections: identity, registered address (geocoded),…

autocomplete_address

Address autocomplete using each country's authoritative register: DAWA (DK), Kartverket (NO), BAN (FR official), MML (FI), and Nominatim (others). Returns ranked address suggestions with coordinates. …

lookup_lei

Look up a Legal Entity Identifier (LEI) via GLEIF — the global standard for entity identification. Returns legal name, registered address, status, parent + ultimate parent relationships, and child ent…

company_enriched

Enriched company data: basic registry data + DAWA-validated address with lat/lng + industry statistics (DST for DK, SSB for NO, etc.) + Wikidata enrichment (website, employees, CEO, ticker, logo, Wiki…

fr_history

French company history timeline. Returns one event per change to the company's name, activity (NAF code), status (active/closed), legal form, or social-economy flag, derived from INSEE Sirene 3.11's b…

How to use

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

{
  "mcpServers": {
    "io.github.mnymann/nordic-data": {
      "url": "https://nordic-data-mcp-production.up.railway.app/mcp/auth",
      "transport": "streamable-http"
    }
  }
}