GnistAI GnistAI
Log in

Company Intelligence

Everything you need to know about a Norwegian company in one place. Registry data, leadership, procurement history, court hearings, and job listings — pulled from multiple government sources in a single query.

Overview   |   MCP Docs   |   API Docs   |   OpenAPI   |   Playground   |   Tutorial   |   Toolkits   |   Home
status: healthy status status healthy healthy tools: 3 tools tools 3 3 Finance

Data source: Brreg, Doffin, Domstol, NAV Arbeidsplassen

MCP MCP Protocol

Endpoint https://context.gnist.ai/mcp/company-intelligence/
claude_desktop_config.json
{
  "mcpServers": {
    "gnist-company-intelligence": {
      "url": "https://context.gnist.ai/mcp/company-intelligence/",
      "headers": {
        "Gnist-API-Key": "YOUR_API_KEY"
      }
    }
  }
}
Shell
curl -X POST "https://context.gnist.ai/mcp/company-intelligence/" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -H "Gnist-API-Key: YOUR_API_KEY" \
  -d '{"jsonrpc": "2.0", "method": "tools/call", "id": 1, "params": {"name": "company_profile", "arguments": {"org_number": "example"}}}'

API REST API

API Root https://context.gnist.ai/rest/company-intelligence/

3 endpoints available:

Shell
curl "https://context.gnist.ai/rest/company-intelligence/company_profile?org_number=example" \
  -H "Gnist-API-Key: YOUR_API_KEY"
Python
import httpx

resp = httpx.get(
    "https://context.gnist.ai/rest/company-intelligence/company_profile",
    headers={"Gnist-API-Key": "YOUR_API_KEY"},
    params={
        "org_number": "example"
},
)
print(resp.json())

OpenAPI Spec  ·  Full API Docs

CLI Command Line

Command gc company-intelligence

CLI documentation will be available when the GnistAI SDK is published.

Install
pip install gnistai

Available Tools (3)

company_profile
Comprehensive Norwegian company profile — registry, leadership, procurement, court, jobs, compliance, public records, and legislation.
ParameterTypeRequiredDescription
org_numberstringrequiredNorwegian 9-digit organisation number (e.g. '923609016').
company_360
Alias for company_profile — comprehensive Norwegian company due diligence.
ParameterTypeRequiredDescription
org_numberstringrequiredNorwegian 9-digit organisation number (e.g. '923609016').
report_feedback
Report a bug, feature request, or general feedback for this data source.
ParameterTypeRequiredDescription
feedbackstringrequired
feedback_typestringoptional (default: "general")

Related