S4K GmbH
Overview
- Legal form
- GmbH
- Address
-
Paul-Schroeder-Straße 65
24229 Dänischenhagen - Commercial register
- HRB 25905KI, Kiel
- Registration date
- July 28, 2023
- Industry
-
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Unternehmensberatung
Beteiligungsgesellschaften - Registered capital
- 26,000.00 EUR
- Representation rules
Die Gesellschaft hat einen oder mehrere Geschäftsführer. Ist ein Geschäftsführer bestellt, so vertritt er die Gesellschaft allein. Sind mehrere Geschäftsführer bestellt, wird die Gesellschaft gemeinschaftlich durch zwei Geschäftsführer oder durch einen Geschäftsführer in Gemeinschaft mit einem Prokuristen vertreten.
- Purpose
- Erbringung von Beratungsleistungen, insbesondere im Bereich M & A / Unternehmenstransaktionen und Dienstleistungen für Unternehmen und Behörden, einschließlich des Erwerbs, des Haltens und desVerwaltens von eigenem Vermögen
Financials
Balance sheet
2024- Current Assets 91,9 % 1,21 Mio
- Fixed Assets 8,1 % 105,6 k
- Liabilities 65,9 % 863,9 k
- Equity 32,2 % 422,2 k
- Provisions 1,9 % 25,2 k
Authorized representatives
-
Axel Jörg Schulz
since 2023 Managing Director
Ownership & holdings
Shareholders
-
Axel Jörg Schulz
51.0 %
13k €
-
L*** S*****
24.5 %
6k €
-
J**** S*****
24.5 %
6k €
Ultimate beneficial owners (UBOs)
-
A*** S*****
≥25%
51.0 %
-
L*** S*****
24.5 %
Holds shares in
History
- 2023
-
18.12.
Change of bylawsS4K GmbH
-
18.12.
Change of purposeErbringung von Beratungsleistungen, insbesondere im Bereich M & A / Unternehmenstransaktionen und Dienstleistungen für Unternehmen und Behörden, einschließlich des Erwerbs, des Haltens und desVerwaltens von eigenem Vermögen
-
17.11.
Change of share capitalS4K GmbH
-
17.11.
Change of bylawsS4K GmbH
-
08.08.
Member entryAxel Jörg Schulz · Managing Director
-
08.08.
IncorporationS4K GmbH
-
08.08.
Change of representation schemeDie Gesellschaft hat einen oder mehrere Geschäftsführer. Ist ein Geschäftsführer bestellt, so vertritt er die Gesellschaft allein. Sind mehrere Geschäftsführer bestellt, wird die Gesellschaft gemeinschaftlich durch zwei Geschäftsführer oder durch einen Geschäftsführer in Gemeinschaft mit einem Prokuristen vertreten.
-
08.08.
Change of share capitalS4K GmbH
Annual statements
Original published statements, ordered by fiscal year.
| Fiscal year | Document | Published | Access |
|---|---|---|---|
| 2024 | Jahresabschluss | Published | Via the API |
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
Explore more companies
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 S4K GmbH. Include fiscal years and sources.\n\nentity_id: c89020e76cd0d21a93e6b55ee26d61bc",
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 S4K 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
- ?