Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. Nordic Data
Nordic Data logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:13:58 PM

Nordic Data

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Global B2B intelligence for AI agents: 35M+ companies, 1.6M sanctions, KYB pack. 78 tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "nordic-data": {
      "command": "npx",
      "args": [
        "-y",
        "https://api.nordicdata.cloud/mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (28) Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Capabilities & Tool Schemas (28) ~445 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Nordic Data.

search_tenders

Nordic procurement notices by country, keyword, CPV, date. Filter by `source` (EU-wide vs Norway-with-below-threshold) or `buyer_orgnr`.

get_tender

Full tender details by ID

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

search_companies

Search by name, industry, location

Documentation Overview

Nordic Data MCP Server

Live Nordic company and public-sector data, exposed as 28 MCP tools for AI agents.

Hosted at: https://api.nordicdata.cloud/mcp Get a free API key: nordicdata.cloud Docs: nordicdata.cloud/docs#mcp Smithery one-click install: smithery.ai/server/sofia-jameson-20/Nordic-Data

This repository contains setup instructions and configuration snippets. The server itself is hosted β€” no local install required.


What's covered

  • Public procurement β€” Nordic + EU-wide contract filings, including below-EU-threshold Norwegian municipal/county tenders that no other API exposes cleanly
  • Norwegian company registry β€” live registry data + full shareholder cap tables
  • Officer & ownership network β€” board memberships, shortest-path queries, full role history
  • News β€” Norwegian-language news mentioning a company
  • EU R&D β€” grant participations, joined to Norwegian recipients
  • Tech intelligence β€” find companies using a specific technology
  • Compliance β€” sanctions screening for any name or company + officers
  • AI summaries β€” executive narratives and peer benchmarks per company

Setup

Claude Desktop

Edit claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "nordic-data": {
      "url": "https://api.nordicdata.cloud/mcp",
      "headers": {
        "X-API-Key": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Restart Claude Desktop. The 28 tools appear in the MCP picker.

Cursor

Edit ~/.cursor/mcp.json with the same JSON.

Any MCP-aware client

Code
URL:       https://api.nordicdata.cloud/mcp
Header:    X-API-Key: <your key>
Transport: Streamable HTTP

Tools (28 total)

Procurement

  • search_tenders β€” Nordic procurement notices by country, keyword, CPV, date. Filter by source (EU-wide vs Norway-with-below-threshold) or buyer_orgnr.
  • get_tender β€” Full tender details by ID
  • 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 by name, industry, location
  • get_company β€” Full registry record
  • get_company_contact β€” Public email + phone (with MX-verified email candidates)
  • get_company_narrative β€” AI-generated executive summary
  • get_company_peers β€” Peer-cohort benchmarks
  • get_company_snapshot β€” One-call snapshot across every data layer
  • get_company_changes β€” Registry change history
  • get_company_subsidiaries β€” Subsidiaries registered under this orgnr
  • bulk_get_companies β€” Enrich a list of up to 100 companies in one call

Financials & ownership

  • get_company_accounts β€” Annual accounts (revenue, profit, equity)
  • get_company_shareholders β€” Shareholder cap table β€” 3M+ positions across 396K companies
  • 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 EU R&D grant participations
  • get_company_eu_grants β€” Norwegian company's EU R&D grant 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

Example prompts

  • "Which Norwegian municipalities tendered snow-clearing contracts under 5M NOK with deadlines in the next 30 days?" (uses below-threshold coverage)
  • "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 EU R&D grants won by Norwegian SMBs in clean energy."

Agent-native buying

Designed for autonomous agents β€” three endpoints let an agent (or its operator) discover plans, subscribe with a Stripe payment method, and change plans without a browser:

bash
# Discover available plans
curl https://api.nordicdata.cloud/agent/plans

# Subscribe β€” agent supplies card token, gets working API key in response
curl -X POST https://api.nordicdata.cloud/agent/subscribe \
  -H "Content-Type: application/json" \
  -d '{"email":"agent@example.com","plan":"starter","payment_method":"pm_xxx","country":"NO"}'

# Upgrade later (using the API key)
curl -X POST https://api.nordicdata.cloud/agent/change-plan \
  -H "X-API-Key: nrd_live_..." \
  -H "Content-Type: application/json" \
  -d '{"plan":"pro"}'

See docs#agent-quickstart for the full flow.

Pricing

  • Free β€” 5,000 requests/month, no card required
  • Paid plans from €29/mo

See nordicdata.cloud.

Support

  • Email: hello@nordicdata.cloud
  • Docs: nordicdata.cloud/docs
  • LLM-friendly site index: nordicdata.cloud/llms.txt
  • OpenAPI spec: api.nordicdata.cloud/openapi.json

Related MCP Servers

View all in Communication View all alternatives
  • Slack Mcp Server logoSlack Mcp Server

    The most powerful MCP server for Slack Workspaces.

    πŸ’¬ Communication1 views
    Compare vs Slack Mcp Server β†’
  • Ntfy Me Mcp logoNtfy Me Mcp

    An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents πŸ“€ (supports secure token auth & more - use with npx or docker!)

    πŸ’¬ Communication3 views
    Compare vs Ntfy Me Mcp β†’
  • Telegram Mcp logoTelegram Mcp

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status

    πŸ’¬ Communication2 views
    Compare vs Telegram Mcp β†’
  • Telegram Mcp logoTelegram Mcp

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and handling read status.

    πŸ’¬ Communication1 views
    Compare vs Telegram Mcp β†’

Frequently Asked Questions about Nordic Data

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "nordic-data": { "command": "npx", "args": ["-y", "nordic-data"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNordic Data AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/nordic-data?style=directory)](https://allmcps.com/mcp/nordic-data)
HTML Embed
<a href="https://allmcps.com/mcp/nordic-data"><img src="https://allmcps.com/api/badge/nordic-data?style=directory" alt="Nordic Data on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 15, 2026
49Quality signal: Fair Β· 49/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to Nordic Data β†’Install in Claude DesktopInstall in CursorInstall in VS Code