{
  "schema_version": "2025-06-18",
  "name": "cvrcheck",
  "display_name": "CVRcheck",
  "description": "Danish company data. Look up CVR numbers, search companies, retrieve financials, ownership, beneficial owners, sanctions, PEP status and compliance scores. Free tier: 100 requests/month without account.",
  "version": "1.0.0",
  "vendor": "OmBoX ApS",
  "homepage": "https://cvrcheck.dk",
  "documentation": "https://cvrcheck.dk/api-docs",
  "contact_email": "kontakt@cvrcheck.dk",
  "license": "Proprietary (data fra Erhvervsstyrelsen, CVR)",
  "icon": "https://cvrcheck.dk/logo-cvrcheck.png",
  "transports": [
    {
      "type": "http",
      "url": "https://api.cvrcheck.dk",
      "description": "REST API gateway. Compatible with Model Context Protocol via HTTP bridge."
    }
  ],
  "api": {
    "type": "openapi",
    "version": "3.1.0",
    "url": "https://cvrcheck.dk/openapi.json"
  },
  "tools": [
    { "name": "lookup_company", "description": "Look up a Danish company by CVR number", "endpoint": "GET /v1/company/{cvr}" },
    { "name": "search_companies", "description": "Search Danish companies by name or CVR", "endpoint": "GET /v1/search?q={query}" },
    { "name": "get_financials", "description": "Get up to 10 years of annual financial statements", "endpoint": "GET /v1/financials/{cvr}" },
    { "name": "get_owners", "description": "Get legal owners and beneficial owners (reelle ejere)", "endpoint": "GET /v1/owners/{cvr}" },
    { "name": "get_management", "description": "Get directors, board and signing rules", "endpoint": "GET /v1/management/{cvr}" },
    { "name": "get_credit", "description": "Get credit rating and financial health score", "endpoint": "GET /v1/credit/{cvr}" },
    { "name": "get_compliance", "description": "Get compliance score (PEP, sanctions, VAT, tax)", "endpoint": "GET /v1/compliance/{cvr}" },
    { "name": "check_sanctions", "description": "Check EU/UK/OFAC sanction status", "endpoint": "GET /v1/sanctions/{cvr}" },
    { "name": "check_pep", "description": "Politically Exposed Person check by name", "endpoint": "GET /v1/pep/{name}" }
  ],
  "auth": {
    "type": "bearer",
    "header": "Authorization",
    "description": "Free 100 requests/month without auth. Add 'Authorization: Bearer YOUR_KEY' for 1000/month free, unlimited with Pro (59 DKK/month). Get a key at https://cvrcheck.dk/api-docs"
  }
}
