{
  "markdown": "# Nordic Data MCP Server\n\n> Live Nordic company and public-sector data, exposed as 28 MCP tools for AI agents.\n\n**Hosted at:** `https://api.nordicdata.cloud/mcp`\n**Get a free API key:** [nordicdata.cloud](https://nordicdata.cloud)\n**Docs:** [nordicdata.cloud/docs#mcp](https://nordicdata.cloud/docs#mcp)\n**Smithery one-click install:** [smithery.ai/server/sofia-jameson-20/Nordic-Data](https://smithery.ai/server/sofia-jameson-20/Nordic-Data)\n\nThis repository contains setup instructions and configuration snippets. The server itself is hosted — no local install required.\n\n---\n\n## What's covered\n\n- **Public procurement** — Nordic + EU-wide contract filings, including below-EU-threshold Norwegian municipal/county tenders that no other API exposes cleanly\n- **Norwegian company registry** — live registry data + full shareholder cap tables\n- **Officer & ownership network** — board memberships, shortest-path queries, full role history\n- **News** — Norwegian-language news mentioning a company\n- **EU R&D** — grant participations, joined to Norwegian recipients\n- **Tech intelligence** — find companies using a specific technology\n- **Compliance** — sanctions screening for any name or company + officers\n- **AI summaries** — executive narratives and peer benchmarks per company\n\n## Setup\n\n### Claude Desktop\n\nEdit `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"nordic-data\": {\n      \"url\": \"https://api.nordicdata.cloud/mcp\",\n      \"headers\": {\n        \"X-API-Key\": \"YOUR_API_KEY_HERE\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop. The 28 tools appear in the MCP picker.\n\n### Cursor\n\nEdit `~/.cursor/mcp.json` with the same JSON.\n\n### Any MCP-aware client\n\n```\nURL:       https://api.nordicdata.cloud/mcp\nHeader:    X-API-Key: <your key>\nTransport: Streamable HTTP\n```\n\n## Tools (28 total)\n\n### Procurement\n- `search_tenders` — Nordic procurement notices by country, keyword, CPV, date. Filter by `source` (EU-wide vs Norway-with-below-threshold) or `buyer_orgnr`.\n- `get_tender` — Full tender details by ID\n- `search_awards` — Search contract awards (who won what)\n- `get_tender_leaderboard` — Top public-sector buyers in a Nordic country\n- `get_company_contract_wins` — Public-sector contracts won by a Norwegian company\n\n### Norwegian company registry\n- `search_companies` — Search by name, industry, location\n- `get_company` — Full registry record\n- `get_company_contact` — Public email + phone (with MX-verified email candidates)\n- `get_company_narrative` — AI-generated executive summary\n- `get_company_peers` — Peer-cohort benchmarks\n- `get_company_snapshot` — One-call snapshot across every data layer\n- `get_company_changes` — Registry change history\n- `get_company_subsidiaries` — Subsidiaries registered under this orgnr\n- `bulk_get_companies` — Enrich a list of up to 100 companies in one call\n\n### Financials & ownership\n- `get_company_accounts` — Annual accounts (revenue, profit, equity)\n- `get_company_shareholders` — Shareholder cap table — 3M+ positions across 396K companies\n- `get_shareholder_portfolio` — All companies a person/entity owns shares in\n\n### Officer & network graph\n- `search_persons` — Search persons in the Norwegian officer network\n- `get_person` — Full role history across Norwegian companies\n- `find_company_path` — Shortest path between two companies through shared officers\n- `get_person_network` — Find who is connected to a person via shared boards\n\n### News\n- `get_company_news` — Recent Norwegian-language news mentioning a company\n- `search_news` — Search Norwegian news headlines\n\n### EU R&D\n- `search_eu_grants` — Search EU R&D grant participations\n- `get_company_eu_grants` — Norwegian company's EU R&D grant participations\n\n### Tech intelligence\n- `find_companies_using_tech` — Norwegian companies using a specific technology\n\n### Compliance\n- `screen_for_sanctions` — Screen any name against international sanctions lists\n- `check_company_sanctions` — Sanctions screening for a Norwegian company + its officers\n\n## Example prompts\n\n- *\"Which Norwegian municipalities tendered snow-clearing contracts under 5M NOK with deadlines in the next 30 days?\"* (uses below-threshold coverage)\n- *\"Pull the latest accounts and shareholders for orgnr 923609016.\"*\n- *\"Find Norwegian companies using Snowflake.\"*\n- *\"Who sits on the boards of all three of these companies?\"*\n- *\"Screen this list of suppliers against sanctions lists.\"*\n- *\"Show me EU R&D grants won by Norwegian SMBs in clean energy.\"*\n\n## Agent-native buying\n\nDesigned 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:\n\n```bash\n# Discover available plans\ncurl https://api.nordicdata.cloud/agent/plans\n\n# Subscribe — agent supplies card token, gets working API key in response\ncurl -X POST https://api.nordicdata.cloud/agent/subscribe \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"email\":\"agent@example.com\",\"plan\":\"starter\",\"payment_method\":\"pm_xxx\",\"country\":\"NO\"}'\n\n# Upgrade later (using the API key)\ncurl -X POST https://api.nordicdata.cloud/agent/change-plan \\\n  -H \"X-API-Key: nrd_live_...\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"plan\":\"pro\"}'\n```\n\nSee [docs#agent-quickstart](https://nordicdata.cloud/docs#agent-quickstart) for the full flow.\n\n## Pricing\n\n- **Free** — 5,000 requests/month, no card required\n- **Paid plans** from €29/mo\n\nSee [nordicdata.cloud](https://nordicdata.cloud).\n\n## Support\n\n- Email: [hello@nordicdata.cloud](mailto:hello@nordicdata.cloud)\n- Docs: [nordicdata.cloud/docs](https://nordicdata.cloud/docs)\n- LLM-friendly site index: [nordicdata.cloud/llms.txt](https://nordicdata.cloud/llms.txt)\n- OpenAPI spec: [api.nordicdata.cloud/openapi.json](https://api.nordicdata.cloud/openapi.json)\n",
  "bytes": 5778,
  "sha": "d3a42c7e41383c30046254c73d92d94bf28a9033ca98cf2831b68b5451625f66",
  "repo_slug": "sofiajameson20-star/nordicdata",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_cloud_nordicdata_nordic_data_8c7b0f78/readme"
}