{
  "name": "companydata",
  "description": "Agent surface over the Danish company registry (CVR). Search companies, fetch profiles, annual financial statements, ownership structures, production units, and build sales-prospecting lead lists.",
  "version": "1.0.0",
  "url": "https://api.companydata.dk/mcp",
  "documentationUrl": "https://companydata.dk/api-nogler",
  "provider": {
    "organization": "companydata.dk",
    "url": "https://companydata.dk"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "type": "mcp",
      "transport": "streamable-http",
      "url": "https://api.companydata.dk/mcp"
    }
  ],
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "description": "Bearer API key (sk_live_...). Create one at https://companydata.dk/api-nogler"
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "search_companies",
      "name": "Search Danish companies",
      "description": "Search by name or CVR; optional filters for industry code and municipality. Returns matches with CVR, name, address, industry, employees, status.",
      "tags": [
        "search",
        "companies",
        "cvr"
      ]
    },
    {
      "id": "get_company",
      "name": "Get a company profile",
      "description": "Full profile for one CVR: name, address, status, industry, employees, founded date, owners, board, directors.",
      "tags": [
        "company",
        "profile"
      ]
    },
    {
      "id": "get_financials",
      "name": "Get annual financial statements",
      "description": "Annual regnskaber for a company. Free tier = latest year; Pro unlocks 20-year history including revenue, profit, equity, assets.",
      "tags": [
        "financials",
        "regnskab",
        "annual-report"
      ]
    },
    {
      "id": "get_participants",
      "name": "Get owners / board / directors",
      "description": "All people and entities linked to a company with roles and ownership shares.",
      "tags": [
        "ownership",
        "directors",
        "board"
      ]
    },
    {
      "id": "get_portfolio",
      "name": "Get owned companies",
      "description": "All companies that a given company holds shares in.",
      "tags": [
        "portfolio",
        "ownership",
        "group"
      ]
    },
    {
      "id": "get_production_units",
      "name": "Get production units (P-units)",
      "description": "Physical production sites linked to a company: address, activity code, employees.",
      "tags": [
        "p-units",
        "locations"
      ]
    },
    {
      "id": "preview_lead_list",
      "name": "Preview a sales lead list",
      "description": "Build a prospecting list by industry, municipality, company type, employee band, revenue range, contact-data flags, property ownership. Returns count + 10-company preview. Full Excel export with 75+ fields is a Pro feature.",
      "tags": [
        "lead-list",
        "prospecting",
        "sales",
        "b2b"
      ]
    }
  ]
}