active Legal form UG (haftungsbeschränkt)

Accelerated Vision UG (haftungsbeschränkt)

MühbrookKiel, DEU ·HRB 21833KI Kiel

Overview

Legal form
UG (haftungsbeschränkt)
Address
Dorfstraße 11
24582 Mühbrook
Commercial register
HRB 21833KI, Kiel
Registration date
April 28, 2020
Industry
Entwicklung und Programmierung von Anwendungssoftware
Verlegen von sonstiger Software
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Registered capital
500.00 EUR
Representation rules

Ist ein Geschäftsführer bestellt, so vertritt er die Gesellschaft allein. Sind mehrere Geschäftsführer bestellt, wird die Gesellschaft durch sämtliche Geschäftsführer gemeinsam vertreten.

Purpose
Erstellen und Vertrieb von Software

Financials

Balance sheet

2025
Assets 19,2 k
  • Current Assets 94,9 % 18,3 k
  • Fixed Assets 5,1 % 982
Liabilities and Equity 19,2 k
  • Equity 53,8 % 10,4 k
  • Liabilities 43,6 % 8,4 k
  • Provisions 2,6 % 500
Full balance sheet line items with an API key Get API key →

Balance sheet data available for 5 earlier fiscal years.

Authorized representatives

  • Michael Piepgras since 2020 Managing Director

Ownership & holdings

Shareholders

  • Michael Piepgras 100.0 % 500 €

Ultimate beneficial owners (UBOs)

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

History

  1. 2025
  2. 21.01.
    Change of seat
    Accelerated Vision UG (haftungsbeschränkt)
  3. 21.01.
    Change of bylaws
    Accelerated Vision UG (haftungsbeschränkt)
  4. 21.01.
    Change of address
    Accelerated Vision UG (haftungsbeschränkt)
  5. 2020
  6. 02.06.
    Member entry
    Michael Piepgras · Managing Director
  7. 02.06.
    Change of bylaws
    Accelerated Vision UG (haftungsbeschränkt)
  8. 02.06.
    Incorporation
    Accelerated Vision UG (haftungsbeschränkt)
  9. 02.06.
    Change of representation scheme
    Ist ein Geschäftsführer bestellt, so vertritt er die Gesellschaft allein. Sind mehrere Geschäftsführer bestellt, wird die Gesellschaft durch sämtliche Geschäftsführer gemeinsam vertreten.
  10. 02.06.
    Change of address
    Accelerated Vision UG (haftungsbeschränkt)
5 more entries Get API key →

Annual statements

Original published statements, ordered by fiscal year.

5 documents
Fiscal year Document Published Access
2025 Jahresabschluss Published Via the API
2024 Jahresabschluss Published Read full text
2023 Jahresabschluss Published Via the API
2022 Jahresabschluss Published Via the API
2021 Jahresabschluss Published Via the API
2024 Jahresabschluss Full text

Accelerated Vision UG (haftungsbeschränkt)

Mühbrook (vormals: Kiel)

Jahresabschluss zum Geschäftsjahr vom 01.01.2024 bis zum 31.12.2024

BILANZ

AKTIVA

Einzelposten
Geschäftsjahr
EUR

Gesamt
Geschäftsjahr
EUR

Einzelposten
Vorjahr
EUR

Gesamt
Vorjahr
EUR

A. Anlagevermögen

1.821,00

B. Umlaufvermögen

18.290,08

C. Rechnungsabgrenzungsposten

D. Aktive latente Steuern

E. Aktiver Unterschiedsbetrag aus der Vermögensverrechnung

Summe Aktiva

20.111,08



PASSIVA

Einzelposten
Geschäftsjahr
EUR

Gesamt
Geschäftsjahr
EUR

Einzelposten
Vorjahr
EUR

Gesamt
Vorjahr
EUR

A. Eigenkapital

10.933,35

B. Rückstellungen

450,00

C. Verbindlichkeiten

8.727,73

D. Rechnungsabgrenzungsposten

E. Passive latente Steuern

Summe Passiva

20.111,08

Angabe der Haftungsverhältnisse (§§ 251 und 268 Absatz 7 HGB) Keine

Angaben zu gewährten Vorschüssen und Krediten unter Angabe der Zinssätze und Haftungsverhältnisse an und mit Mitgliedern des Geschäftsführungsorgans, eines Aufsichtsrats, eines Beirats u.ä. (§ 285 Nummer 9 Buchstabe c HGB) Keine

 

Mühbrook, den 05. Februar 2025

gez. Michael Piepgras

Die Feststellung bzw. Billigung des Jahresabschlusses erfolgte am: 05. Februar 2025

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 Accelerated Vision UG (haftungsbeschränkt). Include fiscal years and sources.\n\nentity_id: c9a6c31aa4c756a255428e4e38f4c93f",
    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 Accelerated Vision UG (haftungsbeschränkt). Include fiscal years and sources.

entity_idc9a6c31aa4c756a255428e4e38f4c93f