active Legal form GmbH

MBS GmbH

Heidenau ·HRB 39558 Dresden ·mbs-dresden.bplaced.net

Overview

Legal form
GmbH
Address
August-Bebel-Str. 31
01809 Heidenau
Commercial register
HRB 39558, Dresden
Registration date
December 2, 2019
Industry
Private Wach- und Sicherheitsdienste für Veranstaltungen
Sonstige private Wach- und Sicherheitsdienste
Luftsicherheitsdienste
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.

Purpose
Sicherheits-, Event- und Veranstaltungsservice, Objektbewachung sowie Baustellenüberwachung.

Financials

Total assets 2022
240.127 €
Net income 2022
34.943 €
1 previous years · values unlocked with an API key Get API key →

Balance sheet

2022
Assets 240,1 k
  • Current Assets 89,9 % 216,0 k
  • Fixed Assets 10,1 % 24,2 k
Liabilities and Equity 240,1 k
  • Liabilities 46,4 % 111,3 k
  • Equity 45,2 % 108,6 k
  • Provisions 8,4 % 20,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

  • Mike Bernhardt since 2019 Managing Director

Ownership & holdings

Shareholders

  • Mike Bernhardt 60.0 % 15k €
  • Pavlina Bernhardt 40.0 % 10k €

Ultimate beneficial owners (UBOs)

2 hold ≥ 25%
  • M*** B****** ≥25% 60.0 %
1 more beneficial owners · viewable with an API key Get API key →

History

  1. 2025
  2. 29.04.
    Change of address
    MBS GmbH
  3. 2020
  4. 28.02.
    Change of address
    MBS GmbH
  5. 2019
  6. 18.12.
    Change of company name
    MBS GmbH
  7. 18.12.
    Member entry
    Mike Bernhardt · Managing Director
  8. 18.12.
    Incorporation
    MBS GmbH
  9. 18.12.
    Change of legal form
    Gesellschaft mit beschränkter Haftung
  10. 18.12.
    Change of seat
    MBS GmbH
  11. 18.12.
    Change of address
    MBS GmbH
4 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

MBS GmbH

Dohna

Jahresabschluss zum Geschäftsjahr vom 01.01.2021 bis zum 31.12.2021

Bilanz

Aktiva

31.12.2021
EUR
31.12.2020
EUR
A. Anlagevermögen 28.658,00 5.091,00
I. Sachanlagen 28.658,00 5.091,00
B. Umlaufvermögen 259.313,56 260.644,04
I. Forderungen und sonstige Vermögensgegenstände 88.976,50 139.192,28
davon gegen Gesellschafter 37.429,51 8.799,77
II. Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks 170.337,06 121.451,76
Aktiva 287.971,56 265.735,04

Passiva

31.12.2021
EUR
31.12.2020
EUR
A. Eigenkapital 73.591,01 47.868,07
I. Gezeichnetes Kapital 25.000,00 25.000,00
II. Gewinnvortrag 22.868,07  
III. Jahresüberschuss 25.722,94 22.868,07
B. Rückstellungen 15.939,87 32.824,83
C. Verbindlichkeiten 198.440,68 185.042,14
davon mit einer Restlaufzeit bis zu einem Jahr 198.440,68 185.042,14
Passiva 287.971,56 265.735,04

Anhang

sonstige Berichtsbestandteile

 

Dresden, 06.03.2023;

gez. Bernhard


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

entity_ide8c10d20f94dc07bb5a7ae3ea73ea4fd