{"name":"io.github.Mnymann/nordic-data","slug":"mnymann-nordic-data","title":null,"description":"Company, KYB, VAT, sanctions, LEI and address data for 15 EU countries.","url":"https://mcp.market/server/mnymann-nordic-data","rating":null,"grade":"A","score":91,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":1,"forks":0,"downloads_week":null,"last_push_at":"2026-09-15T17:43:57.000Z","license":"MIT"},"uptime":null,"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Mnymann/nordic-data-mcp","website":null,"version":"1.5.6","remotes":[{"type":"streamable-http","url":"https://nordic-data-mcp-production.up.railway.app/mcp/auth","headers":[{"description":"Bearer ndk_... — your personal API key from https://addonnordic.com","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[{"registryType":"npm","identifier":"nordic-data-mcp","version":"1.5.6","transport":{"type":"stdio"},"environmentVariables":[{"description":"Your Nordic Data API key — get one at https://addonnordic.com (free tier: 100 lookups/day)","isRequired":true,"format":"string","isSecret":true,"name":"NORDIC_API_KEY"},{"description":"Optional ISO 3166-1 alpha-2 country code (lowercase) to assume when a tool call omits the country argument. One of: dk, no, se, fi, ie, uk, fr, de, cz, pl, lv, ee, nl, be, lu.","format":"string","name":"NORDIC_DEFAULT_COUNTRY"},{"description":"Optional. Set to 'true' to include upstream HTTP status and request-id details in error messages. Useful for debugging.","format":"string","name":"NORDIC_VERBOSE_ERRORS"}]}],"tools":[{"name":"autocomplete_address","description":"Address autocomplete with coordinates. Sources: DAWA (DK, official address register), Kartverket/Geonorge (NO, official), BAN (FR, official Base Adresse Nationale), and OpenStreetMap Nominatim (SE, FI). Returns ranked address suggestions with lat/lng and a match confidence. Supports 5 countries: DK, NO, SE, FI, FR.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country":{"type":"string","enum":["dk","no","se","fi","fr"],"description":"ISO 3166-1 alpha-2 country code, lowercase. Only dk, no, se, fi and fr are supported."},"query":{"type":"string","minLength":2,"description":"Partial address — street name, postcode, city, or any combination. Min 2 characters."}},"required":["country","query"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"call_endpoint","description":"Discovery meta-tool. Executes a read-only HTTP request against the Nordic Data API for any data endpoint discovered via list_endpoints, and returns the response. Authenticates with the same scoped API key as the curated tools. Strictly read-only: only GET/HEAD requests are permitted, plus POST to three allowlisted screening endpoints (/api/sanctions/screen, /api/adverse/screen, /api/peps/nl/screen) that are pure queries using POST only to carry a large request body. All state-changing operations (watch lists, webhooks, DELETE/PUT/PATCH) and all /admin endpoints are refused. Use list_endpoints and get_endpoint_schema first to find the correct path, method, and parameters.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"method":{"type":"string","minLength":1,"default":"GET","description":"HTTP method to use. Read-only methods only: GET or HEAD, plus POST solely for the allowlisted screening query endpoints (/api/sanctions/screen, /api/adverse/screen, /api/peps/nl/screen). Defaults to GET."},"path":{"type":"string","minLength":1,"description":"Concrete endpoint path, e.g. '/api/company/dk/22756214'. Path templates with {placeholders} are also accepted when you supply the values in `params`."},"params":{"type":"object","additionalProperties":{},"description":"Parameters for the call. Values whose keys match {placeholders} in the path are substituted into the path. Remaining values become query-string params for GET/DELETE, or the JSON request body for POST/PUT/PATCH."}},"required":["path"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"company_enriched","description":"Company registry data plus national industry statistics in one call. Returns `company` (same shape as lookup_company) and `industryStats` — a time series from the national statistics office for the company's industry code (currently Danmarks Statistik for DK); `industryStats.available` is false when no statistics exist. Supports 4 countries: DK, NO, SE, FI. For other countries use lookup_company (basic registry data) or kyb_full (full due-diligence report).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country":{"type":"string","enum":["dk","no","se","fi"],"description":"ISO 3166-1 alpha-2 country code, lowercase. Only dk, no, se and fi are supported."},"id":{"type":"string","minLength":1,"description":"National company identifier — same format as lookup_company."}},"required":["country","id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"fr_history","description":"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 bitemporal periodesUniteLegale array. Includes 'initial:<field>' events that show the state at company creation (date, name, NAF code, etc.). Input: 9-digit SIREN number. Cost: 1 quota unit; free tier supported (France is not tier-gated, unlike NL and DE). Cache: 24h server-side. Errors: 400 invalid_id_format (not 9 digits), 403 non_diffusible (SIREN exists but is privacy-protected under art. R123-232-1), 404 not_found, 503 upstream_unavailable.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"siren":{"type":"string","pattern":"^\\d{9}$","description":"9-digit French SIREN number. Examples: 652014051 (Carrefour), 775670417 (LVMH). No spaces or punctuation."}},"required":["siren"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_endpoint_schema","description":"Discovery meta-tool. Returns the full parameter and response schema for a single Nordic Data API endpoint (path + method), read from the backend's live OpenAPI spec with $refs resolved inline. Use after list_endpoints to learn exactly which parameters an endpoint takes before calling it with call_endpoint. Admin endpoints are rejected.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"path":{"type":"string","minLength":1,"description":"Endpoint path from list_endpoints, e.g. '/api/company/{country}/{id}'. Concrete paths like '/api/company/dk/22756214' are also accepted."},"method":{"type":"string","minLength":1,"default":"GET","description":"HTTP method for the endpoint (e.g. GET, POST). Defaults to GET. Must be a method the endpoint actually defines."}},"required":["path"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"kyb_full","description":"Run before a consequential decision — onboarding a counterparty, approving a payment, extending credit, or signing a contract. 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), key persons & directors, financial statements, official filings, LEI + corporate ownership, VAT registration, sanctions + PEP screening, adverse media (GDELT 2.0), and a composite risk score. Single call. Cold cache typically completes in 10-15s; warm cache returns in <100ms. Cached 6h on success, 60s when partial. Partial responses: if any of the 9 sections time out, the report still returns with 'truncated: true' and 'sectionsUnavailable: [{section, reason}]' — caller can retry in 60s for a complete report. Tier note: NL and DE use paid upstream registries — free-tier API keys receive HTTP 402 'upgrade_required'; do NOT retry on 402. On paid tiers, NL costs 5x quota and DE costs 3x. Disclaimer: this report is informational decision-support aggregated from official and public sources — NOT legal, compliance, or financial advice and not a definitive determination. The risk score and findings indicate areas to verify, not verdicts; the response includes a 'disclaimer' field stating this.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"country":{"type":"string","enum":["dk","no","se","fi","ie","uk","fr","de","cz","pl","lv","ee","nl","be","lu"],"description":"ISO 3166-1 alpha-2 country code, lowercase."},"id":{"type":"string","minLength":1,"description":"National company identifier — same format as lookup_company (e.g. DK CVR 8 digits, NO orgnr 9 digits)."}},"required":["country","id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_endpoints","description":"Discovery meta-tool. Lists ALL available Nordic Data API data endpoints (HTTP method, path, short description) by reading the backend's live OpenAPI spec at runtime — far beyond the curated high-level tools. Use this to discover capabilities the dedicated tools do not cover, then call get_endpoint_schema for parameter details and call_endpoint to execute one. Only read-only operations are listed (GET/HEAD plus the POST screening queries); admin and state-changing endpoints are never returned. Supports an optional `search` keyword filter. The catalog has 230+ endpoints.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"search":{"type":"string","description":"Optional case-insensitive keyword filter, matched against each endpoint's path, summary, and tags. Examples: 'sanction', 'address', 'cvr', 'history', 'vat', 'lei'. Omit to list every available data endpoint."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"lookup_company","description":"Call before onboarding a supplier or customer to confirm the legal entity exists and is active. 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 (Bolagsverket), FI (YTJ/PRH), IE (CRO), UK (Companies House), FR (INSEE Sirene), DE (Handelsregister), CZ (ARES), PL (KAS+KRS), LV (Uzņēmumu reģistrs), EE (Ariregister), NL (KvK), BE (KBO), LU (RCSL). Tier note: NL and DE use paid upstream registries (KvK and Handelsregister). Free-tier API keys will receive HTTP 402 with error 'upgrade_required' — do NOT retry on 402; the error message includes an upgrade URL. On paid tiers, NL calls cost 5x quota units and DE calls cost 3x; all other countries cost 1x.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country":{"type":"string","enum":["dk","no","se","fi","ie","uk","fr","de","cz","pl","lv","ee","nl","be","lu"],"description":"ISO 3166-1 alpha-2 country code, lowercase. One of: dk, no, se, fi, ie, uk, fr, de, cz, pl, lv, ee, nl, be, lu."},"id":{"type":"string","minLength":1,"description":"National company identifier. DK=CVR (8 digits), NO=orgnr (9), SE=orgnr (10), FI=Y-tunnus (NNNNNNN-D), IE=CRO (1-7), UK=8 chars, FR=SIREN (9), DE=HRB number, CZ=IČO (8), PL=NIP (10) or KRS (10), LV=11 digits, EE=8 digits, NL=KvK (8 digits), BE=BCE/KBO (10 digits), LU=RCSL (B + digits)."}},"required":["country","id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"lookup_lei","description":"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 entities (subsidiaries). Also supports reverse lookup from a national company number to LEI across 15 countries (DK, NO, SE, FI, IE, UK, FR, DE, CZ, PL, LV, EE, NL, BE, LU). Tier note (reverse mode only): NL and DE use paid upstream registries — free-tier API keys receive HTTP 402 'upgrade_required'; do NOT retry on 402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"mode":{"type":"string","enum":["lei","reverse"],"description":"'lei' = look up by LEI directly. 'reverse' = look up LEI from national company number."},"lei":{"type":"string","minLength":20,"maxLength":20,"description":"20-character ISO 17442 Legal Entity Identifier. Required when mode='lei'."},"country":{"type":"string","enum":["dk","no","se","fi","ie","uk","fr","de","cz","pl","lv","ee","nl","be","lu"],"description":"ISO 3166-1 alpha-2 country code, lowercase. Required when mode='reverse'."},"id":{"type":"string","minLength":1,"description":"National company ID. Required when mode='reverse'."},"include_relationships":{"type":"boolean","default":false,"description":"If true, also fetch parent and child entities. Only applies when mode='lei'."}},"required":["mode"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"screen_sanctions","description":"Screen one or more person or company names against UN, EU, OFAC and PEP sanctions lists (768K+ entries via OpenSanctions). Typical use: counterparty checks before onboarding or processing a payment. Returns per-name match lists with fuzzy match scores, source-list attribution and risk topics, plus a 'disclaimer' field. Matches are informational decision-support from public sources, not legal or compliance advice — a match indicates a potential hit that requires verification, not a confirmed listing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"names":{"type":"array","items":{"type":"string","minLength":1},"minItems":1,"maxItems":1000,"description":"Array of person or company names to screen. Max 1000 names per call."},"min_score":{"type":"number","minimum":0,"maximum":1,"default":0.7,"description":"Minimum fuzzy match score, 0-1. Default 0.7. Lower values return more (lower-confidence) matches."},"fuzzy":{"type":"boolean","default":true,"description":"Enable fuzzy matching. Default true."}},"required":["names"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"validate_vat","description":"Call before issuing an invoice, processing a cross-border payment, or storing a counterparty's VAT number. Validate a VAT registration number for any of the 27 EU member states against the official EU VIES service (DK is checked against the national CVR register). Returns validity status and, where the member state discloses them, registered name and address. Use EL for Greece. Not supported: United Kingdom (GB) and Norway (NO) — for a Norwegian company, lookup_company with country 'no' reports `vatRegistered` from Brønnøysund. HTTP 503 upstream_unavailable means that member state's VIES node is temporarily down; retry later.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country":{"type":"string","enum":["AT","BE","BG","CY","CZ","DE","DK","EE","EL","ES","FI","FR","HR","HU","IE","IT","LT","LU","LV","MT","NL","PL","PT","RO","SE","SI","SK"],"description":"VIES country code, UPPERCASE. Supports the 27 EU member states. Use EL for Greece (not GR). The United Kingdom (GB) and Norway (NO) are not supported."},"vat_number":{"type":"string","minLength":1,"description":"VAT number WITHOUT country prefix — just the digits/characters. Example: for DK29403473, pass '29403473'."}},"required":["country","vat_number"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":91,"grade":"A","scanned_at":"2026-09-19T10:15:52.007Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T10:15:51.973Z","components":{"code":{"score":25,"max":25,"notes":["49 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 468ms"]},"poisoning":{"score":15,"max":15,"notes":["11 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 4 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://nordic-data-mcp-production.up.railway.app/mcp/auth","reachable":true,"authRequired":false,"latencyMs":468,"serverInfo":{"name":"nordic-data-mcp","version":"1.5.6"}}],"packages":[{"registryType":"npm","identifier":"nordic-data-mcp","version":"1.5.6","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":4,"publishedAt":"2026-09-15T17:48:59.352Z","repositoryUrl":"git+https://github.com/Mnymann/nordic-data-mcp.git"}],"repo":{"found":true,"owner":"Mnymann","repo":"nordic-data-mcp","archived":false,"pushedAt":"2026-09-15T17:43:57Z","stars":1,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/116253312?v=4","ownerCreatedAt":"2022-10-20T06:27:47Z"},"icon":{"url":"https://avatars.githubusercontent.com/u/116253312?v=4&s=128","source":"github"},"presence":{"stars":1,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-15T17:43:57.000Z","score":23}}}},"grade_history":[],"reviews":[]}