active Legal form GmbH

Nitro Software GmbH

Hamburg ·HRB 171931 Hamburg ·gonitro.com/de

Overview

Legal form
GmbH
Address
Gerhofstraße 1-3
20354 Hamburg
Commercial register
HRB 171931, Hamburg
Registration date
October 27, 2021
Industry
Entwicklung und Programmierung von Anwendungssoftware
Großhandel mit Datenverarbeitungsgeräten, peripheren Geräten und Software
Verlegen von sonstiger Software
Registered capital
25,000.00 EUR
Representation rules

Ist nur ein Geschäftsführer bestellt, so vertritt er die Gesellschaft allein. Sind mehrere Geschäftsführer bestellt, so wird die Gesellschaft durch zwei Geschäftsführer oder durch einen Geschäftsführer gemeinsam mit einem Prokuristen vertreten. Alleinvertretungsbefugnis kann erteilt werden. Geschäftsführer können ermächtigt werden, im Namen der Gesellschaft mit sich im eigenen Namen oder als Vertreter eines Dritten Rechtsgeschäfte vorzunehmen.

Purpose
Gegenstand des Unternehmens ist der Vertrieb, die Vermarktung und die Entwicklung von Software.

Financials

Balance sheet

2024
Assets 1,94 Mio
  • Current Assets 100,0 % 1,94 Mio
Liabilities and Equity 1,94 Mio
  • Liabilities 93,5 % 1,82 Mio
  • Provisions 4,1 % 79,7 k
  • Equity 2,4 % 45,7 k
Full balance sheet line items with an API key Get API key →

Balance sheet data available for 2 earlier fiscal years.

Profit & loss

2021
Income 0
  • Revenue 0,0 % 0
  • Other income 0,0 % 0
  • Material expenses 0,0 % 0
  • Personnel expenses 0,0 % 0
  • Depreciation 0,0 % 0
  • Other expenses 0,0 % 0
  • Taxes 0,0 % 0
  • Annual net profit/loss 0,0 % 0
Full P&L line items with an API key Get API key →

Authorized representatives

  • Cormac Whelan since 2025 Managing Director
  • David Andreasson since 2025 Managing Director
3 former representatives · viewable with an API key Get API key →

Ownership & holdings

Shareholders

  • Nitro Software EMEA Limited IRL Companies Registration Office Ireland unter 533153 100.0 % 25k €

Ultimate beneficial owners (UBOs)

The ultimate beneficial owners behind these holdings could not be conclusively identified.

History

  1. 2025
  2. 04.12.
    Correction of personal data
    David Andreasson · Managing Director
  3. 12.06.
    Member entry
    David Andreasson · Managing Director
  4. 12.06.
    Exit of position
    Catherine Ann Banks · Managing Director
  5. 12.06.
    Member entry
    Cormac Whelan · Managing Director
  6. 12.06.
    Change of address
    Nitro Software GmbH
  7. 2023
  8. 30.10.
    Exit of position
    G*** O****** · Procura
  9. 2022
  10. 01.09.
    Change of address
    Nitro Software GmbH
  11. 10.03.
    Exit of position
    D**** R**** · Managing Director
16 more entries Get API key →

Annual statements

Original published statements, ordered by fiscal year.

3 documents
Fiscal year Document Published Access
2024 Jahresabschluss Published Via the API
2023 Jahresabschluss Published Read full text
2021 Jahresabschluss Published Via the API
2023 Jahresabschluss Full text

Nitro Software GmbH

Hamburg

Jahresabschluss zum Geschäftsjahr vom 01.01.2023 bis zum 31.12.2023

Bilanz

Aktiva

31.12.2023
EUR
31.12.2022
EUR
A. Umlaufvermögen 1.245.021,82 415.128,34
Aktiva 1.245.021,82 415.128,34

Passiva

31.12.2023
EUR
31.12.2022
EUR
A. Eigenkapital 36.619,26 30.400,67
B. Rückstellungen 52.519,98 29.988,78
C. Verbindlichkeiten 1.155.882,58 354.738,89
davon mit einer Restlaufzeit bis zu einem Jahr 1.155.882,58 354.738,89
Passiva 1.245.021,82 415.128,34

sonstige Berichtsbestandteile

Firmenname laut Registergericht: Nitro Software GmbH
Firmensitz laut Registergericht: Hamburg
Registereintrag: Handelsregister
Registergericht: Amtsgericht Hamburg
Register-Nr.: HRB71931


Unterschrift der Geschäftsführung


Angaben zur Feststellung:
Der Jahresabschluss wurde am 18.06.2026 festgestellt.

Register documents

Bring original register extracts and company documents into your application as PDF or XML.

GET/v1/fetch-document
View the document API
  • Current extract (AD) PDF
  • Chronological extract (CD) PDF
  • Structured content (SI, XML) XML
  • Shareholders list PDF
  • Articles of association PDF

Explore more companies

Handelsregister API · MCP

Company data in your AI chat

Ask about directors, ownership and financial figures. Our MCP server connects your assistant to the Handelsregister API.

MCP documentation

Connect your assistant

  1. Open Connectors in Claude and add a custom connector.
  2. Enter this server URL and add the connector:
    https://mcp.handelsregister.ai/mcp
  3. Connect with your handelsregister.ai account, then enable the connector in your chat via “+” → “Connectors”.
  1. In ChatGPT on the web, open Settings → Apps and create a custom app. Developer mode must be enabled for your account.
  2. Use “handelsregister” as the name, OAuth for authentication and this server URL:
    https://mcp.handelsregister.ai/mcp
  3. Sign in with your handelsregister.ai account, create the app and select it from the tools menu in your chat.

Run once in your terminal:

Terminal
claude mcp add --transport http handelsregister https://mcp.handelsregister.ai/mcp \
  --header "X-API-Key: YOUR_API_KEY"

Replace YOUR_API_KEY with your handelsregister.ai API key.

Add this MCP server as a tool in your application:

Python
from openai import OpenAI

client = OpenAI()
response = client.responses.create(
    model="gpt-6-astra",
    input="Show me the directors, shareholders and latest available financial figures for Nitro Software GmbH. Include fiscal years and sources.\n\nentity_id: 41ca10bbe68f27184f6a4fb0dfd4cb22",
    tools=[{
        "type": "mcp",
        "server_label": "handelsregister",
        "server_url": "https://mcp.handelsregister.ai/mcp",
        "headers": {"X-API-Key": "YOUR_API_KEY"},
        "require_approval": "never",
    }],
)
print(response.output_text)

Replace YOUR_API_KEY with your handelsregister.ai API key.

Add this configuration to your MCP client:

JSON
{
  "mcpServers": {
    "handelsregister": {
      "url": "https://mcp.handelsregister.ai/mcp",
      "headers": { "X-API-Key": "YOUR_API_KEY" }
    }
  }
}

Replace YOUR_API_KEY with your handelsregister.ai API key.

Ask about this company

Once connected, ask your assistant this question:

Show me the directors, shareholders and latest available financial figures for Nitro Software GmbH. Include fiscal years and sources.

entity_id41ca10bbe68f27184f6a4fb0dfd4cb22