dissolved Legal form GmbH

M4rs Technologies GmbH

RiegelsbergIllingen, DEU ·HRB 107100 Saarbrücken
This company is no longer active. Additional company data is only accessible with a user account. Get API key →

Overview

Legal form
GmbH
Address
66292 Riegelsberg
Commercial register
HRB 107100, Saarbrücken
Registration date
December 30, 2020
Industry
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Erbringung von sonstigen Dienstleistungen der Informationstechnologie
Entwicklung und Programmierung von Anwendungssoftware
Registered capital
25,000.00 EUR
Representation rules

Ist nur ein Liquidator bestellt, so vertritt er die Gesellschaft allein. Sind mehrere Liquidatoren bestellt, so wird die Gesellschaft durch die Liquidatoren gemeinsam vertreten.

Purpose
Die auftragsbezogene ingenieurmäßige Entwicklung von Software, Datenverarbeitunssystemen und web- cloudbasierten Anwendungen, - die Planung und Umsetzung von interaktiven medialen Installationen, - die Erbringung von IT- Consultingdienstleistungen, - die Beratung im Bereich der Sortwareentwicklung, Wartung, Administration und Migration von Softwarediensten/Softwaresystemen sowie der Erweiterung bestehender Softwaremodule und Anwendungen, - der Vertrieb und Handel von Soft- und Hardware sowie elektronischen Geräten.

Financials

Balance sheet

2024
Assets 200,2 k
  • Current Assets 94,1 % 188,5 k
  • Fixed Assets 5,4 % 10,9 k
  • Prepaid Expenses 0,4 % 845
Liabilities and Equity 200,2 k
  • Equity 85,1 % 170,5 k
  • Provisions 12,8 % 25,5 k
  • Liabilities 2,1 % 4,3 k
Full balance sheet line items with an API key Get API key →

Balance sheet data available for 1 earlier fiscal years.

Authorized representatives

  • R***** M******* G***** K***** since 2026 Liquidator
3 former representatives · viewable with an API key Get API key →

Ownership & holdings

Shareholders

  • M***** K***** 100.0 % 25k €

Ultimate beneficial owners (UBOs)

1 hold ≥ 25%
1 more beneficial owners · viewable with an API key Get API key →

History

  1. 2026
  2. 20.01.
    Change of representation scheme
    Ist nur ein Liquidator bestellt, so vertritt er die Gesellschaft allein. Sind mehrere Liquidatoren bestellt, so wird die Gesellschaft durch die Liquidatoren gemeinsam vertreten.
  3. 20.01.
    Dissolution
    M4rs Technologies GmbH
  4. 20.01.
    Exit of position
    O**** Ö**** · Managing Director
  5. 20.01.
    Member entry
    R***** M******* G***** K***** · Liquidator
  6. 2025
  7. 10.11.
    Exit of position
    N***** D** Ö*********** · Managing Director
  8. 10.11.
    Member entry
    O**** Ö**** · Managing Director
  9. 2024
  10. 31.07.
    Exit of position
    M***** K***** · Managing Director
  11. 31.07.
    Member entry
    N***** D** · Managing Director
13 more entries Get API key →

Annual statements

Original published statements, ordered by fiscal year.

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

M4rs Technologies GmbH

Illingen

Jahresabschluss zum Geschäftsjahr vom 01.01.2022 bis zum 31.12.2022

Bilanz

Aktiva

31.12.2022
EUR
31.12.2021
EUR
A. Anlagevermögen 15.004,00 5.716,00
B. Umlaufvermögen 124.931,65 133.103,80
C. Rechnungsabgrenzungsposten 764,57 0,00
Summe Aktiva 140.700,22 138.819,80

Passiva

31.12.2022
EUR
31.12.2021
EUR
A. Eigenkapital 118.125,91 96.389,90
B. Rückstellungen 5.841,33 18.498,00
C. Verbindlichkeiten 16.732,98 23.931,90
Summe Passiva 140.700,22 138.819,80

Angaben unter der Bilanz

Weitere Angaben unter der Bilanz im Sinne des §264 Abs.1 Satz 5 HGB

Die Gesellschaft ist eine Kleinstgesellschaft im Sinne des § 267a HGB.

Die M4rs Technologies GmbH Post an Mainzer Str. 169, 66121 Saarbrücken hat ihren Sitz in Illingen und ist eingetragen in das Handelsregister beim Amtsgericht Saarbrücken unter der Nummer 107100.

 

Illingen, den 18.08.2023

Marcel Köster Geschäftsführer

Die Feststellung bzw. Billigung des Jahresabschlusses erfolgte am 18.8.2023.

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 M4rs Technologies GmbH. Include fiscal years and sources.\n\nentity_id: af9f5a451250d62fbafd8d9f07528c8c",
    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 M4rs Technologies GmbH. Include fiscal years and sources.

entity_idaf9f5a451250d62fbafd8d9f07528c8c