Nordicdata — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Nordicdata (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
Edit claude_desktop_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.
Edit ~/.cursor/mcp.json with the same JSON.
URL: https://api.nordicdata.cloud/mcp
Header: X-API-Key: <your key>
Transport: Streamable HTTPsearch_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 IDsearch_awards — Search contract awards (who won what)get_tender_leaderboard — Top public-sector buyers in a Nordic countryget_company_contract_wins — Public-sector contracts won by a Norwegian companysearch_companies — Search by name, industry, locationget_company — Full registry recordget_company_contact — Public email + phone (with MX-verified email candidates)get_company_narrative — AI-generated executive summaryget_company_peers — Peer-cohort benchmarksget_company_snapshot — One-call snapshot across every data layerget_company_changes — Registry change historyget_company_subsidiaries — Subsidiaries registered under this orgnrbulk_get_companies — Enrich a list of up to 100 companies in one callget_company_accounts — Annual accounts (revenue, profit, equity)get_company_shareholders — Shareholder cap table — 3M+ positions across 396K companiesget_shareholder_portfolio — All companies a person/entity owns shares insearch_persons — Search persons in the Norwegian officer networkget_person — Full role history across Norwegian companiesfind_company_path — Shortest path between two companies through shared officersget_person_network — Find who is connected to a person via shared boardsget_company_news — Recent Norwegian-language news mentioning a companysearch_news — Search Norwegian news headlinessearch_eu_grants — Search EU R&D grant participationsget_company_eu_grants — Norwegian company's EU R&D grant participationsfind_companies_using_tech — Norwegian companies using a specific technologyscreen_for_sanctions — Screen any name against international sanctions listscheck_company_sanctions — Sanctions screening for a Norwegian company + its officersDesigned 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:
# 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":"[email protected]","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.
See nordicdata.cloud.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.