Search and retrieve public procurement tenders for Norway, Sweden, Denmark, Finland and Iceland (sourced from TED), plus the full Norwegian company registry. Built for AI agents — every tool returns clean JSON with stable IDs. Authenticate with an API key in the X-API-Key header. Free plan available, no credit card required.
search_tenders — Search Nordic procurement notices by country, keyword, CPV code, or date range
get_tender — Fetch a single tender by ID
search_companies — Search the Norwegian company registry
get_company — Fetch a single Norwegian company by org number
Transport
Streamable HTTP (not stdio, not SSE)
Auth
Header X-API-Key: <your_key> — get one free at https://nordicdata.cloud
Server Config
{
"mcpServers": {
"nordic-data": {
"url": "https://api.nordicdata.cloud/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY_HERE"
}
}
}
}