doffin_recent
Pack: doffin · Endpoint: https://gateway.pipeworx.io/doffin/mcp
List the latest Norwegian government tenders and contract awards published on Doffin (Norway’s national public-procurement / offentlige anskaffelser database) in the last N days, newest first. Great for monitoring fresh Norwegian anbud, new kunngjøringer, contract award results (tildelinger), and upcoming bid deadlines. Optionally narrow to one or more notice types (tender/competition, award/result, planning, …) or a free-text query. Each hit gets a public doffin.no notice URL attached. Requires a free Doffin API key via _apiKey when a platform key is unavailable.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
days | number,string | no | Lookback window in days (1-90). Default 7 — notices published in the last week. |
type | string,array | no | Notice type filter — one value or an array; plain words work: “tender”/“competition” → COMPETITION, “award”/“result” → RESULT, “planning” → PLANNING, etc. Omit for all types. |
items | string | no | |
query | string | no | Optional free-text filter (Norwegian works best), e.g. “rammeavtale”, “skole”, “programvare”. |
limit | number,string | no | Number of hits to return (1-100). Default 10. |
page | number,string | no | Results page for pagination. Default first page. |
_apiKey | string | no | Doffin API subscription key (free — sign up at ${PORTAL_URL}). Injected automatically when the platform key is configured. |
Example call
curl -X POST https://gateway.pipeworx.io/doffin/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"doffin_recent","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"doffin": {
"url": "https://gateway.pipeworx.io/doffin/mcp"
}
}
}
See Getting Started for client-specific install steps.