Build scenarios for KYC, bankruptcy monitoring, group due-diligence and credit scoring without writing a single line of code. Seven modules backed by Brønnøysund, Skatteetaten and Firmaradar's own analytics stack.
The Firmaradar Custom App is in pilot (limited public) and distributed via direct install URL. Full Make.com directory listing arrives after certification (Q3 2026 estimated).
The URL above opens Make.com with the Firmaradar app pre-loaded. Confirm install with your account.
Generate a key at firmaradar.no/min-side/api-keys and paste it into the Firmaradar connection in Make.
Search for Firmaradar in the module picker. Pick a module like
Get Company or Check AML/PEP.
Every module returns a structured JSON payload with source attribution and a freshness timestamp. Full schema documentation at firmaradar.no/dokumentasjon.
The repo ships with a blueprint you can import directly in Make.com. More templates will follow in the 0.2 release.
All three packages share the same data source and operation schema. Pick the one that matches your tooling.
| Make.com custom app | n8n community node | MCP server | |
|---|---|---|---|
| Use case | Visual scenarios, branching, SaaS integrations | Self-hosted workflows, advanced scripting | AI agents (Claude, ChatGPT, Cursor) |
| Install | Make.com app directory | n8n GUI or npm install |
OAuth or pip install |
| Auth | API key (stored encrypted in Make) | API key via n8n credentials | OAuth 2.0 or API key |
| Data source | Same Firmaradar API | Same Firmaradar API | Same Firmaradar API |
| Repository | Tiwas/firmaradar-make | Tiwas/firmaradar-n8n | Tiwas/firmaradar-mcp |