@nordic-data/mcp
v0.1.1
Published
MCP stdio server for Nordic Data — global B2B intelligence for AI agents (35M+ companies, 1.6M sanctions, per-fact provenance, 78 tools). Plug into Claude Desktop, Cursor, ChatGPT, Base44, n8n, or any MCP-compatible runtime.
Downloads
290
Maintainers
Readme
nordic-data-mcp
MCP stdio server for Nordic Data. Plug into Claude Desktop, Cursor, ChatGPT, Base44, n8n, or any MCP-compatible runtime — 78 tools instantly available.
Wire it up (Claude Desktop / Cursor / etc.)
{
"mcpServers": {
"nordic-data": {
"command": "npx",
"args": ["-y", "@nordic-data/mcp"],
"env": { "NORDIC_DATA_KEY": "your_key" }
}
}
}That's it. 78 tools available: lookup, search, resolve, KYB pack, officer network, sanctions, provenance, etc.
Get your key
- Free tier (100 calls/mo, no card): https://nordicdata.cloud
- Sandbox (no signup, 30 calls/hour):
NORDIC_DATA_KEY=sandbox_try_2026
What this package is
A thin stdio bridge — reads MCP JSON-RPC from stdin, forwards it to https://api.nordicdata.cloud/mcp with your API key, streams responses back. Zero npm dependencies.
If you also want the CLI (terminal lookups, nordic-data kyb 923609016, etc.), install nordic-data — it includes everything in this package plus the CLI.
What you get access to
- 35M+ canonical companies across 30+ countries (Nordic + UK + US state filings + LEI global)
- 1.6M-entity sanctions + PEP screen across global watchlists
- Per-fact provenance (origin + confidence + fetched_at on every field)
- Universal external-ID resolver (orgnr / LEI / EIN / CVR / DUNS / company-number)
- Cross-jurisdiction officer match — 9.2M roles, person-to-company graph
- EU + Nordic procurement (tenders + awards across the union)
- Verified emails + phones with multi-signal confidence scoring
- GDPR Article 15/17 self-serve
Docs
- https://nordicdata.cloud/docs
- https://nordicdata.cloud/sandbox — interactive playground
- https://nordicdata.cloud/status.html — service status
- https://nordicdata.cloud/security — security overview
License
MIT
