Skip to main content
Glama

cvrlookup MCP server

Remote MCP server for the Danish company register (CVR): look up any of 860,000+ active Danish companies, search by name, and get parsed annual-report financials as structured JSON — sourced live from Erhvervsstyrelsen's public registry.

Endpoint: https://cvrlookup.dk/api/mcp (Streamable HTTP, stateless JSON-RPC)

Tools

Tool

What it does

Plan

lookup_company

Full company record by 8-digit CVR number (name, address, status, industry, management, registration history)

Free

search_companies

Search companies by name, paginated

Free

get_company_financials

Up to 5 years of parsed annual-report key figures (revenue, profit, equity, solvency…) as JSON, parsed from XBRL filings

Pro

Related MCP server: aria-mcp-cvr-dk

Setup

Authentication is a Bearer API key — the same key as the REST API. A free key includes 1,000 calls/month, no credit card: cvrlookup.dk → sign up → dashboard → API key.

Example client config:

{
  "mcpServers": {
    "cvrlookup": {
      "type": "http",
      "url": "https://cvrlookup.dk/api/mcp",
      "headers": {
        "Authorization": "Bearer cvr_your_api_key"
      }
    }
  }
}

Try it without signing up: the docs include a synthetic test mode (cvr_test_demo key, fixture data) — see cvrlookup.dk/dokumentation.

More

Rate limits and monthly quotas follow your plan (Free 1,000 / Basic 25,000 / Pro 100,000 calls per month). Data is fetched live from the official Danish business registry; financials are parsed server-side from published XBRL filings.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    MCP server for Nordic company registries. Verify companies, check board members, signing authority, and financial data across Norway, Denmark, Finland, and Sweden using official public APIs. 23 tools covering search, details, roles, and batch lookups.
    19
    8
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for the Finnish Business Register (PRH/YTJ). Look up any Finnish company by Business ID (Y-tunnus) or name.
    20
    MIT

View all related MCP servers

Related MCP Connectors

  • CVR — Det Centrale Virksomhedsregister (Danish Central Business Register) MCP.

  • Remote MCP server to enrich company profiles with structured B2B data and confidence scores.

  • OpenCorporates MCP — Global company registry data (free, no auth, rate limited)

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/codepilots-io/cvrlookup-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server