cvrlookup-mcp
Remote MCP server for the Danish company register (CVR): company lookup, name search, and parsed annual-report financials as structured JSON for 860,000+ active Danish companies.
README
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 |
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.