Antas GmbH (vormals: antas Aktiengesellschaft)Köln (vormals: Ginsheim-Gustavsburg)Jahresabschluss zum Geschäftsjahr vom 01.01.2022 bis zum 31.12.2022Bilanz
Anhang zur Bilanz zum 31. Dezember 2022der Firma
Die Firma Antas GmbH, Steuernummer 215/5801/3098 wurde
mit Gesellschaftsvertrag vom 29. November 2022 durch
Formwechsel von der Antas AG umgewandelt. Die Gesellschaft
ist im Handelsregister des Amtsgerichts Köln, unter
HRB 113268, eingetragen. Die vorhergehende Gesellschaft
Antas AG war im Handelsregister des Amtsgerichts Köln,
unter HRB 110875, eingetragen.
Der Jahresabschluss wurde auf Grundlage der
handelsrechtlichen Ansatz-, Bewertungs- und
Gliederungsvorschriften des Handelsgesetzbuches erstellt.
Die Gesellschaft zählt gem. § 267 Abs. 1 HGB zu
den sog. "kleinen" Kapitalgesellschaften. Es wurde von den
Erleichterungsregelungen des HGB, für kleine
Kapitalgesellschaften, Gebrauch gemacht. Die in der Bilanz
zum 31.12.2022 angewandten Bewertungs- und
Abschreibungsmethoden wurden im Wesentlichen
unverändert beibehalten. Ergänzend zu diesen
Vorschriften waren die Regelungen des GmbH-Gesetzes zu
beachten.
Bilanz:
a.) Die Gesellschaft beschäftigt eigenes
Personal. Die durchschnittliche Anzahl der
Beschäftigten im Jahr 2022 betrug 10.
sonstige Berichtsbestandteile
Angaben zur Feststellung:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Antas GmbH
Overview
- Legal form
- GmbH
- Address
- 55129 Mainz
- Commercial register
- HRB 113268, Köln
- Registration date
- November 29, 2022
- Industry
-
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Unternehmensberatung
Erbringung von sonstigen Dienstleistungen der Informationstechnologie - Registered capital
- 100,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.
- Purpose
- ist die Unternehmensberatung im Zusammenhang mit Informations-, Telekommunikations- und Datenverarbeitungssystemen aller Art, Managementberatung aller Art, Softwäreentwicklung aller Art, Personalberatung- und beschaffung sowie die Anwenderschulung und - betreuung in allen Hard- und Softwarebereichen, ebenso die technische und personelle Abwicklung aller in Frage kommenden Aufgaben
Financials
Balance sheet
2023- Current Assets 95,5 % 177,1 k
- Prepaid Expenses 3,6 % 6,7 k
- Fixed Assets 0,8 % 1,6 k
- Equity 78,7 % 145,9 k
- Liabilities 15,8 % 29,4 k
- Provisions 5,5 % 10,1 k
Balance sheet data available for 16 earlier fiscal years.
Authorized representatives
-
J******* V******* H*****
since 2023 Managing Director
Ownership & holdings
Shareholders
- evoila GmbH DEU 100.0 % 100k €
Ultimate beneficial owners (UBOs)
-
K**** L******
≥25%
40.3 %
-
J****** H*****
≥25%
40.3 %
History
- 2025
-
16.12.
Register sheet closedAntas GmbH
-
16.12.
MergerAntas GmbH
-
23.07.
MergerAntas GmbH
- 2024
-
02.12.
Exit of positionW******* P**** S**** · Managing Director
-
30.09.
Change of addressAntas GmbH
- 2023
-
03.03.
Member entryJ******* V******* H***** · Managing Director
-
12.01.
Change of company nameAntas GmbH
-
12.01.
Change of legal formGesellschaft mit beschränkter Haftung
Annual statements
Original published statements, ordered by fiscal year.
| Fiscal year | Document | Published | Access |
|---|---|---|---|
| 2023 | Jahresabschluss | Published | Via the API |
| 2022 | Jahresabschluss | Published | Read full text |
| 2021 | Jahresabschluss | Published | Via the API |
| 2020 | Jahresabschluss | Published | Via the API |
| 2019 | Jahresabschluss | Published | Via the API |
2022 Jahresabschluss Full text
Register documents
Bring original register extracts and company documents into your application as PDF or XML.
/v1/fetch-document- Current extract (AD) PDF
- Chronological extract (CD) PDF
- Structured content (SI, XML) XML
- Shareholders list PDF
- Articles of association PDF
Company data in your AI chat
Ask about directors, ownership and financial figures. Our MCP server connects your assistant to the Handelsregister API.
Connect your assistant
- Open Connectors in Claude and add a custom connector.
-
Enter this server URL and add the connector:
https://mcp.handelsregister.ai/mcp - Connect with your handelsregister.ai account, then enable the connector in your chat via “+” → “Connectors”.
- In ChatGPT on the web, open Settings → Apps and create a custom app. Developer mode must be enabled for your account.
-
Use “handelsregister” as the name, OAuth for authentication and this server URL:
https://mcp.handelsregister.ai/mcp - 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:
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:
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 Antas GmbH. Include fiscal years and sources.\n\nentity_id: bd8674033d88953b67e2f7bb87b705af",
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:
{
"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 Antas GmbH. Include fiscal years and sources.
Copying failed. Please select the text and copy it manually.
Keyboard shortcuts
- Copy active snippet
- C
- Copy entity_id
- I
- Switch tab
- 1–6
- Toggle this help
- ?