cvrlookup-mcp
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 |
| Full company record by 8-digit CVR number (name, address, status, industry, management, registration history) | Free |
| Search companies by name, paginated | Free |
| 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
Setup guide: cvrlookup.dk/mcp
REST API + OpenAPI: cvrlookup.dk/openapi.json
LLM-friendly overview: cvrlookup.dk/llms.txt
Uptime: cvrlookup.dk/status
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.
This server cannot be installed
Maintenance
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
- Alicense-qualityAmaintenanceMCP 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.198Apache 2.0
- AlicenseAqualityCmaintenanceEnables looking up Danish companies by CVR number, name, or phone via cvrapi.dk.2MIT
- Alicense-qualityCmaintenanceEnables querying the Danish Central Business Register (CVR) for company data through an MCP server.7MIT
- Alicense-qualityCmaintenanceMCP server for the Finnish Business Register (PRH/YTJ). Look up any Finnish company by Business ID (Y-tunnus) or name.20MIT
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)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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