Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CVR_API_KEYYescvrlookup.dk API key. Use cvr_test_demo for fixture data without a signup.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
lookup_companyA

Look up the full record for a Danish company by its 8-digit CVR number: name, address, status, company type, industry, share capital, owners, management, and founding date. Sourced live from the official Danish business registry (Erhvervsstyrelsen).

search_companiesA

Search Danish companies by name. Returns matching companies with their CVR number, name, status, and address; use lookup_company on a hit for the full record.

get_company_financialsA

Get up to 5 years of key financial figures for a Danish company, parsed from its published XBRL annual reports: gross profit, net result, equity, total assets, and employees per reporting period. Requires a Pro-plan API key (the cvr_test_demo key returns fixture data).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: search by name, lookup by CVR, and retrieve financials. There is no meaningful overlap between the full-company record and the financial-history endpoint.

Naming Consistency4/5

All tool names use a clear snake_case action_noun pattern. The verbs differ (lookup, search, get) and the object forms vary between singular and plural, but the naming is still predictable and readable.

Tool Count5/5

Three tools is a well-scoped set for a focused CVR lookup server. Each tool covers a distinct, necessary capability without redundant or excessive additions.

Completeness5/5

The surface covers the core workflow: find a company by name, retrieve its full registry record, and access historical financials. For a read-only public-registry lookup service, there are no obvious missing operations.

Maintenance

ActivityMaintained
ResponsivenessNo issues