MMiT GmbHKielJahresabschluss zum Geschäftsjahr vom 01.01.2021 bis zum 31.12.2021BilanzAktiva scroll
Gewinn- und Verlustrechnungscroll
AnhangFirmaFirmenname laut Registergericht: MMiT GmbH FirmensitzFirmensitz laut Registergericht: Kiel RegistergerichtRegistergericht: Kiel HandelsregisternummerHandelsregisternummer: HRB 11350 KI sonstige Berichtsbestandteile
Kiel, 01.03.2026 gez. O. Timm Der Jahresabschluss wurde am 01.03.2026 festgestellt |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MMiT GmbH
Overview
- Legal form
- GmbH
- Address
-
Neufeldtstr. 6
24118 Kiel - Commercial register
- HRB 11350KI, Kiel
- Registration date
- October 21, 2009
- Industry
-
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Großhandel mit Datenverarbeitungsgeräten, peripheren Geräten und Software
Tätigkeiten der Großhandelsvermittlung von Büromaschinen, Datenverarbeitungsgeräten, peripheren Geräten und Software - Registered capital
- 25,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. Alleinvertretungsbefugnis kann erteilt werden.
- Purpose
- Handel und Vertrieb von Hard- und Software, Entwicklung von Software und Erbringung von Beratungsleistungen in diesem Zusammenhang
Financials
Balance sheet
2022- Current Assets 99,1 % 568,0 k
- Fixed Assets 0,9 % 4,9 k
- Prepaid Expenses 0,1 % 327
- Deferred Tax Assets 0,0 % 0
- Active Balancing Item from Asset Offset 0,0 % 0
- Liabilities 62,1 % 356,0 k
- Equity 31,8 % 182,5 k
- Provisions 6,1 % 34,8 k
- Accrued Expenses 0,0 % 0
- Deferred Tax Liabilities 0,0 % 0
Balance sheet data available for 6 earlier fiscal years.
Profit & loss
2022- Revenue 50,0 % 667,1 k
- Material expenses 32,5 % −433,4 k
- Other operating expenses 14,7 % −195,8 k
- Income and profit taxes 1,6 % −21,3 k
- Annual net profit/loss 0,6 % 7,8 k
- Depreciation 0,4 % −5,6 k
- Other taxes 0,2 % −3,3 k
- Increase or decrease in finished and unfinished goods inventory 0,0 % 0
- Other capitalized own work 0,0 % 0
- Other operating income 0,0 % 0
- Personnel expenses 0,0 % 0
- Income from investments 0,0 % 0
- Income from other securities and loans in financial assets 0,0 % 0
- Other interest and similar income 0,0 % 0
- Depreciation on financial assets and current asset securities 0,0 % 0
- Interest and similar expenses 0,0 % 0
P&L data available for 2 earlier fiscal years.
Authorized representatives
-
Oliver Timm
since 2009 Managing Director
Ownership & holdings
Shareholders
- MMiT F & S GmbH DEU 100.0 % 25k €
Ultimate beneficial owners (UBOs)
History
- 2023
-
18.12.
Enterprise agreementMMiT GmbH
-
13.12.
Enterprise agreementMMiT GmbH
- 2021
-
12.01.
Change of company nameMMiT GmbH
-
12.01.
Change of bylawsMMiT GmbH
- 2018
-
04.07.
Change of addressMMiT GmbH
- 2012
-
07.11.
Change of seatMMiT GmbH
-
07.11.
Change of addressMMiT GmbH
-
07.11.
Change of bylawsMMiT GmbH
Annual statements
Original published statements, ordered by fiscal year.
| Fiscal year | Document | Published | Access |
|---|---|---|---|
| 2022 | Jahresabschluss | Published | Via the API |
| 2021 | Jahresabschluss | Published | Read full text |
| 2020 | Jahresabschluss | Published | Via the API |
| 2020 | Jahresabschluss | Published | Via the API |
| 2019 | Jahresabschluss | Published | Via the API |
2021 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
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 MMiT GmbH. Include fiscal years and sources.\n\nentity_id: 3e61ef489cd929541d2e7740963a2008",
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 MMiT 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
- ?