active Legal form GmbH

Corveos GmbH

Münster ·HRB 19447 Münster

Overview

Legal form
GmbH
Address
Münsterstraße 93a
48155 Münster
Commercial register
HRB 19447, Münster
Registration date
May 5, 2021
Industry
Entwicklung und Programmierung von Anwendungssoftware
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Beteiligungsgesellschaften
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. Jeder Geschäftsführer ist befugt, im Namen der Gesellschaft mit sich im eigenen Namen oder als Vertreter eines Dritten Rechtsgeschäfte vorzunehmen.

Purpose
Zweck der Gesellschaft ist die Entwicklung, Lizenzierung und der Vertrieb von Softwarelösungen.

Financials

Balance sheet

2022
Assets 77,1 k
  • Current Assets 96,6 % 74,4 k
  • Fixed Assets 3,4 % 2,7 k
Liabilities and Equity 77,1 k
  • Equity 48,6 % 37,5 k
  • Liabilities 42,6 % 32,8 k
  • Provisions 8,8 % 6,8 k
Full balance sheet line items with an API key Get API key →

Balance sheet data available for 1 earlier fiscal years.

Authorized representatives

  • Dominik Schulte-Scherlebeck since 2021 Managing Director

Ownership & holdings

Shareholders

Ultimate beneficial owners (UBOs)

3 hold ≥ 25%
  • H**** G****** ≥25% 33.3 %
  • H****** G****** ≥25% 33.3 %
1 more beneficial owners · viewable with an API key Get API key →

History

  1. 2025
  2. 08.10.
    Enterprise agreement
    Corveos GmbH
  3. 2021
  4. 17.05.
    Change of share capital
    Corveos GmbH
  5. 17.05.
    Incorporation
    Corveos GmbH
  6. 17.05.
    Change of representation scheme
    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. Jeder Geschäftsführer ist befugt, im Namen der Gesellschaft mit sich im eigenen Namen oder als Vertreter eines Dritten Rechtsgeschäfte vorzunehmen.
  7. 17.05.
    Change of seat
    Corveos GmbH
  8. 17.05.
    Member entry
    Dominik Schulte-Scherlebeck · Managing Director
  9. 17.05.
    Change of bylaws
    Corveos GmbH
  10. 17.05.
    Change of company name
    Corveos GmbH
3 more entries Get API key →

Annual statements

Original published statements, ordered by fiscal year.

2 documents
Fiscal year Document Published Access
2022 Jahresabschluss Published Via the API
2021 Jahresabschluss Published Read full text
2021 Jahresabschluss Full text

Corveos GmbH

Münster

Jahresabschluss zum Geschäftsjahr vom 17.05.2021 bis zum 31.12.2021

Bilanz

Aktiva

31.12.2021
EUR
17.5.2021
EUR
A. Umlaufvermögen 41.153,93 25.000,00
Aktiva 41.153,93 25.000,00

Passiva

31.12.2021
EUR
17.5.2021
EUR
A. Eigenkapital 26.550,61 25.000,00
B. Rückstellungen 2.211,64  
C. Verbindlichkeiten 12.391,68  
davon mit einer Restlaufzeit bis zu einem Jahr 12.391,68  
Passiva 41.153,93 25.000,00

sonstige Berichtsbestandteile


Forderungen gegen Gesellschafter bestanden in Höhe von 20.008,89 € (Vorjahr: ---).

Verbindlichkeiten gegenüber Gesellschafter bestanden in Höhe von 706,86 € (Vorjahr: ---).

Sitz der Gesellschaft: Münster
Eintragung im Handelsregister: Amtsgericht Münster, HRB 19447

Münster, 03. Mai 2023

gez. Dominik Schulte-Scherlebeck


Angaben zur Feststellung:
Der Jahresabschluss wurde am 03.05.2023 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 Corveos GmbH. Include fiscal years and sources.\n\nentity_id: 3b397f4860cd6479ead937ccea86de37",
    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 Corveos GmbH. Include fiscal years and sources.

entity_id3b397f4860cd6479ead937ccea86de37