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)

codepilots-io/cvrlookup-mcp MCP server

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.

Local stdio server

The hosted endpoint above needs nothing installed. For stdio-only clients (or to run it yourself), this repo is also a standalone MCP server backed by the same API:

{
  "mcpServers": {
    "cvrlookup": {
      "command": "npx",
      "args": ["-y", "github:codepilots-io/cvrlookup-mcp"],
      "env": { "CVR_API_KEY": "cvr_your_api_key" }
    }
  }
}

Or with Docker:

docker build -t cvrlookup-mcp .
docker run -i --rm -e CVR_API_KEY=cvr_your_api_key cvrlookup-mcp

Without CVR_API_KEY it runs in test mode (cvr_test_demo): fixture data marked mode: "test", no signup — magic CVRs 10000001 (active), 10000002 (dissolved), 99999999 (not found).

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
Not graded
quality - not tested
C
maintenance

Maintenance

0Releases (12mo)
Commit activity

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    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
    Not graded
    quality
    C
    maintenance
    Enables querying the Danish Central Business Register (CVR) for company data through an MCP server.
    7
    MIT
  • A
    license
    Not graded
    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

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